From: Marcel Werk Date: Thu, 31 Jan 2013 23:57:10 +0000 (+0100) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_1~520 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e5a95b5befa7f716a37f1afc69077cc081f527c5;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- 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); + } } }