summaryrefslogtreecommitdiff
path: root/flatly/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-03 13:20:07 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-03 13:20:07 -0500
commitc1dc77fe46b334ddca9cf034a6eb6a1053f4f090 (patch)
tree96b5eb0ab0b813bf60167b0555d1b622cbbf9e2e /flatly/bootswatch.less
parent1a50660c583b9749f9914d8ce95c570824eef5fc (diff)
3.0.3 -> 3.1.0
Diffstat (limited to 'flatly/bootswatch.less')
-rw-r--r--flatly/bootswatch.less22
1 files changed, 2 insertions, 20 deletions
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less
index 391638a0..32e10d81 100644
--- a/flatly/bootswatch.less
+++ b/flatly/bootswatch.less
@@ -1,4 +1,4 @@
-// Flatly 3.0.3
+// Flatly 3.1.0
// Bootswatch
// -----------------------------------------------------
@@ -126,23 +126,6 @@ input[type="color"],
}
}
-.pagination {
-
- a,
- a:hover {
- color: #fff;
- }
-
- .disabled {
- &>a,
- &>a:hover,
- &>a:focus,
- &>span {
- background-color: lighten(@brand-success, 15%);
- }
- }
-}
-
.pager {
a,
a:hover {
@@ -154,7 +137,7 @@ input[type="color"],
&>a:hover,
&>a:focus,
&>span {
- background-color: lighten(@brand-success, 15%);
+ background-color: @pagination-disabled-bg;
}
}
}
@@ -181,5 +164,4 @@ input[type="color"],
.well {
.box-shadow(none);
- border-width: 0;
}