Feature Request #1510 Fixed UI for drop, checkall, mult_submit links

Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
This commit is contained in:
Chirayu Chiripal 2014-03-05 20:17:03 +05:30
parent 5c066b6788
commit c4dfb60965
2 changed files with 14 additions and 4 deletions

View File

@ -66,13 +66,18 @@ h3 {
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;
}

View File

@ -98,7 +98,9 @@ h3 {
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:active {
}
a:hover {
a:hover,
button.mult_submit:hover,
button.mult_submit:focus,
.checkall_box+label:hover {
text-decoration: underline;
color: #235a81;
}