aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/language_switch/style.css
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-06-21 10:23:12 +0000
committermistic100 <mistic@piwigo.org>2012-06-21 10:23:12 +0000
commitb2149f3c10f6dea603fee68070cd0cca9e761355 (patch)
treea0cdc8a09dd2980b9c8256fc7dd32453b0df57ad /plugins/language_switch/style.css
parent7fd3211427fda67c442ee26b9a495a3269431b87 (diff)
[Language Switch] new version using 2.4 drop-down menus
git-svn-id: http://piwigo.org/svn/trunk@15923 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--plugins/language_switch/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/language_switch/style.css b/plugins/language_switch/style.css
new file mode 100644
index 000000000..8b330272c
--- /dev/null
+++ b/plugins/language_switch/style.css
@@ -0,0 +1,14 @@
+#languageSwitchBox {
+ background-color: #555;
+ border: 1px solid #000;
+}
+
+#languageSwitchBox .switchBoxTitle {
+ border-bottom: 1px solid #444;
+}
+#languageSwitchBox a {
+ color:#aaa;
+}
+#languageSwitchBox a:hover {
+ color:#ddd;
+} \ No newline at end of file