aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma/theme.css
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-05-23 12:34:08 +0000
committermistic100 <mistic@piwigo.org>2011-05-23 12:34:08 +0000
commit489af703b1c0c7beba790fba5c92e5a38ddb4514 (patch)
tree54c15d1e3d2a81f0829f69b6ee6cb136652c1bca /admin/themes/roma/theme.css
parent937aed04e68b5053e34a9364b4925b5f3cde08e7 (diff)
plugin manager : delete ordering by name, fiw some styles
git-svn-id: http://piwigo.org/svn/trunk@11010 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r--admin/themes/roma/theme.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 1a75134f7..2ff2e65f1 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -234,12 +234,11 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p
#pwgHead, #footer {background-color:#222;}
#footer {background-image: url(images/piwigo_logo_small.png);}
-.pluginBox, .pluginMiniBox {background-color:#333;color:#999;border:1px solid #333;}
+.pluginBox, .pluginMiniBox {background-color:#333;color:#999;border-color:#333;}
.pluginBoxNameCell, .pluginMiniBoxNameCell {color:#ddd;}
-.pluginBox.active, .pluginMiniBox.active {border-color:#666;background-color:#383838;}
.pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#800 !important;}
-.pluginBox.missing, .pluginBox.merged, .pluginMiniBox.missing, .pluginMiniBox.merged {background-color:#422;border:1px solid #800;}
-.plugin-delete {color:#f00;}
+.pluginBoxes .merged, .pluginBoxes .missing {background-color:#422;border:1px solid #800;}
+.pluginActions { color:#666; }
.languageBox {background-color:#333;}
.languageName {color:#ccc;}