flatly: style striped progress bars, tweak inverse navbar and pagination, closes #99
[bootswatch] / flatly / bootswatch.less
old mode 100755 (executable)
new mode 100644 (file)
index c00ca0e..60caebd
@@ -92,6 +92,10 @@ p {
 
        &-inverse {
 
+               .brand:hover {
+                       color: @blueDark;
+               }
+
                .navbar-search .search-query {
                        border-color: transparent;
                        .box-shadow(none);
@@ -174,8 +178,8 @@ div.subnav {
 
                & > .active > a,
                & > .active > a:hover {
-                       background-color: @orange;
-                       color: @white;
+                       background-color: @paginationActiveBackground;
+                       color: @textColor;
                }
 
                & > .disabled > a,
@@ -422,19 +426,19 @@ legend {
                .box-shadow(none);
        }
 
-       &-success .bar {
+       &-success .bar, &-success.progress-striped .bar {
                background-color: @green;
        }
 
-       &-warning .bar {
-               background-color: @orange;
+       &-warning .bar, &-warning.progress-striped .bar {
+               background-color: @yellow;
        }
 
-       &-danger .bar {
-               background-color: @green;
+       &-danger .bar, &-danger.progress-striped .bar {
+               background-color: @red;
        }
 
-       &-info .bar {
+       &-info .bar, &-info.progress-striped .bar {
                background-color: @blue;
        }
 }