diff --git a/app/styles/editor/level/component/edit.sass b/app/styles/editor/level/component/edit.sass index ec43e912b..5c9deda4c 100644 --- a/app/styles/editor/level/component/edit.sass +++ b/app/styles/editor/level/component/edit.sass @@ -9,4 +9,7 @@ bottom: 0 top: 50px border: 2px solid black - border-top: none \ No newline at end of file + border-top: none + + .active > a, .active > a:hover, .active > a:focus + background-color: white !important \ No newline at end of file diff --git a/app/styles/editor/level/edit.sass b/app/styles/editor/level/edit.sass index 0e0362af4..f1cfc2303 100644 --- a/app/styles/editor/level/edit.sass +++ b/app/styles/editor/level/edit.sass @@ -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 diff --git a/app/styles/editor/level/system/edit.sass b/app/styles/editor/level/system/edit.sass index d910b605f..e86dc5a46 100644 --- a/app/styles/editor/level/system/edit.sass +++ b/app/styles/editor/level/system/edit.sass @@ -9,4 +9,7 @@ bottom: 0 top: 50px border: 2px solid black - border-top: none \ No newline at end of file + border-top: none + + .active > a, .active > a:hover, .active > a:focus + background-color: white !important \ No newline at end of file