Tweaked tab styling on level editor.

This commit is contained in:
Scott Erickson 2014-01-30 15:22:01 -08:00
parent 5f81eb670b
commit 371bd9f41c
3 changed files with 15 additions and 6 deletions
app/styles/editor/level

View file

@ -9,4 +9,7 @@
bottom: 0 bottom: 0
top: 50px top: 50px
border: 2px solid black border: 2px solid black
border-top: none border-top: none
.active > a, .active > a:hover, .active > a:focus
background-color: white !important

View file

@ -16,10 +16,13 @@
li.navbar-btn li.navbar-btn
margin-right: 5px margin-right: 5px
.nav-tabs #level-editor-top-nav
border-bottom: 0 !important .nav-tabs
.active > a, .active > a:hover, .active > a:focus border-bottom: 0 !important
background-color: $BG !important .active > a, .active > a:hover, .active > a:focus
background-color: $BG !important
border-color: darken($BG, 50%)
border-bottom: 0
.outer-content .outer-content
background-color: $BG background-color: $BG

View file

@ -9,4 +9,7 @@
bottom: 0 bottom: 0
top: 50px top: 50px
border: 2px solid black border: 2px solid black
border-top: none border-top: none
.active > a, .active > a:hover, .active > a:focus
background-color: white !important