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