3.0.0 -> 3.0.1
[bootswatch] / flatly / bootswatch.less
index a0aa5c2..8a407d2 100644 (file)
@@ -1,4 +1,4 @@
-// Flatly 3.0.0
+// Flatly 3.0.1
 // Bootswatch
 // -----------------------------------------------------
 
@@ -8,6 +8,14 @@
 
 // Buttons ====================================================================
 
+.btn:active {
+       .box-shadow(none);
+}
+
+.btn-group.open .dropdown-toggle {
+       .box-shadow(none);
+}
+
 // Typography =================================================================
 
 .text-primary {
 
 // Forms ======================================================================
 
+.form-control,textarea.form-control,
+input[type="text"],
+input[type="password"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="date"],
+input[type="month"],
+input[type="time"],
+input[type="week"],
+input[type="number"],
+input[type="email"],
+input[type="url"],
+input[type="search"],
+input[type="tel"],
+input[type="color"],
+.uneditable-input {
+       border-width: 2px;
+       .box-shadow(none);
+
+       &:focus {
+               .box-shadow(none);
+       }
+}
+
 .has-warning {
        .help-block,
        .control-label {
 // Navs =======================================================================
 
 .pagination {
-
-       a {
+       
+       a,
+       a:hover {
                color: #fff;
        }
 
 }
 
 .pager {
-       a {
+       a,
+       a:hover {
                color: #fff;
        }
 
 }
 
 // Containers =================================================================
+
+.well {
+       .box-shadow(none);
+       border-width: 0;
+}