Skip to content

Commit

Permalink
Added placeholder styles for input and textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
WebVPF committed Oct 1, 2023
1 parent 6b65b66 commit 9848f0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,10 @@ body.dark .flot-tick-label.tickLabel {
************* Forms ******************
**********************************************/

body.dark input::placeholder,
body.dark textarea::placeholder {
color: var(--drk-color-c);
}
body.dark label {
color: var(--drk-color-a);
}
Expand Down

0 comments on commit 9848f0f

Please sign in to comment.