summaryrefslogtreecommitdiff
path: root/slate/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'slate/bootswatch.less')
-rw-r--r--slate/bootswatch.less14
1 files changed, 7 insertions, 7 deletions
diff --git a/slate/bootswatch.less b/slate/bootswatch.less
index 58302f71..db2457a3 100644
--- a/slate/bootswatch.less
+++ b/slate/bootswatch.less
@@ -148,10 +148,6 @@ h1, h2, h3, h4, h5, h6 {
.table {
- a:not(.btn) {
- text-decoration: underline;
- }
-
.success,
.warning,
.danger,
@@ -289,7 +285,8 @@ legend {
.pagination {
- & > li > a {
+ & > li > a,
+ & > li > span {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
.btn-shadow(@btn-default-bg);
@@ -298,12 +295,15 @@ legend {
}
}
- & > li.active > a {
+ & > li.active > a,
+ & > li.active > span {
.btn-shadow-inverse(@btn-default-bg);
}
& > li.disabled > a,
- & > li.disabled > a:hover {
+ & > li.disabled > a:hover,
+ & > li.disabled > span,
+ & > li.disabled > span:hover {
background-color: transparent;
.btn-shadow(@btn-default-bg);
}