From 9b55132e08f81ff55e7d5c6d7dc30fcf0d38f4ec Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 2 Jan 2016 11:26:36 -0600 Subject: [PATCH] Fixed dropdown menu focus color and border --- web/css/style.css | 6 ++++++ web/index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/web/css/style.css b/web/css/style.css index fe8c477..aa6672b 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -7,6 +7,12 @@ ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder { color: #999999; } +.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { + background-color:#0066CC; +} +#menubox { + border:none; +} .pointvalue { float:right; } diff --git a/web/index.html b/web/index.html index 83fec66..128d79a 100644 --- a/web/index.html +++ b/web/index.html @@ -51,7 +51,7 @@