SyntaxFix
Write A Post
Hire A Developer
Questions
Try using the type attribute selector to find buttons (maybe this'll fix it too):
type
input[type=button] { background-color: #E3E1B8; } input[type=button]:hover { background-color: #46000D }