luci-theme-bootstrap: remove unused styles
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
b79982e5df
commit
e3d02b1a49
1 changed files with 0 additions and 40 deletions
|
@ -1577,46 +1577,6 @@ footer {
|
|||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* Button icons for specific pages */
|
||||
.Startup .cbi-section-table input.cbi-input-apply,
|
||||
.Startup .cbi-section-table input.cbi-button-apply {
|
||||
background-image: url("../resources/cbi/apply.gif");
|
||||
background-position: 7px 4px;
|
||||
padding: 3px 9px 3px 27px;
|
||||
}
|
||||
|
||||
.Processes .cbi-section-table input.cbi-input-reload,
|
||||
.Startup .cbi-section-table input.cbi-input-reload {
|
||||
background-image: url("../resources/cbi/reload.gif");
|
||||
background-position: 7px 4px;
|
||||
padding: 3px 9px 3px 27px;
|
||||
}
|
||||
|
||||
.Processes .cbi-section-table input.cbi-input-remove,
|
||||
.Processes .cbi-section-table div.cbi-section-remove input,
|
||||
.Startup .cbi-section-table input.cbi-input-remove,
|
||||
.Startup .cbi-section-table div.cbi-section-remove input {
|
||||
background-image: url("../resources/cbi/remove.gif");
|
||||
background-position: 7px 4px;
|
||||
padding: 3px 9px 3px 27px;
|
||||
}
|
||||
|
||||
.Processes .cbi-section-table input.cbi-input-reset,
|
||||
.Processes .cbi-section-table input.cbi-button-reset,
|
||||
.Startup .cbi-section-table input.cbi-input-reset,
|
||||
.Startup .cbi-section-table input.cbi-button-reset {
|
||||
background-image: url("../resources/cbi/reset.gif");
|
||||
background-position: 7px 4px;
|
||||
padding: 3px 9px 3px 27px;
|
||||
}
|
||||
|
||||
.Startup .cbi-section-table input.cbi-input-save,
|
||||
.Startup .cbi-section-table input.cbi-button-save {
|
||||
background-image: url("../resources/cbi/save.gif");
|
||||
background-position: 7px 4px;
|
||||
padding: 3px 9px 3px 27px;
|
||||
}
|
||||
|
||||
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue