forked from I2P_Developers/i2p.i2p
Changed summary bar ordering <input type="image">s to <button>s
Fixes a bug which caused the ordering to be non-functional.
This commit is contained in:
@@ -535,9 +535,11 @@ div.configure h2:first-child {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.sidebarconf input[type="image"] {
|
||||
.sidebarconf button {
|
||||
margin: 2px;
|
||||
padding: 1px;
|
||||
padding: 1px;
|
||||
min-width: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.sidebarconf th:nth-child(1) {
|
||||
|
Reference in New Issue
Block a user