cosmo: subnav active a:hover fix
[bootswatch] / cosmo / bootstrap.css
index 6939554..5d6fdce 100644 (file)
@@ -5081,8 +5081,7 @@ div.subnav .nav {
 div.subnav .nav > li > a {
   border: none;
 }
-div.subnav .nav > .active > a,
-div.subnav .nav > .active > a:hover {
+div.subnav .nav > .active > a {
   padding-left: 12px;
   border: none;
   background-color: transparent;
@@ -5091,6 +5090,10 @@ div.subnav .nav > .active > a:hover {
   box-shadow: none;
   color: #080808;
 }
+div.subnav .nav > .active > a:hover {
+  background-color: #000000;
+  color: #ffffff;
+}
 div.subnav-fixed {
   top: 50px;
 }
@@ -5349,9 +5352,12 @@ legend {
   color: #ffffff;
 }
 .label {
+  min-width: 80px;
+  min-height: 80px;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
+  font-weight: 300;
   text-shadow: none;
 }
 .label-success {
@@ -5370,6 +5376,8 @@ legend {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
+  font-weight: 300;
+  text-shadow: none;
 }
 .badge-success {
   background-color: #00a301;