mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Enhance button and input css reset to protect from user agent stylesheet
This commit is contained in:
parent
689f60d1ce
commit
6a5e73e673
@ -46,3 +46,7 @@ table {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, button {
|
||||||
|
border-style: none;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user