From 0c2e87cb581356f0e2e600bd8246fe022714bb11 Mon Sep 17 00:00:00 2001 From: flop25 Date: Sun, 9 Jun 2013 18:57:26 +0000 Subject: bug:2890 new layout finished: ie7 compat, dynamic, rounded corners... the 2 "Manage..." options has been deleted git-svn-id: http://piwigo.org/svn/trunk@23121 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/theme.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'admin/themes/roma/theme.css') diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 4b9b0639a..39167787b 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -262,7 +262,7 @@ color:transparent;} #pwgHead, #footer {background-color:#222;} #footer {background-image: url(images/piwigo_logo_small.png);} -.pluginBox, .pluginMiniBox {background-color:#333;color:#999;border-color:#333;} +.pluginBox, .pluginMiniBox, .groups li {background-color:#333;color:#999;border-color:#333;} .pluginBoxNameCell, .pluginMiniBoxNameCell {color:#ddd;} .pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#800 !important;} .pluginBoxes .merged, .pluginBoxes .missing {background-color:#422;border:1px solid #800;} @@ -289,3 +289,13 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co } .selectedComment {background-color:#555; color:#fff;} + +.groups label>p { + color: #ccc; + font-size: 1.2em; + background-color:#111; +} +label>p.group_select { + color: #111; + background-color:#ccc; +} \ No newline at end of file -- cgit v1.2.3