reduce visibility of lang-select flag (duepuntozero)
This commit is contained in:
parent
7c60701efc
commit
d66056af9d
3 changed files with 21 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue