diff options
| author | makitso <makitso@gmail.com> | 2017-06-19 10:42:55 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-06-19 10:42:55 -0500 |
| commit | 8495d23e67f993807232857bb515962760f38f5b (patch) | |
| tree | 8009f25f1a7e236d7c2966d6b591f08a4276ebb7 /themes/colors/css-1.7.8 | |
| parent | 583faee08ac8abe0effabfd0aef8d23bf9c72613 (diff) | |
| download | webtrees-8495d23e67f993807232857bb515962760f38f5b.tar.gz webtrees-8495d23e67f993807232857bb515962760f38f5b.tar.bz2 webtrees-8495d23e67f993807232857bb515962760f38f5b.zip | |
Lists pagination fixes
Diffstat (limited to 'themes/colors/css-1.7.8')
| -rw-r--r-- | themes/colors/css-1.7.8/style.css | 11 |
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. |
