diff options
author | plegall <plg@piwigo.org> | 2011-03-21 22:27:48 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-21 22:27:48 +0000 |
commit | 197d3954ddbdb53bbd2f514bcd4efac8dd33318f (patch) | |
tree | ea14d0d954f7947850720a535418b12d0ab7d799 /admin/themes/roma/theme.css | |
parent | 7aac5bba792d0929a5a1585dcad21651b82145b7 (diff) |
move CSS rules from batch_manager_global.tpl to theme.css
change batch_manager_global selected thumbnail background color for "roma" admin theme.
git-svn-id: http://piwigo.org/svn/trunk@9815 68402e56-0260-453c-a942-63ccdbb3a9ee
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;} + |