From 46bc8a8583bb09d2062c921e53dae9284066ecb8 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 11 Sep 2014 10:41:45 +0530 Subject: [PATCH] [css] --- frappe/public/css/bootstrap.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frappe/public/css/bootstrap.css b/frappe/public/css/bootstrap.css index 2c931cb0a6..6af97ad06b 100644 --- a/frappe/public/css/bootstrap.css +++ b/frappe/public/css/bootstrap.css @@ -915,7 +915,7 @@ a { } a:hover, a:focus { - color: #000; + color: #2980b9; text-decoration: underline; } a:focus { @@ -3129,7 +3129,7 @@ fieldset[disabled] .btn-link { } .btn-link:hover, .btn-link:focus { - color: #000; + color: #2980b9; text-decoration: underline; background-color: transparent; } @@ -4440,7 +4440,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { - color: #000; + color: #2980b9; background-color: #eee; border-color: #ddd; } @@ -6361,4 +6361,8 @@ ul.with-margin li, ol.with-margin li { margin: 7px auto; } +a:hover, +a:focus { + text-decoration: none; +} /*# sourceMappingURL=bootstrap.css.map */