diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-07 15:30:59 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-07 15:30:59 +0000 |
commit | ae974849bc5a2b2289e264c5166cfcae3a360450 (patch) | |
tree | 223c7d06b6d7fef5a291f3db9143729687fd7aca /admin/themes/roma/theme.css | |
parent | 12b68909dc5f3173c099f805aae5c5e764fbd098 (diff) |
feature 2995 and feature 2997
change organization of configuration page
add theme parameter on GUI
change links color of dark mail theme (pink)
remove main themes css files
git-svn-id: http://piwigo.org/svn/trunk@25372 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/roma/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index fce3a9cbc..4eff90e81 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -305,4 +305,8 @@ div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-co label>p.group_select { color: #111; background-color:#ccc; +} + +#configContent fieldset:not(.no-border) { + border-top-color:#444; }
\ No newline at end of file |