X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=css%2Fundoreset.css;h=3d933c8457e04c2c716ec6bfa7b7cb0a51d78176;hb=5f0c20d0c4e6eb4fb63ad64ac5dd3323de1b6c0c;hp=0139afe1e8a590f05ae2a3bbff3bf1e54a975a7e;hpb=5f4d0376290a9974047c5ef2897427023524a667;p=roojs1 diff --git a/css/undoreset.css b/css/undoreset.css index 0139afe1e8..3d933c8457 100644 --- a/css/undoreset.css +++ b/css/undoreset.css @@ -43,3 +43,12 @@ menu, .undoreset nav, .undoreset output, .undoreset ruby, .undoreset section, .u /* Pre */ .undoreset pre, .undoreset code { display: block; font-family: Courier New; white-space: pre; margin: 1em 0; } + +/** sneaked in here - as this file is used by editor */ +.roo-htmleditor-body [contenteditable=true]:focus-visible { + background-color: #fafafa; + padding: 0 5px;; +} +.roo-htmleditor-body [contenteditable=true]:hover { + border: 1px solid #ccc; +} \ No newline at end of file