diff options
-rw-r--r-- | themes/seven/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index 66303c501..6ac786148 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -659,8 +659,8 @@ a.button:active { text-decoration: none; color: #5a5a5a; } -div.node-form input#edit-submit, -div.node-form input#edit-submit-1 { +.node-form input#edit-submit, +.node-form input#edit-submit-1 { border: 1px solid #8eB7cd; border-left-color: #8eB7cd; border-right-color: #8eB7cd; |