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
This commit is contained in:
plegall
2011-03-21 22:27:48 +00:00
parent 7aac5bba79
commit 197d3954dd
4 changed files with 35 additions and 29 deletions
+6 -1
View File
@@ -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;}
.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;}