diff --git a/ui/stylesheets/csui/_button.scss b/ui/stylesheets/csui/_button.scss index 9e1446bad1d..93eecf12566 100644 --- a/ui/stylesheets/csui/_button.scss +++ b/ui/stylesheets/csui/_button.scss @@ -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; } \ No newline at end of file