Fixed linear gradients
authorMarcel Werk <burntime@woltlab.com>
Thu, 7 Nov 2013 21:27:13 +0000 (22:27 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 7 Nov 2013 21:27:13 +0000 (22:27 +0100)
wcfsetup/install/files/acp/style/blueTemptation/individual.less
wcfsetup/install/files/style/message.less

index c89cad5d606217b37ada11e43920b26589feebc9..7c074d77a39db724ffc0d5a62aa17445d4dcf3ee 100644 (file)
@@ -755,7 +755,7 @@ select[multiple]:focus {
                                top: 0;
                                width: 128px;
                                
-                               .linearGradientNative(~"left top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
+                               .linearGradientNative(~"135deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
                        }
                        
                        > .message.messageSidebarOrientationRight:before {
@@ -768,7 +768,7 @@ select[multiple]:focus {
                                top: 0;
                                width: 128px;
                                
-                               .linearGradientNative(~"right top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
+                               .linearGradientNative(~"225deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
                        }
                }
        }
index 56a94d487b5b1ecab0335c68aa1110d6c165fcfb..eca197bc6beeefb84dfffd678aeec2a8cd5298a5 100644 (file)
        padding: @wcfGapTiny @wcfGapSmall;
                
        @messageFooterNoteGradientColor: fade(@wcfContainerBorderColor, 20%);
-       .linearGradientNative(~"left top, @{messageFooterNoteGradientColor} 0%, transparent 40%");
+       .linearGradientNative(~"90deg, @{messageFooterNoteGradientColor} 0%, transparent 40%");
 }
 
 .messageHeader + .messageBody > div:first-child,
@@ -655,7 +655,7 @@ li:nth-child(2n+1) .message {
                
                .messageContent {
                        @wcfDisabledBackgroundGradientColor: fade(@wcfDisabledBackgroundColor, 0%);
-                       .linearGradientNative(~"to bottom, @{wcfDisabledBackgroundColor}, @{wcfDisabledBackgroundGradientColor} 90px");
+                       .linearGradientNative(~"180deg, @{wcfDisabledBackgroundColor}, @{wcfDisabledBackgroundGradientColor} 90px");
                }
        }
        
@@ -664,7 +664,7 @@ li:nth-child(2n+1) .message {
                
                .messageContent {
                        @wcfDeletedBackgroundGradientColor: fade(@wcfDeletedBackgroundColor, 0%);
-                       .linearGradientNative(~"to bottom, @{wcfDeletedBackgroundColor}, @{wcfDeletedBackgroundGradientColor} 90px");
+                       .linearGradientNative(~"180deg, @{wcfDeletedBackgroundColor}, @{wcfDeletedBackgroundGradientColor} 90px");
                }
        }
        
@@ -673,7 +673,7 @@ li:nth-child(2n+1) .message {
                
                .messageContent {
                        @wcfSelectedBackgroundGradientColor: fade(@wcfSelectedBackgroundColor, 0%);
-                       .linearGradientNative(~"to bottom, @{wcfSelectedBackgroundColor}, @{wcfSelectedBackgroundGradientColor} 90px");
+                       .linearGradientNative(~"180deg, @{wcfSelectedBackgroundColor}, @{wcfSelectedBackgroundGradientColor} 90px");
                }
        }
 }