Disabled buttons should be identifiable as being "disabled"

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-20 13:44:11 +02:00
parent 5b3c24dd92
commit 09945994b8
1 changed files with 9 additions and 0 deletions

View File

@ -118,8 +118,17 @@
background: #666;
color: #eee;
&[disabled="1"] {
background-color: #aaa;
border: 1px dotted black;
}
&:hover, &:focus {
background-color: #333;
&[disabled="1"] {
background-color: #aaa;
}
}
&.install, &.login {