AG GRID agjustment
This commit is contained in:
438
dist/tryton-sao.css
vendored
438
dist/tryton-sao.css
vendored
@@ -9329,11 +9329,16 @@ html[theme="default"] .carousel-caption h6 {
|
||||
#tabcontent {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#tabcontent > .tab-pane > .panel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#tabcontent > .tab-pane > .panel > .panel-body {
|
||||
@@ -9342,9 +9347,14 @@ html[theme="default"] .carousel-caption h6 {
|
||||
flex-direction: row;
|
||||
padding-top: 0;
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#tabcontent > .tab-pane > .panel > .panel-body > div {
|
||||
display: inline-flex;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
@@ -9355,10 +9365,16 @@ html[theme="default"] .carousel-caption h6 {
|
||||
/* override bootstrap which sets display to block */
|
||||
display: flex;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#tabcontent[data-view-type="tree"] {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
#global-search-entry {
|
||||
@@ -9677,6 +9693,15 @@ img.icon {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.content-box.ag-grid-content-box {
|
||||
flex: 0 0 auto;
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.tree-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -10638,6 +10663,11 @@ img.favorite-icon {
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
#tabs,
|
||||
.main-offcanvas {
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
.row-offcanvas {
|
||||
position: relative;
|
||||
-webkit-transition: all 0.25s ease-out;
|
||||
@@ -10921,19 +10951,26 @@ html[theme="default"] .screen-container .nav-tabs > li.active > a:hover {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
height: 100%;
|
||||
min-width: 0;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.ag-grid-tree-toolbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
gap: 12px;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.ag-grid-tree-columns > .btn,
|
||||
.ag-grid-tree-grouping > .btn {
|
||||
.ag-grid-tree-grouping > .btn,
|
||||
.ag-grid-tree-layouts > .btn,
|
||||
.ag-grid-value-filter-mode {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
@@ -10951,8 +10988,12 @@ html[theme="default"] .screen-container .nav-tabs > li.active > a:hover {
|
||||
|
||||
.ag-grid-tree-columns > .btn:hover,
|
||||
.ag-grid-tree-grouping > .btn:hover,
|
||||
.ag-grid-tree-layouts > .btn:hover,
|
||||
.ag-grid-value-filter-mode:hover,
|
||||
.ag-grid-tree-columns > .btn:focus,
|
||||
.ag-grid-tree-grouping > .btn:focus {
|
||||
.ag-grid-tree-grouping > .btn:focus,
|
||||
.ag-grid-tree-layouts > .btn:focus,
|
||||
.ag-grid-value-filter-mode:focus {
|
||||
background: linear-gradient(180deg, #f2faf7 0%, #e7f2ed 100%);
|
||||
border-color: #bfd5cd;
|
||||
color: #28484b;
|
||||
@@ -10960,20 +11001,32 @@ html[theme="default"] .screen-container .nav-tabs > li.active > a:hover {
|
||||
}
|
||||
|
||||
.ag-grid-tree-columns > .btn:active,
|
||||
.ag-grid-tree-grouping > .btn:active {
|
||||
.ag-grid-tree-grouping > .btn:active,
|
||||
.ag-grid-tree-layouts > .btn:active,
|
||||
.ag-grid-value-filter-mode:active {
|
||||
transform: translateY(1px);
|
||||
box-shadow: 0 2px 8px rgba(53, 81, 84, 0.12);
|
||||
}
|
||||
|
||||
.ag-grid-tree-columns-label,
|
||||
.ag-grid-tree-grouping-label {
|
||||
.ag-grid-tree-grouping-label,
|
||||
.ag-grid-tree-layouts-label,
|
||||
.ag-grid-value-filter-mode-label {
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.01em;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.ag-grid-tree-grouping-panel .btn {
|
||||
.ag-grid-value-filter-mode.active {
|
||||
background: linear-gradient(180deg, #e0f4f1 0%, #cbe9e3 100%);
|
||||
border-color: #8fc3bd;
|
||||
color: #0f6f6d;
|
||||
}
|
||||
|
||||
.ag-grid-tree-grouping-panel .btn,
|
||||
.ag-grid-tree-layouts-panel .btn,
|
||||
.ag-grid-filter-logic-panel .btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -10992,26 +11045,40 @@ html[theme="default"] .screen-container .nav-tabs > li.active > a:hover {
|
||||
}
|
||||
|
||||
.ag-grid-tree-grouping-panel .btn:hover,
|
||||
.ag-grid-tree-grouping-panel .btn:focus {
|
||||
.ag-grid-tree-grouping-panel .btn:focus,
|
||||
.ag-grid-tree-layouts-panel .btn:hover,
|
||||
.ag-grid-tree-layouts-panel .btn:focus,
|
||||
.ag-grid-filter-logic-panel .btn:hover,
|
||||
.ag-grid-filter-logic-panel .btn:focus {
|
||||
background: linear-gradient(180deg, #f2faf7 0%, #e7f2ed 100%);
|
||||
border-color: #bfd5cd;
|
||||
color: #28484b;
|
||||
box-shadow: 0 4px 10px rgba(53, 81, 84, 0.14);
|
||||
}
|
||||
|
||||
.ag-grid-tree-grouping-panel .btn:active {
|
||||
.ag-grid-tree-grouping-panel .btn:active,
|
||||
.ag-grid-tree-layouts-panel .btn:active,
|
||||
.ag-grid-filter-logic-panel .btn:active {
|
||||
transform: translateY(1px);
|
||||
box-shadow: 0 1px 5px rgba(53, 81, 84, 0.1);
|
||||
}
|
||||
|
||||
.ag-grid-tree-grouping-panel .btn[disabled],
|
||||
.ag-grid-tree-grouping-panel .btn.disabled {
|
||||
.ag-grid-tree-grouping-panel .btn.disabled,
|
||||
.ag-grid-tree-layouts-panel .btn[disabled],
|
||||
.ag-grid-tree-layouts-panel .btn.disabled,
|
||||
.ag-grid-filter-logic-panel .btn[disabled],
|
||||
.ag-grid-filter-logic-panel .btn.disabled {
|
||||
opacity: 0.5;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.ag-grid-tree-grouping-panel .btn-xs,
|
||||
.ag-grid-tree-grouping-panel .btn-sm {
|
||||
.ag-grid-tree-grouping-panel .btn-sm,
|
||||
.ag-grid-tree-layouts-panel .btn-xs,
|
||||
.ag-grid-tree-layouts-panel .btn-sm,
|
||||
.ag-grid-filter-logic-panel .btn-xs,
|
||||
.ag-grid-filter-logic-panel .btn-sm {
|
||||
font-size: 12px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
@@ -11095,6 +11162,156 @@ html[theme="default"] .screen-container .nav-tabs > li.active > a:hover {
|
||||
z-index: 3000;
|
||||
}
|
||||
|
||||
.ag-grid-tree-layouts-panel {
|
||||
width: 520px;
|
||||
max-width: calc(100vw - 24px);
|
||||
max-height: min(70vh, 640px);
|
||||
overflow: auto;
|
||||
padding: 14px;
|
||||
background: #fff;
|
||||
border: 1px solid #d6dfdb;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
|
||||
z-index: 3000;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-panel {
|
||||
width: 360px;
|
||||
max-width: calc(100vw - 24px);
|
||||
max-height: min(70vh, 640px);
|
||||
overflow: auto;
|
||||
padding: 14px;
|
||||
background: #fff;
|
||||
border: 1px solid #d6dfdb;
|
||||
border-radius: 6px;
|
||||
color: #355154;
|
||||
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
|
||||
z-index: 3000;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-title {
|
||||
margin-bottom: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #355154;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-mode {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-mode .btn.active,
|
||||
.ag-grid-filter-logic-group-controls .btn.active,
|
||||
.ag-grid-filter-logic-group-header .btn.active {
|
||||
background: linear-gradient(180deg, #e0f4f1 0%, #cbe9e3 100%);
|
||||
border-color: #8fc3bd;
|
||||
color: #0f6f6d;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-help,
|
||||
.ag-grid-filter-logic-empty {
|
||||
font-size: 12px;
|
||||
line-height: 1.35;
|
||||
color: #6a7b7a;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-help {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-group-controls,
|
||||
.ag-grid-filter-logic-group-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-group-controls {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-group-label,
|
||||
.ag-grid-filter-logic-group-title {
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
color: #28484b;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
padding: 10px;
|
||||
border: 1px solid #dce9e4;
|
||||
border-radius: 6px;
|
||||
background: #fbfdfc;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-item {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
gap: 4px 10px;
|
||||
padding: 8px 10px;
|
||||
border: 1px solid #e1ece8;
|
||||
border-radius: 6px;
|
||||
background: #f8fbfa;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-item-title {
|
||||
min-width: 0;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
color: #28484b;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-item-values {
|
||||
grid-column: 1 / -1;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
color: #355154;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-item-count {
|
||||
align-self: start;
|
||||
padding: 1px 6px;
|
||||
border-radius: 999px;
|
||||
background: #e7f2ed;
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
color: #0f6f6d;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-operator {
|
||||
align-self: flex-start;
|
||||
padding: 2px 7px;
|
||||
border-radius: 999px;
|
||||
background: #eef5f2;
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
color: #2b8c87;
|
||||
}
|
||||
|
||||
.ag-grid-filter-logic-group-select {
|
||||
width: auto;
|
||||
min-width: 92px;
|
||||
height: 26px;
|
||||
padding: 2px 24px 2px 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.ag-grid-tree-grouping-title {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
@@ -11102,6 +11319,55 @@ html[theme="default"] .screen-container .nav-tabs > li.active > a:hover {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.ag-grid-tree-layouts-title {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #355154;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.ag-grid-tree-layouts-current {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.ag-grid-tree-layouts-empty {
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
.ag-grid-tree-layout-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto auto auto;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
padding: 6px 0;
|
||||
border-top: 1px solid #edf3f0;
|
||||
}
|
||||
|
||||
.ag-grid-tree-layout-row.active .ag-grid-tree-layout-apply {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.ag-grid-tree-layout-apply {
|
||||
min-width: 0;
|
||||
justify-content: flex-start !important;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
border: none !important;
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
color: #267f82 !important;
|
||||
text-align: left;
|
||||
white-space: normal;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.ag-grid-tree-layouts-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
.ag-grid-tree-grouping-section + .ag-grid-tree-grouping-section {
|
||||
margin-top: 16px;
|
||||
}
|
||||
@@ -11189,12 +11455,16 @@ html[theme="default"] .ag-grid-tree-grouping-panel input[type="checkbox"]:after
|
||||
}
|
||||
|
||||
.ag-grid-tree-host {
|
||||
flex: 1 1 auto;
|
||||
min-height: 320px;
|
||||
flex: 0 0 auto;
|
||||
min-height: 520px;
|
||||
min-width: 0;
|
||||
height: 520px !important;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
border: 1px solid #d6dfdb;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
--ag-border-color: #d6dfdb;
|
||||
--ag-row-border-color: #e3ebe7;
|
||||
--ag-header-background-color: #f5f8f6;
|
||||
@@ -11203,6 +11473,109 @@ html[theme="default"] .ag-grid-tree-grouping-panel input[type="checkbox"]:after
|
||||
--ag-checkbox-unchecked-color: #7a8785;
|
||||
--ag-checkbox-checked-color: #2b8c87;
|
||||
--ag-checkbox-indeterminate-color: #2b8c87;
|
||||
--ag-scrollbar-size: 18px;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-body-horizontal-scroll,
|
||||
.ag-grid-tree-host .ag-body-horizontal-scroll-viewport,
|
||||
.ag-grid-tree-host .ag-body-horizontal-scroll-container {
|
||||
min-height: 18px !important;
|
||||
height: 18px !important;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-body-horizontal-scroll.ag-scrollbar-invisible {
|
||||
display: block !important;
|
||||
opacity: 1 !important;
|
||||
visibility: visible !important;
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-body-horizontal-scroll.ag-scrollbar-invisible * {
|
||||
opacity: 1 !important;
|
||||
visibility: visible !important;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-body-horizontal-scroll-viewport {
|
||||
overflow-x: scroll !important;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-body-horizontal-scroll.ag-scrollbar-invisible::-webkit-scrollbar,
|
||||
.ag-grid-tree-host .ag-body-horizontal-scroll-viewport::-webkit-scrollbar {
|
||||
display: block !important;
|
||||
height: 18px !important;
|
||||
}
|
||||
|
||||
.ag-grid-tree-external-horizontal-scroll {
|
||||
display: none;
|
||||
flex: 0 0 18px;
|
||||
height: 18px;
|
||||
min-height: 18px;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
box-sizing: border-box;
|
||||
contain: layout paint;
|
||||
border: 1px solid #d6dfdb;
|
||||
border-top: none;
|
||||
border-radius: 0 0 4px 4px;
|
||||
background: #f7faf8;
|
||||
}
|
||||
|
||||
.ag-grid-tree-external-horizontal-scroll-visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ag-grid-tree-external-horizontal-scroll-inner {
|
||||
display: block;
|
||||
height: 1px;
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
.ag-grid-value-set-filter {
|
||||
width: 240px;
|
||||
max-width: min(280px, calc(100vw - 32px));
|
||||
padding: 10px;
|
||||
color: #355154;
|
||||
}
|
||||
|
||||
.ag-grid-value-set-search {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.ag-grid-value-set-actions {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.ag-grid-value-set-list {
|
||||
max-height: 260px;
|
||||
overflow-y: auto;
|
||||
border: 1px solid #d6dfdb;
|
||||
border-radius: 4px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.ag-grid-value-set-option {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
min-height: 30px;
|
||||
margin: 0;
|
||||
padding: 5px 8px;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ag-grid-value-set-option:hover {
|
||||
background: #f5f8f6;
|
||||
}
|
||||
|
||||
.ag-grid-value-set-option input[type="checkbox"] {
|
||||
flex: 0 0 auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-header-cell,
|
||||
@@ -12086,6 +12459,8 @@ html[data-theme-mode="dark"] .screen-container > .filter-box,
|
||||
html[data-theme-mode="dark"] .screen-container .content-box > .form,
|
||||
html[data-theme-mode="dark"] .screen-container .content-box > form,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping-panel,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-layouts-panel,
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-panel,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-columns-panel {
|
||||
background: linear-gradient(180deg, #162220 0%, #141e1d 100%);
|
||||
border-color: #28403d;
|
||||
@@ -12096,6 +12471,11 @@ html[data-theme-mode="dark"] .ag-grid-tree-columns-panel {
|
||||
html[data-theme-mode="dark"] .screen-container .control-label,
|
||||
html[data-theme-mode="dark"] .screen-container label,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping-title,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-layouts-title,
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-title,
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-item-title,
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-group-label,
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-group-title,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping-level-text,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping-aggregate-label,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping-check,
|
||||
@@ -12124,7 +12504,10 @@ html[data-theme-mode="dark"] .screen-container .btn-group > .btn,
|
||||
html[data-theme-mode="dark"] .screen-container .filter-box .btn,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-columns > .btn,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping > .btn,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping-panel .btn {
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-layouts > .btn,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping-panel .btn,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-layouts-panel .btn,
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-panel .btn {
|
||||
background: linear-gradient(180deg, #213130 0%, #1a2726 100%);
|
||||
border-color: #35504d;
|
||||
color: #dce7e2;
|
||||
@@ -12136,12 +12519,37 @@ html[data-theme-mode="dark"] .screen-container .btn-group > .btn:hover,
|
||||
html[data-theme-mode="dark"] .screen-container .filter-box .btn:hover,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-columns > .btn:hover,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping > .btn:hover,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping-panel .btn:hover {
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-layouts > .btn:hover,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-grouping-panel .btn:hover,
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-layouts-panel .btn:hover,
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-panel .btn:hover {
|
||||
background: linear-gradient(180deg, #27403d 0%, #203230 100%);
|
||||
border-color: #4f716c;
|
||||
color: #f0faf6;
|
||||
}
|
||||
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-help,
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-empty,
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-item-values {
|
||||
color: #aebfba;
|
||||
}
|
||||
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-item {
|
||||
background: #182422;
|
||||
border-color: #2a403d;
|
||||
}
|
||||
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-group {
|
||||
background: #151f1e;
|
||||
border-color: #2a403d;
|
||||
}
|
||||
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-item-count,
|
||||
html[data-theme-mode="dark"] .ag-grid-filter-logic-operator {
|
||||
background: #203230;
|
||||
color: #8fe1d8;
|
||||
}
|
||||
|
||||
html[data-theme-mode="dark"] .ag-grid-tree-host {
|
||||
border-color: #2a3f3d;
|
||||
--ag-background-color: #101817;
|
||||
|
||||
3462
dist/tryton-sao.js
vendored
3462
dist/tryton-sao.js
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user