From 0d121fd002b7395a6109052b52797cbc3faa10de Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 26 Sep 2013 11:45:55 -0700 Subject: [PATCH] Default styling for dialog buttons --- ui/stylesheets/csui/_button.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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