2021-10-05 12:03:24 +02:00
|
|
|
.table {
|
2021-09-30 00:06:20 +02:00
|
|
|
@include themify($themes) {
|
|
|
|
color: themed("textColor");
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
2021-09-30 00:06:20 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
@include themify($themes) {
|
|
|
|
color: themed("textColor");
|
|
|
|
}
|
|
|
|
|
|
|
|
& > a {
|
2021-10-08 00:47:32 +02:00
|
|
|
&:not(.badge) {
|
2021-09-30 00:06:20 +02:00
|
|
|
@include themify($themes) {
|
|
|
|
color: themed("tableLinkColor");
|
|
|
|
}
|
2021-10-08 00:47:32 +02:00
|
|
|
&:hover {
|
2021-09-30 00:06:20 +02:00
|
|
|
@include themify($themes) {
|
2021-10-08 00:47:32 +02:00
|
|
|
color: themed("tableLinkColorHover");
|
2021-09-30 00:06:20 +02:00
|
|
|
}
|
|
|
|
}
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
|
|
|
}
|
2021-09-30 00:06:20 +02:00
|
|
|
|
|
|
|
&.reduced-lh {
|
|
|
|
line-height: 1;
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-17 15:57:11 +01:00
|
|
|
small,
|
2022-01-27 18:25:58 +01:00
|
|
|
> .bwi,
|
2021-09-30 00:06:20 +02:00
|
|
|
.icon {
|
|
|
|
@include themify($themes) {
|
|
|
|
color: themed("textMuted");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-01-27 18:25:58 +01:00
|
|
|
.bwi-globe {
|
2021-09-30 00:06:20 +02:00
|
|
|
@include themify($themes) {
|
|
|
|
color: themed("iconColor");
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2021-09-30 00:06:20 +02:00
|
|
|
}
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2021-09-30 00:06:20 +02:00
|
|
|
|
|
|
|
td.wrap {
|
|
|
|
word-break: break-all;
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2021-09-30 00:06:20 +02:00
|
|
|
|
|
|
|
td.table-list-options {
|
|
|
|
height: 50px;
|
|
|
|
max-width: 76px;
|
2021-11-22 14:41:40 +01:00
|
|
|
text-align: right;
|
2021-09-30 00:06:20 +02:00
|
|
|
width: 76px;
|
|
|
|
|
|
|
|
&.wider {
|
|
|
|
max-width: 100px;
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
line-height: 1;
|
|
|
|
transition: initial;
|
|
|
|
}
|
|
|
|
|
2021-11-22 14:41:40 +01:00
|
|
|
.dropdown-menu {
|
|
|
|
line-height: $line-height-base;
|
|
|
|
}
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2021-11-22 14:41:40 +01:00
|
|
|
|
|
|
|
td.table-action-right {
|
2021-09-30 00:06:20 +02:00
|
|
|
text-align: right;
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
|
|
|
|
2022-05-09 14:21:52 +02:00
|
|
|
// Deprecated: only used for old Bootstrap table-list-option menus before the End User Vault Refresh.
|
|
|
|
// New menus should be permanently visible.
|
2021-09-30 00:06:20 +02:00
|
|
|
tr:not(:hover) td.table-list-options {
|
|
|
|
> .dropdown:not(.show) button:not(:focus):not(:active),
|
2022-05-09 14:21:52 +02:00
|
|
|
> button.dropdown-toggle:not(:focus):not(:active) {
|
2021-09-30 00:06:20 +02:00
|
|
|
@extend .sr-only;
|
|
|
|
}
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2021-09-30 00:06:20 +02:00
|
|
|
|
|
|
|
td.table-list-icon {
|
|
|
|
max-width: 45px;
|
|
|
|
text-align: center;
|
|
|
|
width: 45px;
|
2021-12-17 15:57:11 +01:00
|
|
|
|
2021-09-30 00:06:20 +02:00
|
|
|
img {
|
|
|
|
@extend .rounded;
|
|
|
|
@extend .img-fluid;
|
|
|
|
max-height: 24px;
|
|
|
|
}
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2021-09-30 00:06:20 +02:00
|
|
|
|
|
|
|
td.table-list-checkbox {
|
|
|
|
max-width: 35px;
|
|
|
|
width: 35px;
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
|
|
|
|
2021-09-30 00:06:20 +02:00
|
|
|
td.table-list-strike {
|
|
|
|
text-decoration: line-through;
|
|
|
|
@include themify($themes) {
|
|
|
|
color: themed("textMuted");
|
|
|
|
}
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2021-09-30 00:06:20 +02:00
|
|
|
|
|
|
|
&.table-list {
|
|
|
|
&.table td,
|
2021-10-05 12:03:24 +02:00
|
|
|
.table th {
|
2021-09-30 00:06:20 +02:00
|
|
|
&:not(tr:first-child td) {
|
|
|
|
@include themify($themes) {
|
|
|
|
border-top: 1px solid themed("tableSeparator");
|
|
|
|
}
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2021-09-30 00:06:20 +02:00
|
|
|
}
|
2021-10-05 12:03:24 +02:00
|
|
|
|
|
|
|
thead th {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:first-child {
|
|
|
|
td {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
2021-12-17 15:57:11 +01:00
|
|
|
}
|
2021-09-30 00:06:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.table-hover tbody tr:hover {
|
|
|
|
@include themify($themes) {
|
|
|
|
background-color: themed("tableRowHover");
|
|
|
|
color: themed("tableColorHover");
|
|
|
|
}
|
|
|
|
}
|