3 lines
53 B
CSS
3 lines
53 B
CSS
|
*[contentEditable]:focus {
|
||
|
outline: 1px solid red;
|
||
|
}
|