Skip to content

Commit

Permalink
Merge pull request #1012 from D-storm/FR-1510
Browse files Browse the repository at this point in the history
Feature Request #1510 + Check All link Fix
  • Loading branch information
lem9 committed Mar 6, 2014
2 parents b05ddaa + c4dfb60 commit 24457da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions themes/original/css/common.css.php
Expand Up @@ -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;
}
Expand Down
9 changes: 7 additions & 2 deletions themes/pmahomme/css/common.css.php
Expand Up @@ -98,15 +98,20 @@
a,
a:link,
a:visited,
a:active {
a:active,
button.mult_submit,
.checkall_box+label {
text-decoration: none;
color: #235a81;
cursor: pointer;
outline: none;

}

a:hover {
a:hover,
button.mult_submit:hover,
button.mult_submit:focus,
.checkall_box+label:hover {
text-decoration: underline;
color: #235a81;
}
Expand Down

0 comments on commit 24457da

Please sign in to comment.