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 07:09:02 -0000 @@ -366,6 +366,15 @@ -moz-border-radius: 20px; -webkit-border-radius: 15px; } +.ui-dialog .ui-dialog-buttonpane button:hover, +.ui-dialog .ui-dialog-buttonpane button:focus { + background-position: bottom; + 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; color: #fff; 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 07:09:02 -0000 @@ -662,16 +662,17 @@ 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 { +input.form-submit:hover, +input.form-submit:focus, +a.button:hover, +a.button:focus { + background-position: bottom; 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; + color: #2e2e2e; } input.form-submit:active { background: #666;