mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix display of select boxes in Firefox
This commit is contained in:
parent
1feb5735da
commit
1ecac1a438
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ form input[type=submit] {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.select-wrapper select {
|
.select-wrapper select {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue