aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r--admin/themes/roma/theme.css12
1 files changed, 11 insertions, 1 deletions
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