Browse Source

Add placeholders

pull/104/head
rg9400 5 years ago
committed by GitHub
parent
commit
ae8eb3ec79
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      CSS/themes/duplicacy/duplicacy-base.css

21
CSS/themes/duplicacy/duplicacy-base.css

@ -84,6 +84,27 @@ body,
box-shadow: none;
}
/* PLACEHOLDER TEXT */
::placeholder {
color: var(--text) !important;
opacity: .5!important;
}
:-moz-placeholder {
color: var(--text) !important;
opacity: .5!important;
}
:-ms-input-placeholder {
color: var(--text) !important;
opacity: .5!important;
}
::-webkit-input-placeholder {
color: var(--text) !important;
opacity: .5;
}
/* CARDS */
.card {
background: rgb(255 255 255 / 8%);

Loading…
Cancel
Save