diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/_all.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/_all.css index 21647b50..a8ace782 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/_all.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/_all.css @@ -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; } diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/aero.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/aero.css index 98fd65c8..84d0b72b 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/aero.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/aero.css @@ -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; } diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/blue.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/blue.css index 07836749..aaf89e75 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/blue.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/blue.css @@ -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; } diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/flat.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/flat.css index 418620ee..3809e8bb 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/flat.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/flat.css @@ -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; } diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/green.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/green.css index c9d17c16..7dea7e6b 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/green.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/green.css @@ -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; } diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/grey.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/grey.css index a451650e..04744b47 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/grey.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/grey.css @@ -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; } diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/aero.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/aero.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/aero.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/aero.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/aero@2x.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/aero@2x.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/aero@2x.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/aero@2x.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/blue.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/blue.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/blue.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/blue.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/blue@2x.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/blue@2x.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/blue@2x.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/blue@2x.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/flat.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/flat.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/flat.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/flat.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/flat@2x.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/flat@2x.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/flat@2x.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/flat@2x.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/green.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/green.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/green.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/green.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/green@2x.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/green@2x.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/green@2x.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/green@2x.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/grey.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/grey.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/grey.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/grey.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/grey@2x.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/grey@2x.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/grey@2x.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/grey@2x.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/orange.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/orange.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/orange.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/orange.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/orange@2x.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/orange@2x.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/orange@2x.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/orange@2x.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/pink.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/pink.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/pink.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/pink.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/pink@2x.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/pink@2x.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/pink@2x.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/pink@2x.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/purple.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/purple.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/purple.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/purple.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/purple@2x.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/purple@2x.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/purple@2x.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/purple@2x.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/red.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/red.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/red.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/red.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/red@2x.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/red@2x.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/red@2x.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/red@2x.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/yellow.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/yellow.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/yellow.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/yellow.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/yellow@2x.png b/assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/yellow@2x.png similarity index 100% rename from assets/3rdparty/adminLTE/plugins/iCheck/flat/yellow@2x.png rename to assets/3rdparty/adminLTE/plugins/iCheck/flat/icheck-flat-imgs/yellow@2x.png diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/orange.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/orange.css index 8c9c9297..41b76b47 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/orange.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/orange.css @@ -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; } diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/pink.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/pink.css index afa49566..8bc0bdf5 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/pink.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/pink.css @@ -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; } diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/purple.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/purple.css index a9760b36..a3dd4336 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/purple.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/purple.css @@ -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; } diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/red.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/red.css index 34b71e47..c56a27a2 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/red.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/red.css @@ -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; } diff --git a/assets/3rdparty/adminLTE/plugins/iCheck/flat/yellow.css b/assets/3rdparty/adminLTE/plugins/iCheck/flat/yellow.css index 96ae5b1f..54388a9a 100755 --- a/assets/3rdparty/adminLTE/plugins/iCheck/flat/yellow.css +++ b/assets/3rdparty/adminLTE/plugins/iCheck/flat/yellow.css @@ -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; } diff --git a/builder b/builder index da25661f..5f4e2f4b 100755 --- a/builder +++ b/builder @@ -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/");