input[type="text"],
input[type="url"] {
&::-webkit-input-placeholder { /* WebKit browsers */
- color: $wcfInputPlaceholderText;
+ color: $wcfInputPlaceholder;
}
&::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: $wcfInputPlaceholderText;
+ color: $wcfInputPlaceholder;
}
&:-ms-input-placeholder { /* Internet Explorer 10+ */
- color: $wcfInputPlaceholderText;
+ color: $wcfInputPlaceholder;
}
}
/* set placeholder color */
&::-webkit-input-placeholder { /* WebKit browsers */
- color: $wcfHeaderSearchBoxPlaceholderText;
+ color: $wcfHeaderSearchBoxPlaceholder;
}
&::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: $wcfHeaderSearchBoxPlaceholderText;
+ color: $wcfHeaderSearchBoxPlaceholder;
}
&:-ms-input-placeholder { /* Internet Explorer 10+ */
- color: $wcfHeaderSearchBoxPlaceholderText;
+ color: $wcfHeaderSearchBoxPlaceholder;
}
/* remove broken cancel-button (webkit) */
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('pageLogo', '');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('useFluidLayout', '1');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('useGoogleFont', '1');
-INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfBaseLineHeight', '1.28');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfButtonBackground', 'rgba(255, 255, 255, 1)');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfButtonBackgroundActive', 'rgba(52, 73, 94, 1)');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfButtonBorder', 'rgba(127, 140, 141, 1)');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfDropdownText', 'rgba(55, 73, 95, 1)');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFontFamilyFallback', '"Segoe UI", "Lucida Grande", "Helveltica", sans-serif');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFontFamilyGoogle', 'Open Sans');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFontLineHeight', '1.48');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFontSizeDefault', '14px');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFontSizeHeadline', '18px');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfFontSizeSection', '23px');