Default styling for dialog buttons

This commit is contained in:
Brian Federle 2013-09-26 11:45:55 -07:00
parent 92a8dc23de
commit 0d121fd002
1 changed files with 15 additions and 0 deletions

View File

@ -24,4 +24,19 @@
color: white;
font-weight: bold;
text-shadow: 0px 1px 1px black;
}
// Defaults
.ui-dialog button {
&:not(.ok) {
@include csui-button;
}
&.ok {
@include csui-button-cta;
float: right;
}
float: left;
}