디자인 변경

This commit is contained in:
2025-10-24 15:24:39 +09:00
parent 09d225803d
commit 967b8b6529
3 changed files with 23 additions and 15 deletions

View File

@@ -26,14 +26,14 @@ userMenuList = (ArrayList)request.getAttribute("userMenuList");
} }
*/ */
.menu_off{ .menu_off{
color:#fff !important; padding: 2px 3px; font-size:9px; background-color:#89b4fa; border-radius:2px; color:#fff !important; padding: 4px 8px; font-size:11px; background-color:#89b4fa; border-radius:3px;
display: inline-block; min-width: 40px; text-align: center; margin: 0px; display: inline-block; min-width: 55px; text-align: center; margin: 0px;
transition: all 0.3s ease; text-decoration: none !important; border: none; transition: all 0.3s ease; text-decoration: none !important; border: none;
cursor: pointer; cursor: pointer;
} }
.menu_on{ .menu_on{
color:#fff !important; padding: 2px 3px; font-size:9px; background-color:#5e9cff; border-radius:2px; color:#fff !important; padding: 4px 8px; font-size:11px; background-color:#5e9cff; border-radius:3px;
display: inline-block; min-width: 40px; text-align: center; margin: 0px; display: inline-block; min-width: 55px; text-align: center; margin: 0px;
transition: all 0.3s ease; text-decoration: none !important; border: none; transition: all 0.3s ease; text-decoration: none !important; border: none;
cursor: pointer; cursor: pointer;
} }
@@ -392,7 +392,7 @@ function fn_setApprovalCnt(){
if("2".equals(lev)){ if("2".equals(lev)){
%> %>
<a href="#" class="menu menu_off" menuObjId="<%=menuObjid%>" style="background-color: #1e40af; color: #fff; padding: 3px 6px; font-size: 10px; border-radius: 3px; text-decoration: none; display: inline-block; min-width: 50px; text-align: center; margin-right: 4px;"><%=menuKorName%></a> <a href="#" class="menu menu_off" menuObjId="<%=menuObjid%>" style="background-color: #1e40af; color: #fff; padding: 4px 8px; font-size: 11px; border-radius: 3px; text-decoration: none; display: inline-block; min-width: 55px; text-align: center; margin-right: 5px;"><%=menuKorName%></a>
<% <%
} }
} }

View File

@@ -296,6 +296,7 @@ div.plm_menu_name h2 span,
.input_title { .input_title {
background: var(--label-bg); background: var(--label-bg);
color: var(--text-primary); color: var(--text-primary);
border-left: 1px solid var(--border-color);
border-right: 1px solid var(--border-color); border-right: 1px solid var(--border-color);
font-weight: 500; font-weight: 500;
position: relative; position: relative;
@@ -644,7 +645,7 @@ div.plm_menu_name h2 span,
border-collapse: collapse; border-collapse: collapse;
background: var(--surface); background: var(--surface);
text-align: center; text-align: center;
font-size: 14px; font-size: 13px;
} }
.plm_table .plm_thead { .plm_table .plm_thead {
@@ -658,7 +659,7 @@ div.plm_menu_name h2 span,
border-right: 1px solid var(--border-color); border-right: 1px solid var(--border-color);
padding: 14px 12px; padding: 14px 12px;
font-weight: 600; font-weight: 600;
font-size: 14px; font-size: 13px;
} }
.plm_table .plm_thead td:last-child { .plm_table .plm_thead td:last-child {
@@ -671,6 +672,7 @@ div.plm_menu_name h2 span,
border-right: 1px solid var(--border-color); border-right: 1px solid var(--border-color);
padding: 12px; padding: 12px;
vertical-align: middle; vertical-align: middle;
font-size: 13px;
} }
.plm_table td:last-child { .plm_table td:last-child {

View File

@@ -3,7 +3,7 @@
} }
.ui-jqgrid .ui-jqgrid-view,.ui-jqgrid .ui-paging-info, .ui-jqgrid .ui-pg-table, .ui-jqgrid .ui-jqgrid-view,.ui-jqgrid .ui-paging-info, .ui-jqgrid .ui-pg-table,
.ui-jqgrid .ui-pg-selbox { .ui-jqgrid .ui-pg-selbox {
font-size: 14px; font-size: 13px;
} }
.ui-jqgrid .ui-jqgrid-titlebar{ .ui-jqgrid .ui-jqgrid-titlebar{
height: 40px; height: 40px;
@@ -19,11 +19,12 @@
} }
.ui-jqgrid .ui-widget-header{ .ui-jqgrid .ui-widget-header{
border-bottom:1px solid #D3D3D3; border-bottom:1px solid #e0e0e0;
background: #f5f5f5;
} }
.ui-jqgrid .ui-search-toolbar input[type="text"]{ .ui-jqgrid .ui-search-toolbar input[type="text"]{
font-size: 12px; font-size: 13px;
border: 1px solid #CCCCCC; border: 1px solid #CCCCCC;
border-radius: 4px; border-radius: 4px;
} }
@@ -41,17 +42,21 @@
/*** Column headers ******/ /*** Column headers ******/
.ui-jqgrid .ui-jqgrid-hdiv { .ui-jqgrid .ui-jqgrid-hdiv {
/*background: #F9F9F9;*/ background: #f5f5f5;
border: 1px solid #D3D3D3; border: 1px solid #e0e0e0;
line-height: 15px; line-height: 15px;
/*height: 45px;*/ /*height: 45px;*/
font-weight: bold; font-weight: bold;
color: #777777; color: #666666;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none;
font-size: 13px;
} }
.ui-jqgrid .ui-jqgrid-htable th { .ui-jqgrid .ui-jqgrid-htable th {
height: auto; height: auto;
background: #f5f5f5 !important;
border-bottom: 1px solid #e0e0e0 !important;
color: #666666 !important;
} }
.ui-jqgrid .ui-jqgrid-htable th div { .ui-jqgrid .ui-jqgrid-htable th div {
@@ -71,6 +76,7 @@
border-bottom: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD;
border-right:none; border-right:none;
padding:8px; padding:8px;
font-size: 13px;
} }
@@ -160,5 +166,5 @@
font-weight: bold; font-weight: bold;
display: none; display: none;
border-width: 2px !important; border-width: 2px !important;
font-size:11px; font-size:13px;
} }