@eclipse-scout/core
Version:
Eclipse Scout runtime
42 lines (36 loc) • 874 B
text/less
/*
* Copyright (c) 2010, 2025 BSI Business Systems Integration AG
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*/
.table-organizer-menu-popup {
min-height: 220px;
min-width: 220px;
}
.table-organizer-profiles-table > .table-header > .table-header-item > .sorted {
display: none;
}
.table-organizer-column-status-cell {
padding-top: 4px;
padding-bottom: 0;
& > .status {
white-space: preserve;
display: flex;
align-items: center;
justify-content: center;
font-size: 9px;
height: 24px;
gap: 3px;
& > .group-filter {
text-align: center;
}
& > .sort-direction {
font-size: @font-size-large;
margin-top: -4px;
}
}
}