From a70c967b1a0556559119f6910bd7e75397f16065 Mon Sep 17 00:00:00 2001 From: alison benjamin Date: Fri, 26 Aug 2011 14:08:00 +0000 Subject: [PATCH] --- docs/themes/mobile/mobile.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/themes/mobile/mobile.css b/docs/themes/mobile/mobile.css index ae74648ab..2c04f1ec8 100644 --- a/docs/themes/mobile/mobile.css +++ b/docs/themes/mobile/mobile.css @@ -1041,10 +1041,14 @@ div.paging li a { border-right: 1px solid white; } + div.paging li a:hover, div.paging li a.current { - border-left: 1px solid #000; - border-right: 1px solid #000; - color: black; + border: 1px solid #4c96f4; + color: white; + background-color: #4c96f4; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; } #tl_corner{ @@ -2077,11 +2081,6 @@ ul.sequence-links li a:active:before { top: 1.19em; } - -#content-sequence-links{ -} - - #sequence-links{ float: left; } -- 2.17.1