diff options
Diffstat (limited to 'plugins/language_switch/style.css')
-rw-r--r-- | plugins/language_switch/style.css | 14 |
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 |