summaryrefslogtreecommitdiff
path: root/themes/colors/css-1.7.8
diff options
context:
space:
mode:
Diffstat (limited to 'themes/colors/css-1.7.8')
-rw-r--r--themes/colors/css-1.7.8/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/colors/css-1.7.8/style.css b/themes/colors/css-1.7.8/style.css
index b28dfaf5f1..1a7e793759 100644
--- a/themes/colors/css-1.7.8/style.css
+++ b/themes/colors/css-1.7.8/style.css
@@ -21,6 +21,17 @@
padding-right: 0.25rem;
}
+.pagination, .page-link, .page-link:hover, .page-link:focus {
+ border-color: #e6e6e6;
+ color: #555;
+}
+
+.page-item.active .page-link {
+ background-color: #e6e6e6;
+ color: #555;
+ border-color: #ccc;
+}
+
/*
* Any element that is loaded dynamically has the class wt-ajax-load.
* We can provide a "loading" placeholder for empty elements with this class.