More sorting out of not so important button properties for button icons

This commit is contained in:
Nathan Gray
2015-12-23 18:37:23 +00:00
parent 3f96725bdb
commit 8ebd4efcf2
4 changed files with 35 additions and 34 deletions

View File

@@ -314,11 +314,6 @@ span.ui-icon-search{
.ui-dialog-buttonset{
button{
.Complete_Button_text_icon_before;
&:hover{ background-color: @gray_30; color: @gray_90;}
}
button.ui-button-text-only {background-color: @gray_20;
background: inherit;
@@ -327,6 +322,11 @@ span.ui-icon-search{
&:hover{ background-color: @gray_30;}
}
button.ui-button{
.Complete_Button_text_icon_before;
&:hover{ background-color: @gray_30; color: @gray_90;}
}
}
/*###########################################*/