.borderRadius();
}
+
+ .messageFooter {
+ > *:not(:first-child) {
+ border-top: 1px solid @wcfContainerBorderColor;
+ margin-top: @wcfGapSmall;
+ padding-top: @wcfGapSmall;
+ }
+
+ .signature {
+ color: @wcfDimmedColor;
+ }
+ }
}
.message .messageContent {
}*/
}
-.message {
- .signature {
- color: lighten(@wcfColor, 10%);
- }
-}
-
li:nth-child(2n+1) .message {
&.messageSidebarOrientationLeft .messageHeader > .pointer > span {
border-right-color: @wcfContainerAccentBackgroundColor;
.borderRadius(@wcfContainerBorderRadius, 0, 0, 0);
.linearGradientNative(~"left top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
}
+
+ .wbbEditNote {
+ color: @wcfDimmedColor;
+ display: block;
+ }
}
}