From e61ff5eeb154e9aa6873f61f0987c9b42a666c2e Mon Sep 17 00:00:00 2001 From: g <> Date: Thu, 7 May 2020 11:27:23 +0300 Subject: [PATCH 1/2] remove newcss file --- htdocs/wp-content/themes/lawcarta/functions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/wp-content/themes/lawcarta/functions.php b/htdocs/wp-content/themes/lawcarta/functions.php index c78b8f1..ad76948 100644 --- a/htdocs/wp-content/themes/lawcarta/functions.php +++ b/htdocs/wp-content/themes/lawcarta/functions.php @@ -22,7 +22,6 @@ add_action('after_setup_theme', function () { add_editor_style([ lawcarta_fonts_url(), 'assets/css/style.min.css', - 'assets/css/newcss.min.css', 'assets/css/custom.css', 'assets/css/livecarta.css' ]); @@ -72,8 +71,7 @@ add_action('wp_enqueue_scripts', function () { }else{ wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/main-page.min.css'),['lawcarta-libs'],'5.2.3.1'); //wp_enqueue_style('lawcarta-external-style', get_theme_file_uri('/assets/css/style.min.css'), ['jquery-ui','lawcarta-style-index']); - wp_enqueue_style('lawcarta-newcss', get_theme_file_uri('/assets/css/newcss.min.css'), ['lawcarta-style-index']); - wp_enqueue_style('lawcarta-custom', get_theme_file_uri('/assets/css/custom.css'), ['lawcarta-newcss']); + wp_enqueue_style('lawcarta-custom', get_theme_file_uri('/assets/css/custom.css'), ['lawcarta-style-index']); wp_enqueue_style('lawcarta-style', get_stylesheet_uri(), ['lawcarta-custom']); } From c504e04fcb236573da9f7ab92fcd63a3cb194eaa Mon Sep 17 00:00:00 2001 From: g <> Date: Thu, 7 May 2020 11:29:18 +0300 Subject: [PATCH 2/2] remove newcss file --- htdocs/wp-content/themes/lawcarta/assets/css/newcss.min.css | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 htdocs/wp-content/themes/lawcarta/assets/css/newcss.min.css diff --git a/htdocs/wp-content/themes/lawcarta/assets/css/newcss.min.css b/htdocs/wp-content/themes/lawcarta/assets/css/newcss.min.css deleted file mode 100644 index bbbf3fa..0000000 --- a/htdocs/wp-content/themes/lawcarta/assets/css/newcss.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * New UI Styles. -*/ -.casebook-view p .highlight.note-highlight{background:#90ee90}.note-editor .ae-btn-audio,.note-editor .ae-btn-video,.note-editor .ae-mode-edit,.note-editor .ae-mode-edit .delete,.note-editor .ae-share,.note-editor .label-share{display:none}.note-view .stars{display:none}.download-btns{margin-right:110px}.download-btns label{width:49%;margin:0;white-space:nowrap;color:#46362d}.download-btns label input{position:relative;top:1px}.download-btns .button{width:48.9%}@media (max-width:1180px){.download-btns .button,.download-btns label{width:100%}}.modal h2{margin:0 0 20px}.merge-notes-table table{width:100%}.merge-notes-table table td,.merge-notes-table table th{padding:5px 15px 10px 0;width:1%;text-align:left;vertical-align:top}.merge-notes-table table td:last-child,.merge-notes-table table th:last-child{padding-right:0;width:auto}.merge-notes-table table th{white-space:nowrap;vertical-align:middle;border-bottom:1px solid #ccc;padding-bottom:15px}.merge-notes-table table tbody tr:first-child td{padding-top:15px}.merge-notes-s2 .form-group{padding-left:140px;position:relative;line-height:30px;min-height:30px}.merge-notes-s2 .form-group>label{position:absolute;left:0;top:0;line-height:30px}.merge-notes-s2 .form-group.add-stud{padding-right:80px}.merge-notes-s2 .form-group.add-stud .button{position:absolute;right:0;top:0}.merge-notes-s2 .form-group.add-stud select.form-control{padding:4px 12px;height:30px}.merge-notes-s2 .button{display:inline-block}.merge-notes-s2 span.red{color:red}.merge-notes-s2 .added-stud{display:block;padding:0 0 0 17px}.merge-notes-s2 .added-stud .remove-stud{margin-left:10px}.merge-notes-s2 .added-stud .remove-stud:hover{text-decoration:none;color:#000}.merge-notes-s2 .added-stud.sample{display:none} \ No newline at end of file