Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 8422095

Browse files
committed
don't set placeholder color in theme
1 parent c63c8f3 commit 8422095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/utils/setTheme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ module.exports = function(primaryColor, secondaryColor, backgroundColor, textCol
6161
"#ov1 #userPage input[type='number'].spinButtons::-webkit-inner-spin-button:before { color: " + textColor + ";}" +
6262
"#ov1 #userPage input[type='number'].spinButtons::-webkit-inner-spin-button:after { color: " + textColor + ";}" +
6363
"#ov1 #userPage #obContainer input::-webkit-input-placeholder { color: " + textColor + ";}" +
64-
"#ov1 #userPage #pageNav input::-webkit-input-placeholder { color: " + textColor + ";}" +
64+
//"#ov1 #userPage #pageNav input::-webkit-input-placeholder { color: " + textColor + ";}" +
6565
"#ov1 #userPage #obContainer textarea::-webkit-input-placeholder { color: " + textColor + ";}" +
66-
"#ov1 #userPage #pageNav textarea::-webkit-input-placeholder { color: " + textColor + ";}" +
66+
//"#ov1 #userPage #pageNav textarea::-webkit-input-placeholder { color: " + textColor + ";}" +
6767
"#ov1 #userPage .txtFieldWrapper-bar:before { color: " + textColor + ";}" +
6868
"#ov1 #userPage .mainContainer { box-shadow: 0px 10px 20px " + shadeColor2(backgroundColor, -0.3) + "; }" +
6969
"#ov1 #userPage .mainContainer .txtFieldWrapper:before { color: " + textColor + "; }" +

0 commit comments

Comments
 (0)