mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
uodate indicator styles
This commit is contained in:
parent
cb99034969
commit
20aa12d526
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue