summaryrefslogtreecommitdiff
path: root/simplex/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'simplex/bootstrap.css')
-rw-r--r--simplex/bootstrap.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index d531e557..ff5f62f4 100644
--- a/simplex/bootstrap.css
+++ b/simplex/bootstrap.css
@@ -6322,6 +6322,11 @@ div.subnav .nav > li.active > a:hover {
background-color: #f7f7f7;
}
+.nav-tabs > li.disabled > a:hover {
+ color: #999999;
+ background-color: #efefef;
+}
+
.nav-tabs .dropdown .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555;
@@ -6386,6 +6391,10 @@ div.subnav .nav > li.active > a:hover {
background-color: #fbebe9;
}
+.nav-pills > li.disabled > a:hover {
+ color: #999999;
+}
+
.nav-pills .dropdown .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555;
@@ -6506,11 +6515,9 @@ legend {
}
.label {
- padding: 4px 4px 3px;
+ padding: 6px 12px;
margin-right: 1px;
margin-left: 1px;
- font-weight: normal;
- line-height: 26px;
}
i[class^="icon-"] {
@@ -6583,4 +6590,4 @@ i[class^="icon-"] {
.affix {
position: fixed;
-} \ No newline at end of file
+}