updated to 2.2.1
[bootswatch] / amelia / bootswatch.less
index 500e52b..8e93675 100755 (executable)
@@ -1,8 +1,8 @@
-// Bootswatch.less
-// Swatch: Amelia
-// Version: 2.1.1
+// Amelia 2.2.1
+// Bootswatch
 // -----------------------------------------------------
 
+
 // TYPOGRAPHY
 // -----------------------------------------------------
 
@@ -323,26 +323,32 @@ div.subnav {
        ul  {
                background-color: @paginationBackground;
                background-image: none;
+               .border-radius(0);
        }
 
-       .disabled a, .disabled a:hover {
-               color: @textColor;
-       }
-
-       li a:hover {
+       ul > li > a:hover {
                background-color: rgba(255, 255, 255, 0.4);
                color: @linkColor;
        }
 
-       .active a, .active a:hover {
-               background-color: rgba(255, 255, 255, 0.4);
+       ul > li:first-child > a,
+       ul > li:last-child > a {
+               .border-radius(0);
+       }
+
+       ul > .disabled > a,
+       ul > .disabled > a:hover,
+       ul > .disabled > span,
+       ul > .disabled > span:hover {
                color: @textColor;
        }
 
-       ul,
-       li:first-child a,
-       li:last-child a {
-               .border-radius(0);
+       ul > .active > a,
+       ul > .active > a:hover,
+       ul > .active > span,
+       ul > .active > span:hover {
+               background-color: rgba(255, 255, 255, 0.4);
+               color: @textColor;
        }
 }
 
@@ -441,8 +447,16 @@ div.subnav {
        .buttonBackgroundCustom(@btnPrimaryBackground);
 }
 
+.btn-large {
+       padding: 20px 24px;
+}
+
 .btn-small {
-       padding: 13px 16px 12px;
+       padding: 8px 12px;
+}
+
+.btn-mini {
+       padding: 4px 8px;
 }
 
 [class^="icon-"], [class*=" icon-"] {