From 0c7bc4f5c0937f60ff04a744e372eca932a93e96 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sun, 09 Mar 2014 11:06:02 -0400 Subject: [PATCH] Add styles for 'mainaction' dialog buttons --- plugins/jqueryui/themes/classic/jquery-ui-1.9.2.custom.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/plugins/jqueryui/themes/classic/jquery-ui-1.9.2.custom.css b/plugins/jqueryui/themes/classic/jquery-ui-1.9.2.custom.css index 1002a95..617d3e1 100755 --- a/plugins/jqueryui/themes/classic/jquery-ui-1.9.2.custom.css +++ b/plugins/jqueryui/themes/classic/jquery-ui-1.9.2.custom.css @@ -431,6 +431,10 @@ /* workarounds */ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ + +.ui-button.mainaction { font-weight: bold; border: 1px solid #999; } + + /* * jQuery UI Dialog 1.8.18 * -- Gitblit v1.9.1