From c4dfb6096503c965f73516be6db6fe2ced06d3b9 Mon Sep 17 00:00:00 2001 From: Chirayu Chiripal Date: Wed, 5 Mar 2014 20:17:03 +0530 Subject: [PATCH] Feature Request #1510 Fixed UI for drop, checkall, mult_submit links Signed-off-by: Chirayu Chiripal --- themes/original/css/common.css.php | 9 +++++++-- themes/pmahomme/css/common.css.php | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 4023f559e8a6..24fc7d61bef9 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -66,13 +66,18 @@ a, a:link, a:visited, -a:active { +a:active, +button.mult_submit, +.checkall_box+label { text-decoration: none; color: #0000FF; cursor: pointer; } -a:hover { +a:hover, +button.mult_submit:hover, +button.mult_submit:focus, +.checkall_box+label:hover { text-decoration: underline; color: #FF0000; } diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 6669feafa7fd..20480fd28925 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -98,7 +98,9 @@ a, a:link, a:visited, -a:active { +a:active, +button.mult_submit, +.checkall_box+label { text-decoration: none; color: #235a81; cursor: pointer; @@ -106,7 +108,10 @@ } -a:hover { +a:hover, +button.mult_submit:hover, +button.mult_submit:focus, +.checkall_box+label:hover { text-decoration: underline; color: #235a81; }