all: fixes pagination issues, closes #37
[bootswatch] / readable / bootswatch.less
index fd94a40..2298b0f 100755 (executable)
@@ -290,28 +290,32 @@ div.subnav {
                .box-shadow(none);
        }
 
-       ul > li > a {
+       ul > li > a,
+       ul > li > span {
                padding: 12px 14px 8px;
+               background-color: @white;
                line-height: 1;
        }
 
+       ul > li:first-child > a,
+       ul > li:last-child > a {
+               .border-radius(0);
+       }
 
-       ul > li.active > a,
-       ul > li.active > a:hover {
+       ul > .active > a,
+       ul > .active > a:hover,
+       ul > .active > span,
+       ul > .active > span:hover {
                color: @textColor;
                background-color: #F5F5F5;
        }
 
-       ul > li > a,
-       ul > li.disabled > a,
-       ul > li.disabled > a:hover {
+       ul > .disabled > a,
+       ul > .disabled > a:hover,
+       ul > .disabled > span,
+       ul > .disabled > span:hover {
                background-color: @white;
        }
-
-       ul > li:first-child > a,
-       ul > li:last-child > a {
-               .border-radius(0);
-       }
 }
 
 .pager {