From 09635e722436c01a990db0c84cd7ba3d7dd58e5f Mon Sep 17 00:00:00 2001 From: alison benjamin Date: Fri, 26 Aug 2011 20:34:40 +0000 Subject: [PATCH] --- docs/themes/mobile/mobile.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/themes/mobile/mobile.css b/docs/themes/mobile/mobile.css index 2c04f1ec8..667ffd1f3 100644 --- a/docs/themes/mobile/mobile.css +++ b/docs/themes/mobile/mobile.css @@ -83,6 +83,7 @@ body,ul,li { overflow:hidden; overflow: auto; min-height: 100%; + background-color:white; } #site-name, h1#section-title{ @@ -2155,7 +2156,7 @@ ul.sequence-links li a:active:before { } .subnavcontain2, .subnavcontain{ margin: .313em 0; - + background-color: white; border: #A9ADB0 1px solid; -webkit-border-radius:8px; -moz-border-radius:8px; @@ -2226,9 +2227,8 @@ ul.sequence-links li a:active:before { font-size: 80%; } ul.my-courses-list-ul > li:hover{ -background-color: #e6e6e6; + background-color: #4c96f4; color: black; - color: #fff; } ul.my-courses-list-ul > li:hover a{ -- 2.17.1