mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-03 17:33:31 -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
|
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
|
|
@ -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
|
||||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue