diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-11-16 11:14:23 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-11-16 11:14:23 +0100 |
| commit | 202def908c2782312d82eeefd67afb0469dee440 (patch) | |
| tree | 5fcfe7bfa64a04d2091d381aca24166f13b8ea6c /www | |
| parent | f2b3557f358efc5b6363b1f8e4b0c30e93945feb (diff) | |
| download | phinde-202def908c2782312d82eeefd67afb0469dee440.tar.gz phinde-202def908c2782312d82eeefd67afb0469dee440.zip | |
new pager
Diffstat (limited to 'www')
| -rw-r--r-- | www/css/phinde.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/css/phinde.css b/www/css/phinde.css index eae8dd9..b08a03a 100644 --- a/www/css/phinde.css +++ b/www/css/phinde.css @@ -6,6 +6,13 @@ margin-bottom: 1ex; } +/* bootstrap 2.1.1 does not have this style, 2.3.2 would have it */ +.pagination ul > .active > a, +.pagination ul > .active > a:hover { + background-color: #0088cc; + color: #FFF; +} + .hits { list-style-type: none; margin-left: 0px; |
