summaryrefslogtreecommitdiff
path: root/yeti/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'yeti/bootstrap.css')
-rw-r--r--yeti/bootstrap.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/yeti/bootstrap.css b/yeti/bootstrap.css
index 0b43dfac..5596f63d 100644
--- a/yeti/bootstrap.css
+++ b/yeti/bootstrap.css
@@ -7738,15 +7738,22 @@ label,
}
.pagination > li > a,
+.pagination > li > span {
+ margin-left: 4px;
+ color: #999999;
+}
+
+.pagination > .active > a,
+.pagination > .active > span {
+ color: #fff;
+}
+
.pagination > li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li > span,
-.pagination > li > span,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
- margin-left: 4px;
- color: #999999;
border-radius: 3px;
}