Centered traffic lights & disabled text selection for indicator (#36)

* Disallow text selection within indicator

* Fix size of menu

* More spacing within text element

* Make traffic lights inset
This commit is contained in:
Leo Lamprecht 2016-07-08 15:03:40 +02:00 committed by Guillermo Rauch
parent 026252da8f
commit 647d024a39
4 changed files with 13 additions and 7 deletions

View file

@ -43,6 +43,12 @@ header {
display: block;
}
.resize-indicator,
.update-indicator {
cursor: default;
-webkit-user-select: none;
}
.resize-indicator {
color: #fff;
font: 11px Menlo;