fixes #93, remove hover effects on disabled nav
[bootswatch] / cyborg / bootstrap.css
index 6b56b49..b826b75 100644 (file)
@@ -6373,6 +6373,10 @@ div.subnav-fixed {
   border-color: transparent;
 }
 
+.nav-tabs li.disabled > a {
+  color: #999999;
+}
+
 .nav-tabs .open .dropdown-toggle {
   background-color: #060606;
   border-color: transparent;
@@ -6383,6 +6387,10 @@ div.subnav-fixed {
   background-color: #33b5e5;
 }
 
+.nav-pills li.disabled > a {
+  color: #999999;
+}
+
 .nav-pills .open .dropdown-toggle {
   background-color: #060606;
 }
@@ -6978,4 +6986,4 @@ label {
 
 .affix {
   position: fixed;
-}
\ No newline at end of file
+}