diff options
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r-- | cosmo/bootswatch.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less index 0509e2f7..8a629d48 100644 --- a/cosmo/bootswatch.less +++ b/cosmo/bootswatch.less @@ -97,6 +97,14 @@ } } +.pagination { + + .active > a, + .active > a:hover { + border-color: #ddd; + } +} + // Indicators ================================================================= .alert { |