diff options
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index ff563f0b8..8830f5a12 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -239,4 +239,9 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p .languageBox {background-color:#333;} .languageName {color:#ccc;} -.languageDefault {background-color:#555; color:#aaa;}
\ No newline at end of file +.languageDefault {background-color:#555; color:#aaa;} + +#batchManagerGlobal ul.thumbnails span.wrap2 {background-color:#333;} +#batchManagerGlobal .thumbSelected {background-color:#555 !important} +#batchManagerGlobal #selectedMessage {background-color:#555; color:#ddd;} + |