themes/freifunk-generic: Add changes from r6523 for new button types
This commit is contained in:
parent
0ef9ecc1d7
commit
5486d7f8e6
1 changed files with 11 additions and 1 deletions
|
@ -484,7 +484,8 @@ div.cbi-tab-descr {
|
|||
|
||||
input[type=submit],
|
||||
input[type=reset],
|
||||
input[type=image] {
|
||||
input[type=image],
|
||||
input[type=button] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -593,6 +594,15 @@ input.cbi-button-save {
|
|||
input.cbi-input-apply,
|
||||
input.cbi-button-apply {
|
||||
background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
|
||||
background-color: inherit;
|
||||
color: #000;
|
||||
padding-left: 17px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-input-link,
|
||||
input.cbi-button-link {
|
||||
background: url('../resources/cbi/link.gif') no-repeat scroll 1px center;
|
||||
background-color: inherit;
|
||||
color: #000;
|
||||
padding-left: 17px;
|
||||
|
|
Loading…
Reference in a new issue