Browse Source

Adjust color of placeholder text in textarea fields

Kristan Kenney 5 years ago
parent
commit
d50ed14452
2 changed files with 15 additions and 0 deletions
  1. 15 0
      web/css/src/themes/dark.css
  2. 0 0
      web/css/themes/dark.min.css

+ 15 - 0
web/css/src/themes/dark.css

@@ -703,6 +703,21 @@ label:hover {
   box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
 }
 
+textarea::-webkit-input-placeholder {
+  color: #bbb !important;
+}
+
+textarea:focus::-webkit-input-placeholder {
+  color: #909090 !important;
+}
+
+textarea::-moz-placeholder {
+  color: #bbb !important;
+}
+textarea:focus::-moz-placeholder {
+  color: #909090 !important;
+}
+
 select.vst-list:-moz-focusring {
 
 }

File diff suppressed because it is too large
+ 0 - 0
web/css/themes/dark.min.css


Some files were not shown because too many files changed in this diff