Fixed usage of transparentize function
authorMarcel Werk <burntime@woltlab.com>
Mon, 29 Aug 2016 08:21:26 +0000 (10:21 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 29 Aug 2016 08:21:31 +0000 (10:21 +0200)
wcfsetup/install/files/style/ui/media.scss

index ae55a9cd56e4023dc049cbe7c15e66635fef405a..e10e7b22fd09c9ef190d50e3fe0c45fd32e76c21 100644 (file)
@@ -25,7 +25,7 @@
                &.jsMarked {
                        > .mediaInformation,
                        > .buttonGroupNavigation {
-                               background-color: transparentize($wcfButtonPrimaryBackground, 20%);
+                               background-color: transparentize($wcfButtonPrimaryBackground, 0.2);
                                color: $wcfButtonPrimaryText;
                                
                                a {
@@ -42,7 +42,7 @@
                &.jsSelected {
                        > .mediaInformation,
                        > .buttonGroupNavigation {
-                               background-color: transparentize(green, 20%);
+                               background-color: transparentize(green, 0.2);
                                color: white;
                                
                                a {