Define style for disabled form buttons

release-0.7
thomascube 13 years ago
parent 13d45dfbda
commit 33ee817dcf

@ -98,6 +98,13 @@ input.button:hover
color: black;
}
input.button[disabled],
input.button[disabled]:hover
{
color: #aaa;
border-color: #ccc;
}
input.mainaction
{
font-weight: bold;

Loading…
Cancel
Save