From e5a95b5befa7f716a37f1afc69077cc081f527c5 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 1 Feb 2013 00:57:10 +0100 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/layout.less | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 7dc16699ff..5fb7c8b332 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -543,12 +543,18 @@ &:hover { background-color: @wcfContainerHoverBackgroundColor; - > div > .details > .buttonList { - opacity: 1; + > div > div { + > .buttonList { + opacity: 1; + } + + > hgroup > .containerContentType { + color: @wcfDimmedColor; + } } } - > div > .details { + > div > div { position: relative; > .buttonList { @@ -559,6 +565,15 @@ .transition(opacity, .1s); } + + > hgroup > .containerContentType { + color: lighten(@wcfDimmedColor, 20%); + position: absolute; + right: 0; + top: 3px; + + .transition(color, .1s); + } } } -- 2.20.1