From 371bd9f41c517bc340d5bc2b9dd6ef5af35acc4d Mon Sep 17 00:00:00 2001
From: Scott Erickson <sderickson@gmail.com>
Date: Thu, 30 Jan 2014 15:22:01 -0800
Subject: [PATCH] Tweaked tab styling on level editor.

---
 app/styles/editor/level/component/edit.sass |  5 ++++-
 app/styles/editor/level/edit.sass           | 11 +++++++----
 app/styles/editor/level/system/edit.sass    |  5 ++++-
 3 files changed, 15 insertions(+), 6 deletions(-)

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