1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/plugins/language_switch/style.css

30 lines
532 B
CSS
Raw Normal View History

2014-07-06 13:21:10 +02:00
#languageSwitchBox {
padding: 0.5em 5px;
border-radius: 4px;
z-index: 100;
text-align:left;
display: none;
position: absolute;
left: 0; top: 0; /*left, right set through js*/
background-color: #555;
border: 1px solid #000;
}
#languageSwitchBox .switchBoxTitle {
padding-bottom:5px;
margin-bottom:5px;
border-bottom: 1px solid #444;
}
#languageSwitchBox a {
color:#aaa;
}
#languageSwitchBox a:hover {
color:#ddd;
2016-08-27 21:53:29 +02:00
}
[class*="langflag-"] {
overflow: hidden;
text-indent: -9999px;
vertical-align: bottom;
}