1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +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

@ -46,3 +46,7 @@ table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
input, button {
border-style: none;
}