Skip to content
Snippets Groups Projects
Unverified Commit 04c21f0e authored by Conrad Zelck's avatar Conrad Zelck
Browse files

style: set colors for input-file-button for iOS


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 7a61f0bc
No related branches found
No related tags found
No related merge requests found
...@@ -206,6 +206,14 @@ input[type="file"] { ...@@ -206,6 +206,14 @@ input[type="file"] {
background-color: inherit; background-color: inherit;
} }
input::file-selector-button {
color: black;
}
input:disabled::file-selector-button {
color: #AAAAAA;
}
button:disabled, input:disabled, textarea:disabled, button:disabled, input:disabled, textarea:disabled,
div.disabled, p.disabled, label.disabled, div.disabled, p.disabled, label.disabled,
#input.disabled, #output.disabled, #input.disabled, #output.disabled,
...@@ -249,6 +257,12 @@ input[type="file"] { ...@@ -249,6 +257,12 @@ input[type="file"] {
border: 0; border: 0;
} }
/* iOS */
input::file-selector-button {
-webkit-border-radius: 3px;
border-radius: 3px;
}
#input, #output { #input, #output {
border: 1px solid white; border: 1px solid white;
outline: 1px solid white; outline: 1px solid white;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment