Skip to content

Commit 52af3cd

Browse files
author
Kristan Kenney
committed
Merge branch 'fix/ui-cleanup' into main
2 parents a85c3f7 + d50ed14 commit 52af3cd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

web/css/src/themes/dark.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,21 @@ label:hover {
703703
box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
704704
}
705705

706+
textarea::-webkit-input-placeholder {
707+
color: #bbb !important;
708+
}
709+
710+
textarea:focus::-webkit-input-placeholder {
711+
color: #909090 !important;
712+
}
713+
714+
textarea::-moz-placeholder {
715+
color: #bbb !important;
716+
}
717+
textarea:focus::-moz-placeholder {
718+
color: #909090 !important;
719+
}
720+
706721
select.vst-list:-moz-focusring {
707722

708723
}

0 commit comments

Comments
 (0)