all: fixes pagination issues, closes #37
[bootswatch] / spruce / bootswatch.less
index f0451bc..0e14cf8 100755 (executable)
@@ -350,7 +350,8 @@ div.subnav {
                .box-shadow(none);
        }
 
-       ul > li > a {
+       ul > li > a,
+       ul > li > span {
                color: @yellow;
                border-color: transparent;
 
@@ -360,13 +361,16 @@ div.subnav {
                }
        }
 
-       ul > .active > a {
+       ul > .active > a,
+       ul > .active > span {
                color: @headingsColor;
                background-color: rgba(0, 0, 0, 0.1);
        }
 
        ul > .disabled > a,
-       ul > .disabled > a:hover {
+       ul > .disabled > a:hover,
+       ul > .disabled > span,
+       ul > .disabled > span:hover {
                color: @blue;
        }
 }