Browse Source

Added dark borders to overlay bars.

pull/156/head
Simon Eisenmann 11 years ago
parent
commit
42791ef8cd
  1. 4
      src/styles/global/_overlaybar.scss
  2. 2
      static/css/main.min.css

4
src/styles/global/_overlaybar.scss

@ -28,6 +28,8 @@ @@ -28,6 +28,8 @@
text-shadow: 0 0 5px black;
user-select: none;
vertical-align: middle;
border-bottom: 1px solid #222;
border-top: 1px solid #222;
}
.overlaybar {
@ -57,6 +59,8 @@ @@ -57,6 +59,8 @@
&.notvisible {
background: transparent;
pointer-events: none;
border-bottom: 1px solid transparent;
border-top: 1px solid transparent;
&:hover {
background: transparent;
}

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save