Index: themes/seven/jquery.ui.theme.css =================================================================== RCS file: /cvs/drupal/drupal/themes/seven/jquery.ui.theme.css,v retrieving revision 1.1 diff -u -p -r1.1 jquery.ui.theme.css --- themes/seven/jquery.ui.theme.css 26 Jul 2010 13:13:23 -0000 1.1 +++ themes/seven/jquery.ui.theme.css 25 Sep 2010 17:03:40 -0000 @@ -366,10 +366,22 @@ -moz-border-radius: 20px; -webkit-border-radius: 15px; } +.ui-dialog .ui-dialog-buttonpane button:hover, +.ui-dialog .ui-dialog-buttonpane button:focus { + background-position: 0 -40px; + border: 1px solid #8eB7cd; + border-left-color: #8eB7cd; + border-right-color: #8eB7cd; + border-bottom-color: #7691a2; + color: #2e2e2e; +} .ui-dialog .ui-dialog-buttonpane button:active { - background: #666; + background-position: 0 -80px; color: #fff; - border-color: #555; + border: 1px solid #bebebe; + border-left-color: #afafaf; + border-right-color: #afafaf; + border-bottom-color: #9b9b9b; text-shadow: #222 0px -1px 0px; } .overlay { Index: themes/seven/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/seven/style.css,v retrieving revision 1.73 diff -u -p -r1.73 style.css --- themes/seven/style.css 23 Sep 2010 02:11:19 -0000 1.73 +++ themes/seven/style.css 25 Sep 2010 17:03:40 -0000 @@ -662,21 +662,25 @@ a.button:visited, a.button:hover, a.button:active { text-decoration: none; - color: #5a5a5a; } -div.node-form input#edit-submit, -div.node-form input#edit-submit-1 { - border: 1px solid #8eB7cd; - border-left-color: #8eB7cd; - border-right-color: #8eB7cd; - border-bottom-color: #7691a2; - background: url(images/buttons.png) 0px -40px repeat-x; - color: #133B54; +input.form-submit:hover, +input.form-submit:focus, +a.button:hover, +a.button:focus { + background-position: 0 -40px; + border: 1px solid #bebebe; + border-left-color: #afafaf; + border-right-color: #afafaf; + border-bottom-color: #9b9b9b; + color: #2e2e2e; } input.form-submit:active { - background: #666; + background-position: 0 -80px; color: #fff; - border-color: #555; + border: 1px solid #bebebe; + border-left-color: #afafaf; + border-right-color: #afafaf; + border-bottom-color: #9b9b9b; text-shadow: #222 0px -1px 0px; } input.form-button-disabled,