Minor style improvements
authorMarcel Werk <burntime@woltlab.com>
Thu, 3 Jan 2013 00:34:06 +0000 (01:34 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 3 Jan 2013 00:34:06 +0000 (01:34 +0100)
wcfsetup/install/files/style/global.less

index 0a1e6e144383aa28de6d595e4c9fa28fd2067ffa..f16000d89b798f66ed37a4b2c88228643a7f699c 100644 (file)
@@ -96,6 +96,10 @@ body > iframe[src="about:blank"] {
        cursor: pointer;
 }
 
+.dimmed {
+       color: @wcfDimmedColor;
+}
+
 /* icons */
 .icon(@imageSize) {
        .square(@imageSize);
@@ -213,7 +217,7 @@ body > iframe[src="about:blank"] {
        font-weight: normal !important;
        padding: 1px 8px 2px;
        position: relative;
-       text-shadow: none;
+       text-shadow: none !important; /* necessary to avoid ugly text shadows in comment lists; @todo: better solution without "!important" */
        white-space: nowrap;
        
        /* colors */