Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Thu, 31 Jan 2013 23:57:10 +0000 (00:57 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 31 Jan 2013 23:57:10 +0000 (00:57 +0100)
wcfsetup/install/files/style/layout.less

index 7dc16699ff6788c0eaa22f525b8600deeddbcced..5fb7c8b3322be6b3e23cd96dfd340c21171d297c 100644 (file)
                &: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 {
                                
                                .transition(opacity, .1s);
                        }
+                       
+                       > hgroup > .containerContentType {
+                               color: lighten(@wcfDimmedColor, 20%);
+                               position: absolute;
+                               right: 0;
+                               top: 3px;
+                               
+                               .transition(color, .1s);
+                       }
                }
        }