summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index b9e8229f..4f42910c 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -5169,7 +5169,8 @@ div.subnav.subnav-fixed {
-moz-box-shadow: none;
box-shadow: none;
}
-.pagination ul > li > a {
+.pagination ul > li > a,
+.pagination ul > li > span {
border-left: 1px solid #52575c;
border-right: 1px solid #2e3134;
border-top: none;
@@ -5189,7 +5190,8 @@ div.subnav.subnav-fixed {
font-weight: bold;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
-.pagination ul > li > a:hover {
+.pagination ul > li > a:hover,
+.pagination ul > li > span:hover {
background-color: #3a3f44;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(280deg, #272b30, #3a3f44);
@@ -5198,8 +5200,10 @@ div.subnav.subnav-fixed {
background-image: linear-gradient(280deg, #272b30, #3a3f44);
border-left: 1px solid transparent;
}
-.pagination ul > li.active > a,
-.pagination ul > li.active > a:hover {
+.pagination ul > .active > a,
+.pagination ul > .active > a:hover,
+.pagination ul > .active > span,
+.pagination ul > .active > span:hover {
color: #bbbfc2;
background-color: #3a3f44;
background-color: #43494f;
@@ -5210,8 +5214,10 @@ div.subnav.subnav-fixed {
background-image: linear-gradient(280deg, #30353b, #43494f);
border-left: 1px solid transparent;
}
-.pagination ul > li.disabled > a,
-.pagination ul > li.disabled > a:hover {
+.pagination ul > .disabled > a,
+.pagination ul > .disabled > a:hover,
+.pagination ul > .disabled > span,
+.pagination ul > .disabled > span:hover {
border-left: 1px solid #52575c;
border-right: 1px solid #2e3134;
border-top: none;