1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

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

This commit is contained in:
sdtsui 2017-07-29 23:00:44 -07:00
parent 689f60d1ce
commit 6a5e73e673

View File

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