material-kit/js/bootstrap-datepicker.js
[bootswatch] / cyborg / bootswatch.less
index e646757..6e1d123 100644 (file)
@@ -1,4 +1,4 @@
-// Cyborg 3.0.0
+// Cyborg 3.0.3
 // Bootswatch
 // -----------------------------------------------------
 
 
 // Typography =================================================================
 
-h1, h2, h3, h4, h5, h6 {
-       color: #fff;
-}
-
-.text-primary {
+.text-primary,
+.text-primary:hover {
        color: @brand-primary;
 }
 
-.text-success {
+.text-success,
+.text-success:hover {
        color: @brand-success;
 }
 
-.text-danger {
+.text-danger,
+.text-danger:hover {
        color: @brand-danger;
 }
 
-.text-warning {
+.text-warning,
+.text-warning:hover {
        color: @brand-warning;
 }
 
-.text-info {
+.text-info,
+.text-info:hover {
        color: @brand-info;
 }
 
@@ -50,6 +51,10 @@ h1, h2, h3, h4, h5, h6 {
        }
 }
 
+.table-responsive > .table {
+       background-color: @table-bg;
+}
+
 // Forms ======================================================================
 
 .has-warning {
@@ -124,7 +129,7 @@ legend {
 
        .alert-link,
        a {
-               color: @alert-text;
+               color: @alert-warning-text;
                text-decoration: underline;
        }
 }