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=submit],
|
||||||
input[type=reset],
|
input[type=reset],
|
||||||
input[type=image] {
|
input[type=image],
|
||||||
|
input[type=button] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -597,6 +598,15 @@ input.cbi-button-apply {
|
||||||
color: #000;
|
color: #000;
|
||||||
padding-left: 17px;
|
padding-left: 17px;
|
||||||
padding-right: 1px;
|
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;
|
||||||
|
padding-right: 1px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue