might be better that way
This commit is contained in:
parent
e7f9d603be
commit
9fd85bb289
@ -2043,9 +2043,8 @@ a.mail-list-link {
|
|||||||
|
|
||||||
#nav-search-text:hover,
|
#nav-search-text:hover,
|
||||||
#nav-search-text:focus {
|
#nav-search-text:focus {
|
||||||
background-color: #FFF;
|
background-color: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-search-text {
|
#nav-search-text {
|
||||||
@ -2055,8 +2054,7 @@ a.mail-list-link {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: $search_background;
|
background-color: $search_background;
|
||||||
opacity: 0.7;
|
transition: background-color 300ms ease 0s;
|
||||||
transition: opacity 300ms ease 0s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-user-linkmenu img {
|
#nav-user-linkmenu img {
|
||||||
|
Reference in New Issue
Block a user