themes/openwrt: add style for disabled cbi buttons
This commit is contained in:
parent
de254ea5f1
commit
0efea1babc
1 changed files with 7 additions and 0 deletions
|
@ -420,6 +420,13 @@ input.cbi-button:hover {
|
|||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
input.cbi-button[disabled] {
|
||||
color: #CCCCCC;
|
||||
border-color: #CCCCCC;
|
||||
background-color: #EEEEEE;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
input.cbi-input-user {
|
||||
background-image: url('../resources/cbi/user.gif');
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Reference in a new issue