Enhance button and input css reset to protect from user agent stylesheet

feature/default_network_editable
sdtsui 7 years ago
parent 689f60d1ce
commit 6a5e73e673
  1. 4
      ui/app/css/reset.css

@ -45,4 +45,8 @@ q:before, q:after {
table {
border-collapse: collapse;
border-spacing: 0;
}
input, button {
border-style: none;
}
Loading…
Cancel
Save