aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-22 09:16:06 +0000
committerplegall <plg@piwigo.org>2010-03-22 09:16:06 +0000
commit274b283da1e3faf4c7793ddaa800240255bb9916 (patch)
tree72b98cc291d3d80f07d52ddb448af85cd43662da /admin
parent74e07f090b0908f4e82dafe309e2ccc72c160e16 (diff)
just a test: make the header/footer colors comply with the current theme
git-svn-id: http://piwigo.org/svn/trunk@5247 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/theme.css7
-rw-r--r--admin/themes/roma/theme.css4
2 files changed, 9 insertions, 2 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 197c7c659..f436bbeb2 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -212,4 +212,9 @@ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers
#pluginsMenuSeparator {border:1px solid #ddd;}
#helpContent A {border-bottom:1px dotted #005E89;}
-#helpContent A:hover {border-bottom:1px solid #d54e21;} \ No newline at end of file
+#helpContent A:hover {border-bottom:1px solid #d54e21;}
+
+#pwgHead, #footer {background-color:#ddd;}
+#pwgHead, #footer {color:#666;}
+#pwgHead A, #footer A {color:#444;}
+#pwgHead A:hover, #footer A:hover {color:black; border-color:black;}
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 0b8c02a7c..8fcf4c5e6 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -223,4 +223,6 @@ html>body #menubar {min-height:522px; height:522px;} /* IE 7 and modern browsers
#pluginsMenuSeparator {border:1px solid #333;}
-#helpContent, #pLoaderPage, #ftpPage, #ftpPage LEGEND {color:#aaa;} \ No newline at end of file
+#helpContent, #pLoaderPage, #ftpPage, #ftpPage LEGEND {color:#aaa;}
+
+#pwgHead, #footer {background-color:#222;} \ No newline at end of file