Browse Source

[webconsole] fix style in css

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1687/head
R4SAS 3 years ago
parent
commit
ba369d9b30
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      contrib/webconsole/style.css

2
contrib/webconsole/style.css

@ -21,7 +21,6 @@ a.button {
-moz-appearance: button; -moz-appearance: button;
appearance: button; appearance: button;
text-decoration: none; text-decoration: none;
color: initial;
padding: 0 5px; padding: 0 5px;
border: 1px solid #894C84; border: 1px solid #894C84;
} }
@ -198,7 +197,6 @@ textarea {
-moz-appearance: button; -moz-appearance: button;
appearance: button; appearance: button;
text-decoration: none; text-decoration: none;
color: initial;
margin-top: 10px; margin-top: 10px;
padding: 6px; padding: 6px;
border: 1px solid #894c84; border: 1px solid #894c84;

Loading…
Cancel
Save