diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 10:13:28 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 10:13:28 +0200 |
commit | 47788a7c10ce225e5c133350dfc2ef2030a68090 (patch) | |
tree | 8c512f5e40b3c7e300e9e494196fc7c5764ae8fc /program/js/tinymce/roundcube/browser.css | |
parent | 0c9fc953b0ba0f0ac3a9d37fe8e8f92f0c34688e (diff) | |
parent | a7343c243cb04885e076ab4b471c2f7fa1a2455b (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/js/tinymce/roundcube/browser.css')
-rw-r--r-- | program/js/tinymce/roundcube/browser.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/js/tinymce/roundcube/browser.css b/program/js/tinymce/roundcube/browser.css index 1787226f3..d756c1159 100644 --- a/program/js/tinymce/roundcube/browser.css +++ b/program/js/tinymce/roundcube/browser.css @@ -42,7 +42,8 @@ text-overflow: ellipsis; } -#image-selector-list li:hover { +#image-selector-list li:hover, +#image-selector-list li:focus { background-color: #F0F0F0; } |