summaryrefslogtreecommitdiff
path: root/cosmo/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-20 00:41:54 -0400
committerThomas Park <thomas@thomaspark.me>2013-08-20 00:41:54 -0400
commitcc7fc5ec1693da7243a9ae2f9608b5d20e50b95b (patch)
tree703dacd4953fa1b9907a94f3c6a922a28045524d /cosmo/bootstrap.css
parenta49623ac251c4d79f44c7e8edde37e48055b84a2 (diff)
cosmo: fix pagination active border-color
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r--cosmo/bootstrap.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css
index 9bec27ac..bad0777a 100644
--- a/cosmo/bootstrap.css
+++ b/cosmo/bootstrap.css
@@ -7295,6 +7295,11 @@ td.visible-print {
background-image: none;
}
+.pagination .active > a,
+.pagination .active > a:hover {
+ border-color: #ddd;
+}
+
.alert {
border: none;
}