diff options
author | plegall <plg@piwigo.org> | 2013-11-11 13:36:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-11 13:36:14 +0000 |
commit | 1f4e4b947db3a30690edac4faac5c2ed0c4cdf00 (patch) | |
tree | cdc67bccef5390fdff4d546d3dee2e612ef6e33f /admin/themes/roma | |
parent | 0ccfcb82051eeedbf5cc54eb3978316594417a4d (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/roma')
-rw-r--r-- | admin/themes/roma/theme.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index eb1d3685d..5c5473f03 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -314,3 +314,23 @@ label>p.group_select { #configContent fieldset:not(.no-border) { border-top-color:#444; } + +table.dataTable tr.even { + background-color: #111 !important; +} + +table.dataTable tr.even td.sorting_1 { + background-color: #181818 !important; +} + +table.dataTable tr.odd { + background-color: #222 !important; +} + +table.dataTable tr.odd td.sorting_1 { + background-color: #282828 !important; +} + +table.dataTable thead th { + border-color: #333 !important; +}
\ No newline at end of file |