diff options
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index efc7ece62..f1060b7d3 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -264,4 +264,8 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p UL.thumbnails li.rank-of-image { background-color: #ddd; -}
\ No newline at end of file +} + +#batchManagerGlobal ul.thumbnails span.wrap2 {background-color:#ddd;} +#batchManagerGlobal .thumbSelected {background-color:#C2F5C2 !important} +#batchManagerGlobal #selectedMessage {background-color:#C2F5C2;} |