themes/freifunk-generic: Fix buttons background, #415
This commit is contained in:
parent
16ffd14cc2
commit
2076bc9dd0
1 changed files with 8 additions and 16 deletions
|
@ -583,7 +583,7 @@ input,
|
|||
textarea {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px outset #aaaaaa;
|
||||
}
|
||||
|
||||
input[type=image] {
|
||||
|
@ -645,7 +645,6 @@ input.cbi-input-reload {
|
|||
background-color: inherit;
|
||||
color: #000;
|
||||
padding-left: 17px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
input.cbi-button{
|
||||
|
@ -678,7 +677,9 @@ input.cbi-button-reset {
|
|||
color: #000;
|
||||
padding-left: 17px;
|
||||
padding-right: 1px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
input.cbi-input-save,
|
||||
|
@ -688,7 +689,6 @@ input.cbi-button-save {
|
|||
color: #000;
|
||||
padding-left: 17px;
|
||||
padding-right: 1px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
input.cbi-input-apply,
|
||||
|
@ -698,7 +698,6 @@ input.cbi-button-apply {
|
|||
color: #000;
|
||||
padding-left: 17px;
|
||||
padding-right: 1px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
input.cbi-input-link,
|
||||
|
@ -718,7 +717,7 @@ div.cbi-section-remove input {
|
|||
color: #000;
|
||||
padding-left: 17px;
|
||||
padding-right: 1px;
|
||||
border: 1px solid #fff;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
input.cbi-button-up {
|
||||
|
@ -734,28 +733,21 @@ input.cbi-button-down {
|
|||
}
|
||||
|
||||
input.cbi-button-edit {
|
||||
background-image: url('../resources/cbi/edit.gif');
|
||||
background: url('../resources/cbi/edit.gif') no-repeat scroll 1px center;
|
||||
color: #000000;
|
||||
padding-left: 17px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-reload {
|
||||
background-image: url('../resources/cbi/reload.gif');
|
||||
color: #000000;
|
||||
padding-left: 17px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-reset {
|
||||
background-image: url('../resources/cbi/reset.gif');
|
||||
background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
|
||||
color: #000000;
|
||||
padding-left: 17px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-remove {
|
||||
background-image: url('../resources/cbi/remove.gif');
|
||||
background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
|
||||
color: #000000;
|
||||
padding-left: 17px;
|
||||
padding-right: 1px;
|
||||
|
|
Loading…
Reference in a new issue