mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Fix placeholder text color for file inputs/uploads.
This commit is contained in:
parent
107c944bef
commit
c60055e8f4
@ -19,6 +19,12 @@ main {
|
|||||||
font-weight: bold;
|
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 */
|
/* preloader circle in the size of a button icon */
|
||||||
.button-icon-spinner {
|
.button-icon-spinner {
|
||||||
bottom: -5px !important;
|
bottom: -5px !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user