summaryrefslogtreecommitdiff
path: root/cyborg/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r--cyborg/bootstrap.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css
index 6b56b493..b826b753 100644
--- a/cyborg/bootstrap.css
+++ b/cyborg/bootstrap.css
@@ -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
+}