Updated CSS
authorAlexander Ebert <ebert@woltlab.com>
Tue, 20 Oct 2015 08:42:25 +0000 (10:42 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 20 Oct 2015 08:42:25 +0000 (10:42 +0200)
files/style/conversation.scss

index 204b6602abdccd566d3f71b78e37d5b53161eb5d..7d66c50551728ef024632a0dc2d74d7f97f64225 100644 (file)
@@ -25,7 +25,7 @@
 .conversationParticipantList {
        > li {
                .inlineDataList {
-                       font-size: $wcfSmallFontSize;
+                       @extend .wcfFontSmall;
                }
                
                &.conversationLeft > div {
@@ -50,7 +50,7 @@
 }
 
 .conversationUsageBar {
-       background-color: $wcfColor;
+       // TODO: background-color: $wcfColor;
        border-radius: 5px;
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .5);
        height: 20px;