203 lines
3.1 KiB
CSS
203 lines
3.1 KiB
CSS
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
ul li ul li {
|
|
margin-left: 2.5rem
|
|
}
|
|
|
|
.Wt-itemview .Wt-headerdiv {
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
width: 100%
|
|
}
|
|
|
|
.Wt-itemview .Wt-tv-rh {
|
|
cursor: col-resize;
|
|
float: right;
|
|
width: 4px
|
|
}
|
|
|
|
.Wt-itemview .Wt-tv-rh:hover {
|
|
background-color: #999
|
|
}
|
|
|
|
.Wt-tableview .Wt-tv-br {
|
|
border-right: 1px solid #ddd
|
|
}
|
|
|
|
.Wt-itemview th,
|
|
.Wt-itemview th .Wt-tv-br {
|
|
overflow: hidden
|
|
}
|
|
|
|
|
|
.Wt-tableview .Wt-plaintable .Wt-tv-br {
|
|
border-right: 0
|
|
}
|
|
|
|
|
|
.Wt-itemview .Wt-header .Wt-label {
|
|
font-weight: 700;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.Wt-tableview .Wt-plaintable td,
|
|
.Wt-tableview .Wt-plaintable th,
|
|
.Wt-tableview .Wt-tv-contents .Wt-tv-c {
|
|
overflow: hidden;
|
|
padding: 0 3px;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.Wt-hrh2,
|
|
.Wt-vsh2 {
|
|
cursor: row-resize
|
|
}
|
|
|
|
.Wt-hsh2,
|
|
.Wt-vrh2 {
|
|
cursor: col-resize
|
|
}
|
|
|
|
.Wt-hrh2:hover,
|
|
.Wt-hsh2,
|
|
.Wt-vrh2:hover,
|
|
.Wt-vsh2 {
|
|
background-color: #999
|
|
}
|
|
|
|
|
|
|
|
.Wt-hrh2 {
|
|
background: url(icons/splitter-v.png) no-repeat 50% 50%;
|
|
}
|
|
|
|
.Wt-vrh2 {
|
|
background: url(icons/splitter-h.png) no-repeat 50% 50%;
|
|
}
|
|
|
|
|
|
|
|
.Wt-itemview .Wt-tv-sh {
|
|
cursor: pointer;
|
|
float: right;
|
|
height: 16px;
|
|
padding-bottom: 6px;
|
|
width: 16px
|
|
}
|
|
|
|
.Wt-itemview .Wt-tv-sh-none {
|
|
background: url(icons/sort-arrow-none.gif) no-repeat 0 6px
|
|
}
|
|
|
|
.Wt-itemview .Wt-tv-sh-up {
|
|
background: url(icons/sort-arrow-up.gif) no-repeat 0 6px
|
|
}
|
|
|
|
.Wt-itemview .Wt-tv-sh-down {
|
|
background: url(icons/sort-arrow-down.gif) no-repeat 0 6px
|
|
}
|
|
|
|
.Wt-error {
|
|
color: hsl(var(--bulma-danger-h), var(--bulma-danger-s), var(--bulma-danger-on-scheme-l));
|
|
}
|
|
|
|
.is-pointer-cursor {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.Wt-cal table.d1 {
|
|
width: 170px
|
|
}
|
|
|
|
.Wt-cal table.d3 {
|
|
width: 300px
|
|
}
|
|
|
|
.Wt-cal table.dlong {
|
|
width: 560px
|
|
}
|
|
|
|
.Wt-cal .Wt-cal-navbutton {
|
|
display: block
|
|
}
|
|
|
|
.Wt-cal .Wt-cal-now {
|
|
background-color: #d3d3d3
|
|
}
|
|
|
|
.Wt-cal .days.d1 td {
|
|
width: 20px
|
|
}
|
|
|
|
.Wt-cal .days.d3 td {
|
|
width: 35px
|
|
}
|
|
|
|
.Wt-cal .days.dlong td {
|
|
width: 80px
|
|
}
|
|
|
|
.Wt-cal td,
|
|
.Wt-cal td>div,
|
|
.Wt-cal th {
|
|
border-radius: 4px;
|
|
height: 28px;
|
|
text-align: center
|
|
}
|
|
|
|
.Wt-cal tr:first-child th {
|
|
cursor: pointer
|
|
}
|
|
|
|
.Wt-cal tr:first-child th:hover {
|
|
background: #eee
|
|
}
|
|
|
|
.Wt-cal tr:first-child th select {
|
|
margin: 0;
|
|
width: 125px
|
|
}
|
|
|
|
.Wt-cal tr:first-child th input {
|
|
margin: 0;
|
|
width: 60px
|
|
}
|
|
|
|
.Wt-cal .days td:hover {
|
|
background: #eee;
|
|
cursor: pointer
|
|
}
|
|
|
|
.Wt-cal .days td .Wt-cal-oom,
|
|
.Wt-cal .days td .Wt-cal-oor {
|
|
color: #999
|
|
}
|
|
|
|
.Wt-cal .days td .Wt-cal-sel,
|
|
.Wt-cal .days td .Wt-cal-sel:hover {
|
|
background-color: #0d6efd;
|
|
background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
|
|
color: #fff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
|
|
}
|
|
|
|
.Wt-cal .form-select {
|
|
display: inline-block !important
|
|
}
|
|
|
|
.Wt-cal-year .form-control {
|
|
min-height: 1.5em !important;
|
|
padding: 0 .2em !important
|
|
}
|
|
|
|
.Wt-calendar .form-control {
|
|
display: initial;
|
|
} |