From 127e1f57e4799c52613d7c30d3d79467aa59ba32 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 24 Oct 2012 10:14:32 -0400 Subject: all: fixes pagination issues, closes #37 --- cyborg/bootswatch.less | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'cyborg/bootswatch.less') diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index 642bf0a4..c2988718 100755 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -342,23 +342,32 @@ div.subnav { } .pagination { + ul { .box-shadow(none); } - a { + ul > li > a, + ul > li > span { border: 0; font-size: 14px; } - a:hover, .active a { + ul > li > a:hover { background-color: @blue; color: @white; } - .disabled span, - .disabled a, - .disabled a:hover { + ul > .active > a, + ul > .active > span { + background-color: @blue; + color: @white; + } + + ul > .disabled > a, + ul > .disabled > a:hover, + ul > .disabled > span, + ul > .disabled > span:hover { background-color: rgba(0, 0, 0, 0.2); } } -- cgit v1.2.3