Skip to content
Snippets Groups Projects
Commit c60055e8 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Fix placeholder text color for file inputs/uploads.

parent 107c944b
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,12 @@ main {
font-weight: bold;
}
/* Change placholdertext color of file uplaod fields */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #9e9e9e;
opacity: 1; /* Firefox */
}
/* preloader circle in the size of a button icon */
.button-icon-spinner {
bottom: -5px !important;
......
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