diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-12 00:30:28 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-12 00:30:28 +0000 |
commit | f5c5a1b9b2c9fe711193ec6c3ac79fd06239a182 (patch) | |
tree | 5e9df0d6bdc814fb8ce272d05f81506dc289d000 /admin/themes/clear | |
parent | b5592c8228b2decb2e799b2550f83ac963c61e09 (diff) |
new plugins manager, update TipTip in v1.3
git-svn-id: http://piwigo.org/svn/trunk@10305 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index f1060b7d3..8a8f7ccc2 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -255,16 +255,18 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p #pwgHead A:hover, #footer A:hover {color:black; border-color:black;} #footer { background-image: url(images/piwigo_logo_small.png);} -.pluginBox {background-color:#ddd;color:#333} -.pluginBoxNameCell {font-weight:bold;} +.pluginBox, .pluginMiniBox {background-color:#ddd;color:#353535;border:1px solid #ddd;} +.pluginBoxNameCell, .pluginMiniBoxNameCell {color:#111;} +.pluginBox.active, .pluginMiniBox.active {border-color:#666;background-color:#dadada;} +.pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#a00 !important;} +.pluginBox.missing, .pluginBox.merged, .pluginMiniBox.missing, .pluginMiniBox.merged {background-color:#d99;border:1px solid #a00;} +.plugin-delete {color:#f00;} .languageBox {background-color:#ddd;} .languageName {color:black;} .languageDefault {background-color:#dbe8f3;} -UL.thumbnails li.rank-of-image { - background-color: #ddd; -} +UL.thumbnails li.rank-of-image {background-color: #ddd;} #batchManagerGlobal ul.thumbnails span.wrap2 {background-color:#ddd;} #batchManagerGlobal .thumbSelected {background-color:#C2F5C2 !important} |