Fixed double borders in style editor
authorAlexander Ebert <ebert@woltlab.com>
Tue, 9 Oct 2012 11:08:00 +0000 (13:08 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 9 Oct 2012 11:08:00 +0000 (13:08 +0200)
files/style/styleEditor.less

index f8f325c27bde9fd77c765ae79c15476f0caae5fe..080f901172786412be18863a3694f17a57cf2b99 100644 (file)
@@ -8,7 +8,7 @@
        }
        
        > div {
-               border: 1px solid @wcfContainerBorderColor;
+               border: 2px solid rgba(255, 255, 255, 1);
                border-radius: @wcfContainerBorderRadius;
                cursor: pointer;
                display: block;