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
top: 50px
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
margin-right: 5px
.nav-tabs
border-bottom: 0 !important
.active > a, .active > a:hover, .active > a:focus
background-color: $BG !important
#level-editor-top-nav
.nav-tabs
border-bottom: 0 !important
.active > a, .active > a:hover, .active > a:focus
background-color: $BG !important
border-color: darken($BG, 50%)
border-bottom: 0
.outer-content
background-color: $BG

View file

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