Older/resources/app.css

101 lines
1.6 KiB
CSS
Raw Normal View History

2024-12-06 22:14:36 +08:00
.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 {
2024-12-13 19:11:44 +08:00
overflow: hidden
2024-12-06 22:14:36 +08:00
}
.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 {
2024-12-13 19:11:44 +08:00
cursor: row-resize
2024-12-06 22:14:36 +08:00
}
.Wt-hsh2,
.Wt-vrh2 {
2024-12-13 19:11:44 +08:00
cursor: col-resize
2024-12-06 22:14:36 +08:00
}
.Wt-hrh2:hover,
.Wt-hsh2,
.Wt-vrh2:hover,
.Wt-vsh2 {
2024-12-13 19:11:44 +08:00
background-color: #999
2024-12-06 22:14:36 +08:00
}
.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
2024-12-13 19:11:44 +08:00
}
.Wt-error {
color: hsl(var(--bulma-danger-h), var(--bulma-danger-s), var(--bulma-danger-on-scheme-l));
2024-11-19 23:39:40 +08:00
}