Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Wed, 12 Mar 2014 18:17:16 +0000 (19:17 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 12 Mar 2014 18:17:16 +0000 (19:17 +0100)
wcfsetup/install/files/acp/style/blueTemptation/individual.less
wcfsetup/install/files/acp/style/blueTemptation/override.less

index 2b0a7cc32709ea93a4b5b570617fb114ed57a167..ace81fb2c4415c157c66dc05ca1781fd969efc9c 100644 (file)
@@ -12,7 +12,6 @@ body, .tabularBox, .dialogTitlebar {
        > li {
                > a {
                        border-width: 0 !important;
-                       color: @wcfPageLinkColor;
                        
                        .transition(color, .3s, ease); 
                        .textShadow(@wcfPageBackgroundColor);
index a223975e9f96807f27f31f1c7272a0a9c9d41877..020628cb5109b956df4baf953df53b743ce84196 100644 (file)
@@ -19,3 +19,4 @@
 @wcfInputBorderRadius: 3px;
 @wcfTextShadowLightColor: rgba(255, 255, 255, .8);
 @wcfTextShadowDarkColor: rgba(0, 0, 0, .8);
+@wcfMainMenuColor: @wcfPageLinkColor;
\ No newline at end of file