From 3df6deefb3b032959c8b444e13a8d78be973ab34 Mon Sep 17 00:00:00 2001 From: Goldman Kim Date: Mon, 20 May 2024 18:02:17 +0900 Subject: [PATCH] . --- .../static/html/com/app/sample/type0401.html | 167 +----------------- .../static/html/com/app/sample/type0601.html | 4 +- .../static/js/natural_js/css/natural.ui.css | 2 +- .../js/natural_js/css/natural.ui.material.css | 1 + 4 files changed, 7 insertions(+), 167 deletions(-) diff --git a/src/main/resources/static/html/com/app/sample/type0401.html b/src/main/resources/static/html/com/app/sample/type0401.html index 83526f9..92ef430 100644 --- a/src/main/resources/static/html/com/app/sample/type0401.html +++ b/src/main/resources/static/html/com/app/sample/type0401.html @@ -3,7 +3,6 @@
@@ -80,11 +79,11 @@
  • - +
  • Company

    - +
  • @@ -105,164 +104,4 @@
  • - \ No newline at end of file + \ No newline at end of file diff --git a/src/main/resources/static/html/com/app/sample/type0601.html b/src/main/resources/static/html/com/app/sample/type0601.html index 49d62c6..4ba0cbf 100644 --- a/src/main/resources/static/html/com/app/sample/type0601.html +++ b/src/main/resources/static/html/com/app/sample/type0601.html @@ -3,8 +3,8 @@
    - - + +
    diff --git a/src/main/resources/static/js/natural_js/css/natural.ui.css b/src/main/resources/static/js/natural_js/css/natural.ui.css index ff5641e..bfc47e2 100644 --- a/src/main/resources/static/js/natural_js/css/natural.ui.css +++ b/src/main/resources/static/js/natural_js/css/natural.ui.css @@ -1,7 +1,7 @@ @charset "utf-8"; @import url(light.css) screen and (prefers-color-scheme: light); -@import url(dark.css) screen and (prefers-color-scheme: dark); +@import url(light.css) screen and (prefers-color-scheme: dark); /* Alert */ .alert_overlay__.block_overlay__ { diff --git a/src/main/resources/static/js/natural_js/css/natural.ui.material.css b/src/main/resources/static/js/natural_js/css/natural.ui.material.css index a25c024..25f7f84 100644 --- a/src/main/resources/static/js/natural_js/css/natural.ui.material.css +++ b/src/main/resources/static/js/natural_js/css/natural.ui.material.css @@ -1671,6 +1671,7 @@ a.btn_mouseout__, input[type='button'].btn_mouseout__, button.btn_mouseout__ { .docs__>.docs_tab_context__>.docs_tabs__, .docs__>.docs_tab_context__>ul.docs_tab_utils__, .docs__>.docs_tab_context__>ul.docs_tab_utils__ .docs_tab_list__ { list-style: none; margin: 0; + background-color: inherit; } .docs__>.docs_tab_context__>.docs_tabs__ {