Fix iCheck issue on built version

This commit is contained in:
Pierre 2018-05-12 15:44:46 +02:00
parent 4ef2e7f219
commit d0ae8d0620
32 changed files with 43 additions and 41 deletions

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(flat.png) no-repeat;
background: url(icheck-flat-imgs/flat.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat,
.iradio_flat {
background-image: url(flat@2x.png);
background-image: url(icheck-flat-imgs/flat@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
@ -65,7 +65,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(red.png) no-repeat;
background: url(icheck-flat-imgs/red.png) no-repeat;
border: none;
cursor: pointer;
}
@ -105,7 +105,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-red,
.iradio_flat-red {
background-image: url(red@2x.png);
background-image: url(icheck-flat-imgs/red@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
@ -121,7 +121,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(green.png) no-repeat;
background: url(icheck-flat-imgs/green.png) no-repeat;
border: none;
cursor: pointer;
}
@ -161,7 +161,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-green,
.iradio_flat-green {
background-image: url(green@2x.png);
background-image: url(icheck-flat-imgs/green@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
@ -177,7 +177,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(blue.png) no-repeat;
background: url(icheck-flat-imgs/blue.png) no-repeat;
border: none;
cursor: pointer;
}
@ -217,7 +217,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-blue,
.iradio_flat-blue {
background-image: url(blue@2x.png);
background-image: url(icheck-flat-imgs/blue@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
@ -233,7 +233,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(aero.png) no-repeat;
background: url(icheck-flat-imgs/aero.png) no-repeat;
border: none;
cursor: pointer;
}
@ -273,7 +273,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-aero,
.iradio_flat-aero {
background-image: url(aero@2x.png);
background-image: url(icheck-flat-imgs/aero@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
@ -289,7 +289,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(grey.png) no-repeat;
background: url(icheck-flat-imgs/grey.png) no-repeat;
border: none;
cursor: pointer;
}
@ -329,7 +329,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-grey,
.iradio_flat-grey {
background-image: url(grey@2x.png);
background-image: url(icheck-flat-imgs/grey@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
@ -345,7 +345,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(orange.png) no-repeat;
background: url(icheck-flat-imgs/orange.png) no-repeat;
border: none;
cursor: pointer;
}
@ -385,7 +385,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-orange,
.iradio_flat-orange {
background-image: url(orange@2x.png);
background-image: url(icheck-flat-imgs/orange@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
@ -401,7 +401,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(yellow.png) no-repeat;
background: url(icheck-flat-imgs/yellow.png) no-repeat;
border: none;
cursor: pointer;
}
@ -441,7 +441,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-yellow,
.iradio_flat-yellow {
background-image: url(yellow@2x.png);
background-image: url(icheck-flat-imgs/yellow@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
@ -457,7 +457,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(pink.png) no-repeat;
background: url(icheck-flat-imgs/pink.png) no-repeat;
border: none;
cursor: pointer;
}
@ -497,7 +497,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-pink,
.iradio_flat-pink {
background-image: url(pink@2x.png);
background-image: url(icheck-flat-imgs/pink@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}
@ -513,7 +513,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(purple.png) no-repeat;
background: url(icheck-flat-imgs/purple.png) no-repeat;
border: none;
cursor: pointer;
}
@ -553,7 +553,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-purple,
.iradio_flat-purple {
background-image: url(purple@2x.png);
background-image: url(icheck-flat-imgs/purple@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(aero.png) no-repeat;
background: url(icheck-flat-imgs/aero.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-aero,
.iradio_flat-aero {
background-image: url(aero@2x.png);
background-image: url(icheck-flat-imgs/aero@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(blue.png) no-repeat;
background: url(icheck-flat-imgs/blue.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-blue,
.iradio_flat-blue {
background-image: url(blue@2x.png);
background-image: url(icheck-flat-imgs/blue@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(flat.png) no-repeat;
background: url(icheck-flat-imgs/flat.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat,
.iradio_flat {
background-image: url(flat@2x.png);
background-image: url(icheck-flat-imgs/flat@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(green.png) no-repeat;
background: url(icheck-flat-imgs/green.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-green,
.iradio_flat-green {
background-image: url(green@2x.png);
background-image: url(icheck-flat-imgs/green@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(grey.png) no-repeat;
background: url(icheck-flat-imgs/grey.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-grey,
.iradio_flat-grey {
background-image: url(grey@2x.png);
background-image: url(icheck-flat-imgs/grey@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(orange.png) no-repeat;
background: url(icheck-flat-imgs/orange.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-orange,
.iradio_flat-orange {
background-image: url(orange@2x.png);
background-image: url(icheck-flat-imgs/orange@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(pink.png) no-repeat;
background: url(icheck-flat-imgs/pink.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-pink,
.iradio_flat-pink {
background-image: url(pink@2x.png);
background-image: url(icheck-flat-imgs/pink@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(purple.png) no-repeat;
background: url(icheck-flat-imgs/purple.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-purple,
.iradio_flat-purple {
background-image: url(purple@2x.png);
background-image: url(icheck-flat-imgs/purple@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(red.png) no-repeat;
background: url(icheck-flat-imgs/red.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-red,
.iradio_flat-red {
background-image: url(red@2x.png);
background-image: url(icheck-flat-imgs/red@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

@ -9,7 +9,7 @@
padding: 0;
width: 20px;
height: 20px;
background: url(yellow.png) no-repeat;
background: url(icheck-flat-imgs/yellow.png) no-repeat;
border: none;
cursor: pointer;
}
@ -49,7 +49,7 @@
only screen and (min-device-pixel-ratio: 1.5) {
.icheckbox_flat-yellow,
.iradio_flat-yellow {
background-image: url(yellow@2x.png);
background-image: url(icheck-flat-imgs/yellow@2x.png);
-webkit-background-size: 176px 22px;
background-size: 176px 22px;
}

View File

@ -221,7 +221,9 @@ rcopy($path_debug_assets."3rdparty/adminLTE/bootstrap/fonts", $path_release_asse
rcopy($path_debug_assets."3rdparty/twemoji/2/72x72/", $path_release_assets."3rdparty/twemoji/2/72x72/");
rcopy($path_debug_assets."3rdparty/adminLTE/plugins/googleFonts/googleFonts/", $path_release_assets."googleFonts/");
rcopy($path_debug_assets."3rdparty/wdt-emoji/sheets/", $path_release_assets."3rdparty/wdt-emoji/sheets/");
copy($path_debug_assets."3rdparty/adminLTE/plugins/iCheck/flat/blue.png", $path_release_assets."blue.png");
//Copy iCheck images
rcopy($path_debug_assets."3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/", $path_release_assets."icheck-flat-imgs/");
//Copy images and templates
rcopy($path_debug_assets."img/", $path_release_assets."img/");