fade in nav settings button
This commit is contained in:
parent
85e06a77af
commit
4a7c678213
@ -1280,6 +1280,9 @@ img.mail-conv-sender-photo {
|
|||||||
|
|
||||||
nav:hover #nav-app-settings-link {
|
nav:hover #nav-app-settings-link {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
transition: opacity .3s ease-in-out;
|
||||||
|
-moz-transition: opacity .3s ease-in-out;
|
||||||
|
-webkit-transition: opacity .3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-title {
|
.page-title {
|
||||||
|
Reference in New Issue
Block a user