aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-31 13:10:09 +0000
committerplegall <plg@piwigo.org>2010-03-31 13:10:09 +0000
commit8a7a223af0823e9974092e95f6e0eb6fed67096e (patch)
tree10fdb9c5473bc5268930e160e7d964afd0d7573d /admin/themes/roma
parent30500c8d56fa570d01d79bddafc5b44cb1a58fad (diff)
feature 1535: apply the plugin/theme managers look&feel to language manager.
git-svn-id: http://piwigo.org/svn/trunk@5496 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-rw-r--r--admin/themes/roma/theme.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 54630a4b9..722f1770b 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -230,7 +230,7 @@ html>body #menubar {min-height:522px; height:522px;} /* IE 7 and modern browsers
.themeBox {background-color:#333;}
.themeBox IMG {border:1px solid #666;}
-.themeName {color:white;}
+.themeName {color:#ccc;}
.themeActions A {border-bottom:none;}
.themeDefault {background-color:#555;}
@@ -242,3 +242,7 @@ html>body #menubar {min-height:522px; height:522px;} /* IE 7 and modern browsers
.pluginBox {background-color:#333;color:#999}
.pluginBoxNameCell {color:#ccc;}
+
+.languageBox {background-color:#333;}
+.languageName {color:#ccc;}
+.languageDefault {background-color:#555; color:#aaa;} \ No newline at end of file