uodate indicator styles

This commit is contained in:
Matias Tucci 2016-07-06 16:27:33 +02:00 committed by Guillermo Rauch
parent cb99034969
commit 20aa12d526

View file

@ -65,7 +65,7 @@ header {
}
.update-indicator {
background: rgba(255, 51, 76, .8);
background: #7ED321;
padding: 6px 14px;
color: #fff;
font: 11px Menlo;
@ -81,6 +81,11 @@ header {
color: #fff;
}
.update-indicator .close {
color: #528D11;
cursor: pointer;
}
.update-indicator.showing {
opacity: 1;
pointer-events: inherit;