themes/openwrt: add style for disabled cbi buttons

This commit is contained in:
Jo-Philipp Wich 2011-10-18 12:31:39 +00:00
parent de254ea5f1
commit 0efea1babc

View file

@ -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;