Skip to content

Commit

Permalink
Item13364: But don't reverse text when hovering buttons
Browse files Browse the repository at this point in the history
And darken the text up a bit to improve the contrast.
  • Loading branch information
gac410 committed Apr 23, 2015
1 parent 79e29de commit e36ba71
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -154,19 +154,19 @@ a {
border:0;
border-radius:0;
}
.node .ui-button.ui-state-hover {
.node :not(.feedback_button).ui-button.ui-state-hover {
color:#ffffff;
background-color:#0055b5;
}
.node .ui-button.ui-state-hover .ui-button-text{
.node :not(.feedback_button).ui-button.ui-state-hover .ui-button-text{
color:#ffffff;
}
.button_box {
margin-left:-0.5em;
}
.button_box,
.button_box :not(.feedback_button) .ui-button-text {
color:#999;
.button_box .ui-button-text {
color:#444;
text-transform:lowercase;
}
.button_box label {
Expand Down

0 comments on commit e36ba71

Please sign in to comment.