ken_nogi/pleasanter/develop/#リフォームラボ/■イオン多摩平シフト管理/sites/styles/1.シフト希望表示.css
Kenichiro NOGI 7176dc33ec pleasanter
2025-07-10 10:15:35 +09:00

76 lines
1.3 KiB
CSS

/*
@config : next999.json
@filename : ${psFileBasename}
@title : シフト希望表示
@name :
@siteIds : 310511
@siteTitles : イオン多摩平シフト管理
@disabled: false
*/
#listTable {
margin: 5px;
border-collapse: separate !important;
}
#monthSelect {
margin: 5px;
border-radius: 10px;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
font-size: 1.3em;
}
table {
th,
td {
border-color: #999 !important;
}
}
.radius-table {
border-radius: 10px !important;
border-spacing: 0;
border: none;
border-left: 1px solid #999;
border-top: 1px solid #999;
}
.radius-table th {
background-color: lightpink;
text-align: cennter;
white-space: nowrap;
}
.radius-table .userName {
white-space: nowrap;
}
.radius-table td {
text-align: left;
}
.radius-table tr>* {
padding: 5px 10px;
border: none;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
}
.radius-table tr:first-child>*:first-child {
border-radius: 10px 0 0 0;
}
.radius-table tr:first-child>*:last-child {
border-radius: 0 10px 0 0;
}
.radius-table tr:last-child>*:first-child {
border-radius: 0 0 0 10px;
}
.radius-table tr:last-child>*:last-child {
border-radius: 0 0 10px 0;
}