mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Tweaked tab styling on level editor.
This commit is contained in:
parent
5f81eb670b
commit
371bd9f41c
3 changed files with 15 additions and 6 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue