Browse Source

Update bootstrap-switch.css

.has-switch .text-label {
  text-align: center;
  color: #000000;
  font-size: 14px;
  z-index: -1;
}
not needed

change .has-switch label color to #000000
Stein, Peter 11 years ago
parent
commit
155a9c1773
1 changed files with 1 additions and 6 deletions
  1. 1 6
      static/stylesheets/bootstrap-switch.css

+ 1 - 6
static/stylesheets/bootstrap-switch.css

@@ -117,11 +117,6 @@
   font-size: 16px;
   font-size: 16px;
   line-height: normal;
   line-height: normal;
 }
 }
-.has-switch .text-label {
-  text-align: center;
-  color: #000000;
-  font-size: 14px;
-}
 .has-switch label {
 .has-switch label {
   text-align: center;
   text-align: center;
   margin-top: -1px;
   margin-top: -1px;
@@ -130,7 +125,7 @@
   width: 34%;
   width: 34%;
   border-left: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
-  color: #ffffff;
+  color: #000000;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #f5f5f5;
   background-color: #f5f5f5;
   background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);