From 46944117ea794d74dab5c20d8ef1f83ddef5aded Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 11 Feb 2013 23:42:55 +0100 Subject: [PATCH] Added less variable (@wcfExtraDimmedColor) --- wcfsetup/install/files/style/layout.less | 2 +- wcfsetup/setup/db/install.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index d3617316b9..1f017393cf 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -567,7 +567,7 @@ } > hgroup > .containerContentType { - color: lighten(@wcfDimmedColor, 20%); + color: @wcfExtraDimmedColor; position: absolute; right: 0; top: 3px; diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index eb6535581e..f1cba06078 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -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'); -- 2.20.1