mirror of
https://github.com/supanadit/todo.git
synced 2024-11-23 02:36:24 +00:00
10 lines
185 B
CSS
Executable File
Vendored
10 lines
185 B
CSS
Executable File
Vendored
[data-cke-caption-hidden] {
|
|
display: none;
|
|
}
|
|
|
|
[data-cke-caption-placeholder]::before {
|
|
display: inline;
|
|
color: rgba( 0, 0, 0, .4 );
|
|
content: attr( data-cke-caption-placeholder );
|
|
}
|