From e43c0758318478db128397f44162b6e1e5a3521a Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Thu, 13 Nov 2025 15:43:07 +0900 Subject: [PATCH] =?UTF-8?q?not-used=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 11 +++++++++++ src/main/webapp/resources/css/styles.css | 6 +----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3602f56..7d95eea 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,17 @@ Web resources for xit projects jar + + UTF-8 + + 17 + ${java.version} + ${java.version} + + 5.3.20 + 4.1.0 + + maven-public diff --git a/src/main/webapp/resources/css/styles.css b/src/main/webapp/resources/css/styles.css index 0b272c7..7ec201f 100644 --- a/src/main/webapp/resources/css/styles.css +++ b/src/main/webapp/resources/css/styles.css @@ -2,8 +2,6 @@ *[onclick], *[href] {cursor:pointer;} -.hidden {display: none;} - .wait { position:fixed; top:25%; left:50%; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; @@ -145,6 +143,4 @@ ul.nav-tabs > li.nav-item { width: auto; } -.not-used { - color: lightgrey; -} \ No newline at end of file +.not-used, tr.not-used td {color: lightgrey;} \ No newline at end of file