Added less variable (@wcfExtraDimmedColor)
authorMarcel Werk <burntime@woltlab.com>
Mon, 11 Feb 2013 22:42:55 +0000 (23:42 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 11 Feb 2013 22:42:55 +0000 (23:42 +0100)
wcfsetup/install/files/style/layout.less
wcfsetup/setup/db/install.sql

index d3617316b997684a89b822ea01b021d9c25a3aa4..1f017393cf88db775864e26198685df50ddd36ea 100644 (file)
                        }
                        
                        > hgroup > .containerContentType {
-                               color: lighten(@wcfDimmedColor, 20%);
+                               color: @wcfExtraDimmedColor;
                                position: absolute;
                                right: 0;
                                top: 3px;
index eb6535581e9a7a9e075f1e7ba33b9f90d488e1d1..f1cba06078ea2e90bcfffcc1dbcdac0c4787b5a4 100644 (file)
@@ -947,6 +947,7 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfPageLin
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfPageLinkHoverColor', 'rgba(15, 79, 143, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarBackgroundColor', '@wcfContainerHoverBackgroundColor');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfDimmedColor', 'rgba(136, 136, 136, 1)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfExtraDimmedColor', 'lighten(@wcfDimmedColor, 20%)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfLabelColor', '@wcfColor');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeadlineColor', '@wcfColor');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfHeadlineFontFamily', '"Trebuchet MS", Arial, sans-serif');