diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-03-09 16:06:02 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-03-09 16:06:02 +0100 |
commit | 0c7bc4f5c0937f60ff04a744e372eca932a93e96 (patch) | |
tree | 87ce0d92123c1477b30d5dcc1e41f656eb637ad5 /plugins/jqueryui/themes/classic/jquery-ui-1.9.2.custom.css | |
parent | 3f63a80730437b4b40c8b0c1c64220e61019878d (diff) |
Add styles for 'mainaction' dialog buttons
Diffstat (limited to 'plugins/jqueryui/themes/classic/jquery-ui-1.9.2.custom.css')
-rwxr-xr-x | 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 1002a95fe..617d3e16a 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 @@ input.ui-button { padding: .4em 1em; } /* 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 * |