Skip to content

Commit

Permalink
v4.4.18 build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeo committed Oct 27, 2021
1 parent 7f95dd9 commit 82fd828
Show file tree
Hide file tree
Showing 88 changed files with 482 additions and 475 deletions.
24 changes: 12 additions & 12 deletions assets/front/css/_dev/style-rtl-without-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/front/css/_dev/style-rtl-without-bootstrap.css.map

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions assets/front/css/_dev/style-without-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/front/css/_dev/style-without-bootstrap.css.map

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions assets/front/css/rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/front/css/rtl.min.css

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions assets/front/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/front/css/style.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/czr-admin-ccat.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ function czr_fn_user_defined_tinymce_css( $init ) {
*/
function czr_fn_write_ajax_dismis_script() {
?>
<script type="text/javascript" id="tc-dismiss-update-notice">
<script id="tc-dismiss-update-notice">
( function($){
var _ajax_action = function( $_el ) {
var AjaxUrl = "<?php echo admin_url( 'admin-ajax.php' ); ?>",
Expand Down Expand Up @@ -771,7 +771,7 @@ function czr_fn_fix_wp_footer_link_style() {
if ( 'appearance_page_welcome' != $screen-> id )
return;
?>
<style type="text/css" id="tc-fix-wp-footer-position">
<style id="tc-fix-wp-footer-position">
.wp-admin #wpfooter {bottom: inherit;}
</style>
<?php
Expand Down
2 changes: 1 addition & 1 deletion core/czr-customize-ccat.php
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ function czr_fn_add_customize_preview_data() {
}

?>
<script type="text/javascript" id="czr-customizer-data">
<script id="czr-customizer-data">
(function ( _export ){
_export.czr_wp_conditionals = <?php echo wp_json_encode( $_wp_conditionals ) ?>;
})( _wpCustomizeSettings );
Expand Down
26 changes: 13 additions & 13 deletions inc/assets/css/black.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Customizr v4.4.17
* Customizr v4.4.18
*
* Licensed under the GNU General Public License v2 or later
* http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -86,10 +86,10 @@ blockquote {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #000000;
background-image: -moz-linear-gradient(top, #000, #000000);
background-image: -moz-linear-gradient(to top, #000, #000000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000000));
background-image: -webkit-linear-gradient(top, #000, #000000);
background-image: -o-linear-gradient(top, #000, #000000);
background-image: -webkit-linear-gradient(to top, #000, #000000);
background-image: -o-linear-gradient(to top, #000, #000000);
background-image: linear-gradient(to bottom, #000, #000000);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000' , endColorstr='#ff000000' , GradientType=0);
Expand Down Expand Up @@ -117,10 +117,10 @@ blockquote {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #333333;
background-image: -moz-linear-gradient(top, #333333, #333333);
background-image: -moz-linear-gradient(to top, #333333, #333333);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#333333));
background-image: -webkit-linear-gradient(top, #333333, #333333);
background-image: -o-linear-gradient(top, #333333, #333333);
background-image: -webkit-linear-gradient(to top, #333333, #333333);
background-image: -o-linear-gradient(to top, #333333, #333333);
background-image: linear-gradient(to bottom, #333333, #333333);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333' , endColorstr='#ff333333' , GradientType=0);
Expand Down Expand Up @@ -169,10 +169,10 @@ blockquote {
text-decoration: none;
outline: 0;
background-color: #000000;
background-image: -moz-linear-gradient(top, #000, #000000);
background-image: -moz-linear-gradient(to top, #000, #000000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000000));
background-image: -webkit-linear-gradient(top, #000, #000000);
background-image: -o-linear-gradient(top, #000, #000000);
background-image: -webkit-linear-gradient(to top, #000, #000000);
background-image: -o-linear-gradient(to top, #000, #000000);
background-image: linear-gradient(to bottom, #000, #000000);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000' , endColorstr='#ff000000' , GradientType=0);
Expand Down Expand Up @@ -256,10 +256,10 @@ input[type="checkbox"]:focus {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #000000;
background-image: -moz-linear-gradient(top, #000000, #000000);
background-image: -moz-linear-gradient(to top, #000000, #000000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
background-image: -webkit-linear-gradient(top, #000000, #000000);
background-image: -o-linear-gradient(top, #000000, #000000);
background-image: -webkit-linear-gradient(to top, #000000, #000000);
background-image: -o-linear-gradient(to top, #000000, #000000);
background-image: linear-gradient(to bottom, #000000, #000000);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000' , endColorstr='#ff000000' , GradientType=0);
Expand Down
Loading

0 comments on commit 82fd828

Please sign in to comment.