summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-08-06 22:49:56 -0400
committerThomas Park <thomas@thomaspark.me>2014-08-06 22:49:56 -0400
commit71c4ee0fc44e3b2dba68b8b14089f5e1275f6fd3 (patch)
tree1ddc367e8fbc0b815a871f57c0a344276c90647c /slate/bootstrap.css
parent371dee86fd9b6bbda41004472d682ab73b1adc7c (diff)
slate: fixes pagination disabled and within tables, closes #239
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index b2a10857..d0fe1341 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -6347,9 +6347,6 @@ h6 {
.text-info:hover {
color: #5bc0de;
}
-.table a:not(.btn) {
- text-decoration: underline;
-}
.table .success,
.table .warning,
.table .danger,
@@ -6468,7 +6465,8 @@ legend {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}
-.pagination > li > a {
+.pagination > li > a,
+.pagination > li > span {
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
@@ -6477,7 +6475,8 @@ legend {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}
-.pagination > li > a:hover {
+.pagination > li > a:hover,
+.pagination > li > span:hover {
background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
background-image: linear-gradient(#020202, #101112 40%, #191b1d);
@@ -6485,7 +6484,8 @@ legend {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
filter: none;
}
-.pagination > li.active > a {
+.pagination > li.active > a,
+.pagination > li.active > span {
background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d);
background-image: linear-gradient(#020202, #101112 40%, #191b1d);
@@ -6494,7 +6494,9 @@ legend {
filter: none;
}
.pagination > li.disabled > a,
-.pagination > li.disabled > a:hover {
+.pagination > li.disabled > a:hover,
+.pagination > li.disabled > span,
+.pagination > li.disabled > span:hover {
background-color: transparent;
background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);