mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 02:03:18 +02:00
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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user