might be better that way

This commit is contained in:
marijus 2013-10-09 22:32:28 +02:00
parent e7f9d603be
commit 9fd85bb289

View File

@ -2043,9 +2043,8 @@ a.mail-list-link {
#nav-search-text:hover,
#nav-search-text:focus {
background-color: #FFF;
background-color: #fff;
color: #000;
opacity: 1;
}
#nav-search-text {
@ -2055,8 +2054,7 @@ a.mail-list-link {
border-radius: 10px;
border: none;
background-color: $search_background;
opacity: 0.7;
transition: opacity 300ms ease 0s;
transition: background-color 300ms ease 0s;
}
#nav-user-linkmenu img {