diff options
author | plegall <plg@piwigo.org> | 2013-11-13 19:43:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-13 19:43:49 +0000 |
commit | 46fd7a42c16b6aa4f0c6ee138c1708f6dc21cb6e (patch) | |
tree | 3a8aecb6df6af20af6ed02a076cdd02a04137ab2 /admin/themes/clear | |
parent | 146ee8c26f6e18d720e4d38e4c6dbdb883156e81 (diff) |
feature 1668: delete single user, better colors for admin dark theme.
git-svn-id: http://piwigo.org/svn/trunk@25479 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 6592c6a03..9ffcf8968 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -357,4 +357,7 @@ table.dataTable tr.odd td.sorting_1 { table.dataTable thead th { border-color: #aaa !important; -}
\ No newline at end of file +} + +.userPropertiesContainer {border-color:#ddd;} +.userPrefs {border-color:#ddd;} |