mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28: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 {
|
.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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue