rg9400
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
21 additions and
0 deletions
-
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%); |
|
|
|