forked from I2P_Developers/i2p.i2p
- Fix custom tracker list
- Add tracker config form - Remove custom tracker from create form - More icons in buttons
This commit is contained in:
@@ -525,12 +525,50 @@ input[type=radio] {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
|
||||
input.accept {
|
||||
background: #989 url('../../console/images/accept.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.add {
|
||||
background: #989 url('../../console/images/add.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.create {
|
||||
background: #989 url('images/create.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.cancel {
|
||||
background: #989 url('../../console/images/cancel.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.create {
|
||||
background: #989 url('images/create.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.delete {
|
||||
background: #989 url('../../console/images/delete.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.reload {
|
||||
background: #989 url('../../console/images/arrow_refresh.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #333;
|
||||
background: url('/themes/snark/ubergine/images/graytile.png') !important;
|
||||
|
@@ -549,12 +549,44 @@ input[type=radio] {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
|
||||
input.accept {
|
||||
background: #f3efc7 url('../../console/images/accept.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.add {
|
||||
background: #f3efc7 url('../../console/images/add.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.cancel {
|
||||
background: #f3efc7 url('../../console/images/cancel.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.create {
|
||||
background: #f3efc7 url('images/create.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.delete {
|
||||
background: #f3efc7 url('../../console/images/delete.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.reload {
|
||||
background: #f3efc7 url('../../console/images/arrow_refresh.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #fff;
|
||||
/* background: url('/themes/snark/ubergine/images/graytile.png') !important;*/
|
||||
|
Reference in New Issue
Block a user