menu item hack for safari
This commit is contained in:
parent
44a0d5ce12
commit
dbb87bb804
1 changed files with 6 additions and 0 deletions
|
|
@ -393,6 +393,12 @@ select.form-control:not([multiple]):not([size]) {
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#opml-import-form input[type="file"]::-webkit-file-upload-button {
|
||||||
|
position: absolute;
|
||||||
|
top: -999px;
|
||||||
|
left: -999px;
|
||||||
|
}
|
||||||
|
|
||||||
/* content */
|
/* content */
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue