aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2013-11-11 11:49:27 +0000
committerplegall <plg@piwigo.org>2013-11-11 11:49:27 +0000
commit9159bdfd067b829a4445bec781fdefc506fab3b1 (patch)
treeefc60f546400df3af4a65bcb94122906b6cba9c5 /admin/themes/clear
parente48388d49e19c5cd8ddcbc53ca88281fd58f35ed (diff)
feature 2890: small changes to the new design of group manager. Tab (with
icon), javascript open for "add group" form, use a "link style" for "Permissions" on each album, add icon for "Permissions" link, use same colors for "selected" items as for photos batch manager or comments manager, replace "-" by "&middot;" and make it less visible (softer color) for user separator. git-svn-id: http://piwigo.org/svn/trunk@25449 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r--admin/themes/clear/theme.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 722404d3d..1a74c6caf 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -329,6 +329,10 @@ p.albumTitle img {margin-bottom:-3px;}
background-color:#ccc;
}
label>p.group_select {
- color: #666;
- background-color:#F9F9F9;
+ color: #000;
+ background-color:#C2F5C2;
+}
+
+.userSeparator {
+ color:#999;
} \ No newline at end of file