}
}
+/* set placeholder color */
+input[type="date"],
+input[type="datetime"],
+input[type="email"],
+input[type="number"],
+input[type="password"],
+input[type="search"],
+input[type="text"],
+input[type="url"] {
+ &::-webkit-input-placeholder { /* WebKit browsers */
+ color: $wcfInputPlaceholderText;
+ }
+ &::-moz-placeholder { /* Mozilla Firefox 19+ */
+ color: $wcfInputPlaceholderText;
+ }
+ &:-ms-input-placeholder { /* Internet Explorer 10+ */
+ color: $wcfInputPlaceholderText;
+ }
+}
+
textarea[readonly] {
background-color: $wcfInputDisabledBackground !important;
border-color: $wcfInputDisabledBorder !important;
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputDisabledText', 'rgba(125, 130, 100, 1)');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputText', 'rgba(44, 62, 80, 1)');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputTextActive', 'rgba(44, 62, 80, 1)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfInputPlaceholderText', 'rgba(169, 169, 169, 1)');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfLayoutFixedWidth', '1200px');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfLayoutMaxWidth', '1400px');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfLayoutMinWidth', '980px');