themes/openwrt: add CSS for link-type buttons
This commit is contained in:
parent
25754119d4
commit
cd4c263de0
1 changed files with 11 additions and 1 deletions
|
@ -342,7 +342,8 @@ input:-moz-input-placeholder {
|
||||||
|
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -454,6 +455,15 @@ input.cbi-button-apply {
|
||||||
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: #000000;
|
||||||
|
padding-left: 17px;
|
||||||
|
padding-right: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
input.cbi-input-remove,
|
input.cbi-input-remove,
|
||||||
div.cbi-section-remove input {
|
div.cbi-section-remove input {
|
||||||
background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
|
background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
|
||||||
|
|
Loading…
Reference in a new issue