Skip to content

Commit

Permalink
Item13364: user experience improvement; see buttons as buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Comment committed Apr 23, 2015
1 parent 282f1cc commit 79e29de
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -149,7 +149,7 @@ a {
.node .ui-button-text {
text-shadow:0 0 transparent;
}
.node .ui-button.ui-state-default {
.node :not(.feedback_button).ui-button.ui-state-default {
background:transparent;
border:0;
border-radius:0;
Expand All @@ -165,7 +165,7 @@ a {
margin-left:-0.5em;
}
.button_box,
.button_box .ui-button-text {
.button_box :not(.feedback_button) .ui-button-text {
color:#999;
text-transform:lowercase;
}
Expand Down

0 comments on commit 79e29de

Please sign in to comment.