1
0
Fork 0

reduce visibility of lang-select flag (duepuntozero)

This commit is contained in:
Friendika 2011-06-10 20:39:46 -07:00
commit d66056af9d
3 changed files with 21 additions and 2 deletions

View file

@ -2459,6 +2459,13 @@ a.mail-list-link {
position: absolute;
left: 0px;
top: 0px;
opacity: 0.3;
filter:alpha(opacity=30);
}
#lang-select-icon:hover {
opacity: 1;
filter:alpha(opacity=100);
}