aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2013-11-11 13:36:14 +0000
committerplegall <plg@piwigo.org>2013-11-11 13:36:14 +0000
commit1f4e4b947db3a30690edac4faac5c2ed0c4cdf00 (patch)
treecdc67bccef5390fdff4d546d3dee2e612ef6e33f /admin/themes/clear
parent0ccfcb82051eeedbf5cc54eb3978316594417a4d (diff)
feature 1668: visual enhancement for user manager redesign. Appropriate
(fontello) icons for open/close user details, appropriate colors for DataTables. git-svn-id: http://piwigo.org/svn/trunk@25457 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r--admin/themes/clear/theme.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 1a74c6caf..6592c6a03 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -335,4 +335,26 @@ label>p.group_select {
.userSeparator {
color:#999;
+}
+
+table.dataTable tr.even {
+ background-color: #ddd !important;
+}
+
+table.dataTable tr.even td.sorting_1 {
+ background-color: #ccc !important;
+ color:#333;
+}
+
+table.dataTable tr.odd {
+ background-color: #eee !important;
+}
+
+table.dataTable tr.odd td.sorting_1 {
+ background-color: #ddd !important;
+ color:#333;
+}
+
+table.dataTable thead th {
+ border-color: #aaa !important;
} \ No newline at end of file