디자인 수정 커밋밋

This commit is contained in:
2025-10-17 16:26:45 +09:00
parent 7a57faa87b
commit 2aaf24348e
4 changed files with 273 additions and 68 deletions

View File

@@ -31,9 +31,9 @@
position: relative;
box-sizing: border-box;
width: 100%;
border-bottom: 2px solid #1a73e8;
background-color: #f8f9fa;
color: #202124;
border-bottom: 2px solid #e0e0e0 !important;
background-color: #f5f5f5 !important;
color: #333333 !important;
font-weight: 600;
font-size: 12px;
white-space: nowrap;
@@ -64,8 +64,8 @@
box-sizing: border-box;
flex-direction: column;
justify-content: flex-start;
border-right: 1px solid #dadce0;
background: #f8f9fa;
border-right: 1px solid rgba(255, 255, 255, 0.15);
background: transparent;
text-align: center;
vertical-align: middle;
overflow: hidden
@@ -81,7 +81,7 @@
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
box-sizing: border-box;
position: relative;
padding: 6px 8px
padding: 5px 8px
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button
@@ -146,7 +146,7 @@
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 6px solid #bbb
border-bottom: 6px solid #666666
}
.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols
@@ -190,59 +190,59 @@
.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover
{
cursor: pointer;
background-color: #e8f0fe
background-color: rgba(255, 255, 255, 0.1)
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter
{
color: #bbb
color: #666666
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover
{
cursor: pointer;
border-bottom: 6px solid #555
border-bottom: 6px solid #333333
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow
{
border-top: none;
border-bottom: 6px solid #bbb
border-bottom: 6px solid #666666
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter
{
color: #666
color: #333333
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover
{
cursor: pointer;
border-bottom: 6px solid #555
border-bottom: 6px solid #000000
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow
{
border-top: none;
border-bottom: 6px solid #666
border-bottom: 6px solid #333333
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter
{
color: #666
color: #333333
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover
{
cursor: pointer;
border-top: 6px solid #555
border-top: 6px solid #000000
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow
{
border-bottom: none;
border-top: 6px solid #666;
color: #666
border-top: 6px solid #333333;
color: #333333
}
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title
@@ -486,7 +486,7 @@
.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
cursor: pointer;
background: #e8f0fe;
background: #f0f7ff;
border-color: #1a73e8;
color: #1a73e8
}
@@ -548,25 +548,25 @@
.tabulator-row {
position: relative;
box-sizing: border-box;
min-height: 28px;
min-height: 24px;
background-color: #fff
}
.tabulator-row.tabulator-row-even {
background-color: #fafbfc
background-color: #fafafa
}
.tabulator-row.tabulator-selectable:hover {
background-color: #e8f0fe;
background-color: #f0f7ff;
cursor: pointer
}
.tabulator-row.tabulator-selected {
background-color: #d2e3fc
background-color: #e3f2fd
}
.tabulator-row.tabulator-selected:hover {
background-color: #aecbfa;
background-color: #d1e9ff;
cursor: pointer
}
@@ -628,15 +628,16 @@
display: inline-block;
position: relative;
box-sizing: border-box;
padding: 4px 8px;
padding: 3px 8px;
border-right: 1px solid #dadce0;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 28px;
height: 24px;
font-size: 12px;
color: #202124;
line-height: 18px;
}
.tabulator-row .tabulator-cell.tabulator-frozen {
@@ -829,7 +830,7 @@
border-bottom: 1px solid #dadce0;
border-right: 1px solid #dadce0;
border-top: 1px solid #dadce0;
padding: 6px 8px 6px 12px;
padding: 4px 8px 4px 12px;
background: #f8f9fa;
font-weight: 600;
font-size: 12px;
@@ -838,7 +839,7 @@
.tabulator-row.tabulator-group:hover {
cursor: pointer;
background-color: #e8f0fe
background-color: #f0f7ff
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow