1001 lines
32 KiB
SCSS
1001 lines
32 KiB
SCSS
|
|
.ag-theme-alpine-dark .ag-cell {
|
||
|
|
cursor: text !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark .ag-cell:hover {
|
||
|
|
cursor: text !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark .ag-row .ag-cell {
|
||
|
|
cursor: text !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-root-wrapper {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
border: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-root {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-row {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
font-weight: 500 !important;
|
||
|
|
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-center-cols-container {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-row {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-row-odd {
|
||
|
|
background-color: rgba(var(--v-theme-on-surface), 0.02) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-cell {
|
||
|
|
background-color: inherit !important;
|
||
|
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity)) !important;
|
||
|
|
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-row:hover,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-row-odd:hover {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.08) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-row-selected,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-row-selected.ag-row-odd {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.12) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-cell-focus {
|
||
|
|
border:none;
|
||
|
|
outline: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-cell-focus:focus {
|
||
|
|
outline: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-sort-ascending-icon,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-sort-descending-icon {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-asc,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-desc {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell-sorted-asc .ag-icon-asc,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell-sorted-desc .ag-icon-desc {
|
||
|
|
color: rgb(var(--v-theme-secondary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-filter {
|
||
|
|
color: rgba(var(--v-theme-secondary), 0.6) !important;
|
||
|
|
fill: rgba(var(--v-theme-secondary), 0.6) !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
width: 16px !important;
|
||
|
|
height: 16px !important;
|
||
|
|
cursor: pointer !important;
|
||
|
|
border: none !important;
|
||
|
|
outline: none !important;
|
||
|
|
box-shadow: none !important;
|
||
|
|
background: transparent !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell:hover .ag-icon-filter,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-filter:hover {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
fill: rgb(var(--v-theme-primary)) !important;
|
||
|
|
transform: scale(1.1) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell-filtered .ag-icon-filter {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
fill: rgb(var(--v-theme-primary)) !important;
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.1) !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
padding: 2px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-filter:focus {
|
||
|
|
outline: 2px solid rgb(var(--v-theme-primary)) !important;
|
||
|
|
outline-offset: 2px !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-filter:active {
|
||
|
|
transform: scale(0.95) !important;
|
||
|
|
color: rgb(var(--v-theme-secondary)) !important;
|
||
|
|
fill: rgb(var(--v-theme-secondary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell-disabled .ag-icon-filter {
|
||
|
|
color: rgba(var(--v-theme-on-surface), 0.3) !important;
|
||
|
|
fill: rgba(var(--v-theme-on-surface), 0.3) !important;
|
||
|
|
opacity: 0.5 !important;
|
||
|
|
cursor: not-allowed !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell-menu-button {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell-menu-button:hover {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.1) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell-filtered .ag-header-cell-menu-button {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.15) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-checkbox-input-wrapper input[type="checkbox"] {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
border: 2px solid rgba(var(--v-theme-on-surface), 0.6) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-checkbox-input-wrapper input[type="checkbox"]:checked {
|
||
|
|
background-color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
border-color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-selection-checkbox {
|
||
|
|
width: 20px !important;
|
||
|
|
height: 20px !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
border: 2px solid rgba(var(--v-theme-on-surface), 0.6) !important;
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
position: relative !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-selection-checkbox:checked {
|
||
|
|
background-color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
border-color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-selection-checkbox:checked::after {
|
||
|
|
content: "✓" !important;
|
||
|
|
position: absolute !important;
|
||
|
|
top: 50% !important;
|
||
|
|
left: 50% !important;
|
||
|
|
transform: translate(-50%, -50%) !important;
|
||
|
|
color: rgb(var(--v-theme-on-primary)) !important;
|
||
|
|
font-size: 12px !important;
|
||
|
|
font-weight: bold !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-selection-checkbox:hover {
|
||
|
|
border-color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.08) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-menu {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
border: thin solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-menu-option-text,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-condition-operator-or,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-condition-operator-and {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-menu-separator {
|
||
|
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-body-wrapper {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-panel {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-toolpanel-header,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-toolpanel-search {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-body-wrapper input,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-body-wrapper select,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-input-field-input {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
border: thin solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-body-wrapper input:focus,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-body-wrapper select:focus {
|
||
|
|
outline: none !important;
|
||
|
|
border-color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
box-shadow: 0 0 0 2px rgba(var(--v-theme-primary), 0.2) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-select .ag-picker-field-wrapper {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-standard-button,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-apply-panel button {
|
||
|
|
background-color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-primary)) !important;
|
||
|
|
border: none !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
padding: 6px 16px !important;
|
||
|
|
font-weight: 500 !important;
|
||
|
|
text-transform: uppercase !important;
|
||
|
|
font-size: 0.875rem !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-standard-button:hover,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-apply-panel button:hover {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.8) !important;
|
||
|
|
box-shadow: 0 2px 4px rgba(var(--v-theme-primary), 0.3) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-standard-button:active {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.9) !important;
|
||
|
|
transform: scale(0.98) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-apply-panel .ag-button {
|
||
|
|
background-color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-primary)) !important;
|
||
|
|
border: none !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
padding: 8px 16px !important;
|
||
|
|
margin: 4px !important;
|
||
|
|
font-weight: 500 !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-apply-panel .ag-button:hover {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.8) !important;
|
||
|
|
box-shadow: 0 2px 4px rgba(var(--v-theme-primary), 0.3) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-apply-panel .ag-button[title*="Clear"],
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-apply-panel .ag-button:nth-child(2) {
|
||
|
|
background-color: rgba(var(--v-theme-on-surface), 0.1) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
border: 1px solid rgba(var(--v-theme-on-surface), 0.3) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-apply-panel .ag-button[title*="Clear"]:hover,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-filter-apply-panel .ag-button:nth-child(2):hover {
|
||
|
|
background-color: rgba(var(--v-theme-on-surface), 0.2) !important;
|
||
|
|
border-color: rgba(var(--v-theme-on-surface), 0.5) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-overlay-no-rows-wrapper .ag-overlay-no-rows-center {
|
||
|
|
color: rgb(var(--v-theme-on-surface-variant)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-overlay-loading-center {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
border: none !important;
|
||
|
|
padding: 8px 16px !important;
|
||
|
|
min-height: 48px !important;
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
justify-content: space-between !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
position: relative !important;
|
||
|
|
overflow: hidden !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel:hover {
|
||
|
|
background-color: rgba(var(--v-theme-on-surface), 0.02) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel.ag-unselectable {
|
||
|
|
-webkit-user-select: none !important;
|
||
|
|
-moz-user-select: none !important;
|
||
|
|
-ms-user-select: none !important;
|
||
|
|
user-select: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-description,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-summary-panel,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-summary-panel {
|
||
|
|
color: rgb(var(--v-theme-on-surface-variant)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-row-summary-panel {
|
||
|
|
color: rgb(var(--v-theme-on-surface-variant)) !important;
|
||
|
|
font-size: 0.875rem !important;
|
||
|
|
font-weight: 400 !important;
|
||
|
|
margin: 0 16px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-row-summary-panel-number {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
font-weight: 500 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-summary-panel {
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
gap: 8px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-number {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
font-weight: 500 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button {
|
||
|
|
background-color: transparent !important;
|
||
|
|
border: none !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
padding: 6px !important;
|
||
|
|
min-width: 32px !important;
|
||
|
|
height: 32px !important;
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
justify-content: center !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
cursor: pointer !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button:hover:not(.ag-disabled) {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.08) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button:focus {
|
||
|
|
outline: 2px solid rgb(var(--v-theme-primary)) !important;
|
||
|
|
outline-offset: 2px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button.ag-disabled {
|
||
|
|
opacity: 0.4 !important;
|
||
|
|
cursor: not-allowed !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button .ag-icon {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
width: 16px !important;
|
||
|
|
height: 16px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button.ag-disabled .ag-icon {
|
||
|
|
color: rgba(var(--v-theme-on-surface), 0.5) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-first,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-previous,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-next,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-last {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-small-down {
|
||
|
|
color: rgb(var(--v-theme-on-surface-variant)) !important;
|
||
|
|
width: 16px !important;
|
||
|
|
height: 16px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size {
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
margin-right: 16px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-picker-field {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
border: none !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
min-width: 80px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-label {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
font-size: 0.875rem !important;
|
||
|
|
font-weight: 500 !important;
|
||
|
|
margin-right: 8px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
border: none !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
padding: 4px 8px !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
cursor: pointer !important;
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
justify-content: space-between !important;
|
||
|
|
min-height: 32px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper:hover {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.04) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper:focus {
|
||
|
|
outline: 2px solid rgb(var(--v-theme-primary)) !important;
|
||
|
|
outline-offset: 2px !important;
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.08) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper.ag-picker-collapsed {
|
||
|
|
border-radius: 4px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper:not(.ag-picker-collapsed) {
|
||
|
|
border-radius: 4px !important;
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.08) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-picker-field-display {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
font-size: 0.875rem !important;
|
||
|
|
font-weight: 400 !important;
|
||
|
|
flex: 1 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-picker-field-icon {
|
||
|
|
color: rgb(var(--v-theme-on-surface-variant)) !important;
|
||
|
|
margin-left: 4px !important;
|
||
|
|
transition: transform 0.2s ease-in-out !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper:not(.ag-picker-collapsed) .ag-picker-field-icon {
|
||
|
|
transform: rotate(180deg) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-tab-guard {
|
||
|
|
position: absolute !important;
|
||
|
|
width: 1px !important;
|
||
|
|
height: 1px !important;
|
||
|
|
background-color: transparent !important;
|
||
|
|
border: none !important;
|
||
|
|
outline: none !important;
|
||
|
|
opacity: 0 !important;
|
||
|
|
pointer-events: none !important;
|
||
|
|
z-index: -1 !important;
|
||
|
|
overflow: hidden !important;
|
||
|
|
clip: rect(0, 0, 0, 0) !important;
|
||
|
|
white-space: nowrap !important;
|
||
|
|
margin: 0 !important;
|
||
|
|
padding: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-tab-guard-top {
|
||
|
|
top: 0 !important;
|
||
|
|
left: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-tab-guard-bottom {
|
||
|
|
bottom: 0 !important;
|
||
|
|
right: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-tab-guard:focus {
|
||
|
|
outline: 2px solid rgb(var(--v-theme-primary)) !important;
|
||
|
|
outline-offset: 2px !important;
|
||
|
|
opacity: 1 !important;
|
||
|
|
z-index: 1 !important;
|
||
|
|
clip: auto !important;
|
||
|
|
width: auto !important;
|
||
|
|
height: auto !important;
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.1) !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
padding: 2px 4px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid ::-webkit-scrollbar {
|
||
|
|
width: 8px !important;
|
||
|
|
height: 8px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid ::-webkit-scrollbar-track {
|
||
|
|
background: rgba(var(--v-theme-on-surface), 0.1) !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid ::-webkit-scrollbar-thumb {
|
||
|
|
background: rgb(var(--v-theme-primary)) !important;
|
||
|
|
border-radius: 4px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid ::-webkit-scrollbar-thumb:hover {
|
||
|
|
background: rgba(var(--v-theme-primary), 0.8) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@keyframes filterPulse {
|
||
|
|
0% { transform: scale(1); }
|
||
|
|
50% { transform: scale(1.2); }
|
||
|
|
100% { transform: scale(1.1); }
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell:hover .ag-icon-filter {
|
||
|
|
animation: filterPulse 0.3s ease-in-out !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-filter {
|
||
|
|
width: 18px !important;
|
||
|
|
height: 18px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 768px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid {
|
||
|
|
font-size: 12px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .v-card-title {
|
||
|
|
padding: 12px 16px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 768px) and (max-width: 1024px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid {
|
||
|
|
--ag-header-height: 48px !important;
|
||
|
|
--ag-row-height: 44px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 768px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid {
|
||
|
|
--ag-header-height: 56px !important;
|
||
|
|
--ag-row-height: 52px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell-text {
|
||
|
|
font-size: 12px !important;
|
||
|
|
font-weight: 600 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 768px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-header-cell-text {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel {
|
||
|
|
font-size: 12px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 768px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-summary-panel {
|
||
|
|
font-size: 11px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 768px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-summary-panel {
|
||
|
|
font-size: 12px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button {
|
||
|
|
min-width: 28px !important;
|
||
|
|
height: 28px !important;
|
||
|
|
font-size: 11px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 768px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button {
|
||
|
|
min-width: 32px !important;
|
||
|
|
height: 32px !important;
|
||
|
|
font-size: 12px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .gap-2 {
|
||
|
|
gap: 8px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-cell-focus {
|
||
|
|
border: 2px solid rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-cell-inline-editing {
|
||
|
|
border: 2px solid #4caf50 !important;
|
||
|
|
background-color: rgba(76, 175, 80, 0.1) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
// New Code
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel {
|
||
|
|
background-color: rgb(var(--v-theme-surface)) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
border: none !important;
|
||
|
|
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
||
|
|
padding: 12px 16px !important;
|
||
|
|
min-height: 56px !important;
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
justify-content: space-between !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
position: relative !important;
|
||
|
|
overflow: hidden !important;
|
||
|
|
font-size: 14px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel:hover {
|
||
|
|
background-color: rgba(var(--v-theme-on-surface), 0.02) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel.ag-unselectable {
|
||
|
|
-webkit-user-select: none !important;
|
||
|
|
-moz-user-select: none !important;
|
||
|
|
-ms-user-select: none !important;
|
||
|
|
user-select: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-description,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-summary-panel,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-summary-panel {
|
||
|
|
color: rgb(var(--v-theme-on-surface-variant)) !important;
|
||
|
|
font-size: 14px !important;
|
||
|
|
font-weight: 400 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-row-summary-panel {
|
||
|
|
color: rgb(var(--v-theme-on-surface-variant)) !important;
|
||
|
|
font-size: 14px !important;
|
||
|
|
font-weight: 400 !important;
|
||
|
|
margin: 0 16px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-row-summary-panel-number {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
font-weight: 600 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-summary-panel {
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
gap: 12px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-number {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
font-weight: 600 !important;
|
||
|
|
font-size: 14px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button {
|
||
|
|
background-color: transparent !important;
|
||
|
|
border: none !important;
|
||
|
|
border-radius: 6px !important;
|
||
|
|
padding: 8px !important;
|
||
|
|
min-width: 36px !important;
|
||
|
|
height: 36px !important;
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
justify-content: center !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
cursor: pointer !important;
|
||
|
|
margin: 0 2px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button:hover:not(.ag-disabled) {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.1) !important;
|
||
|
|
transform: scale(1.05) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button:active:not(.ag-disabled) {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.15) !important;
|
||
|
|
transform: scale(0.98) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button:focus {
|
||
|
|
outline: 2px solid rgb(var(--v-theme-primary)) !important;
|
||
|
|
outline-offset: 2px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button.ag-disabled {
|
||
|
|
opacity: 0.4 !important;
|
||
|
|
cursor: not-allowed !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button .ag-icon {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
width: 18px !important;
|
||
|
|
height: 18px !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button:hover:not(.ag-disabled) .ag-icon {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
transform: scale(1.1) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button.ag-disabled .ag-icon {
|
||
|
|
color: rgba(var(--v-theme-on-surface), 0.4) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-first,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-previous,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-next,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-last {
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-small-down {
|
||
|
|
color: rgb(var(--v-theme-on-surface-variant)) !important;
|
||
|
|
width: 16px !important;
|
||
|
|
height: 16px !important;
|
||
|
|
transition: transform 0.2s ease-in-out !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size {
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
margin-right: 16px !important;
|
||
|
|
gap: 8px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-picker-field {
|
||
|
|
background-color: rgba(var(--v-theme-on-surface), 0.05) !important;
|
||
|
|
border: thin solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
||
|
|
border-radius: 6px !important;
|
||
|
|
min-width: 80px !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-picker-field:hover {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.05) !important;
|
||
|
|
border-color: rgba(var(--v-theme-primary), 0.3) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-label {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
font-size: 14px !important;
|
||
|
|
font-weight: 500 !important;
|
||
|
|
white-space: nowrap !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper {
|
||
|
|
background-color: rgba(var(--v-theme-on-surface), 0.05) !important;
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
border: thin solid rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
||
|
|
border-radius: 6px !important;
|
||
|
|
padding: 6px 12px !important;
|
||
|
|
transition: all 0.2s ease-in-out !important;
|
||
|
|
cursor: pointer !important;
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
justify-content: space-between !important;
|
||
|
|
min-height: 36px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper:hover {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.05) !important;
|
||
|
|
border-color: rgba(var(--v-theme-primary), 0.3) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper:focus {
|
||
|
|
outline: 2px solid rgb(var(--v-theme-primary)) !important;
|
||
|
|
outline-offset: 2px !important;
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.08) !important;
|
||
|
|
border-color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper.ag-picker-collapsed {
|
||
|
|
border-radius: 6px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper:not(.ag-picker-collapsed) {
|
||
|
|
border-radius: 6px 6px 0 0 !important;
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.08) !important;
|
||
|
|
border-color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-picker-field-display {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
font-size: 14px !important;
|
||
|
|
font-weight: 500 !important;
|
||
|
|
flex: 1 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-picker-field-icon {
|
||
|
|
color: rgb(var(--v-theme-on-surface-variant)) !important;
|
||
|
|
margin-left: 8px !important;
|
||
|
|
transition: transform 0.2s ease-in-out !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper:not(.ag-picker-collapsed) .ag-picker-field-icon {
|
||
|
|
transform: rotate(180deg) !important;
|
||
|
|
color: rgb(var(--v-theme-primary)) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 600px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel {
|
||
|
|
padding: 8px 12px !important;
|
||
|
|
min-height: 48px !important;
|
||
|
|
font-size: 13px !important;
|
||
|
|
display: flex !important;
|
||
|
|
flex-direction: column !important;
|
||
|
|
gap: 8px !important;
|
||
|
|
align-items: center !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-summary-panel {
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center !important;
|
||
|
|
justify-content: center !important;
|
||
|
|
gap: 4px !important;
|
||
|
|
order: 1 !important;
|
||
|
|
width: 100% !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-row-summary-panel {
|
||
|
|
order: 2 !important;
|
||
|
|
margin: 0 !important;
|
||
|
|
text-align: center !important;
|
||
|
|
font-size: 13px !important;
|
||
|
|
width: 100% !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size {
|
||
|
|
order: 3 !important;
|
||
|
|
margin: 0 !important;
|
||
|
|
justify-content: center !important;
|
||
|
|
width: 100% !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button {
|
||
|
|
min-width: 36px !important;
|
||
|
|
height: 36px !important;
|
||
|
|
padding: 8px !important;
|
||
|
|
margin: 0 1px !important;
|
||
|
|
touch-action: manipulation !important;
|
||
|
|
-webkit-tap-highlight-color: transparent !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button {
|
||
|
|
min-width: 32px !important;
|
||
|
|
height: 32px !important;
|
||
|
|
padding: 6px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button .ag-icon {
|
||
|
|
width: 18px !important;
|
||
|
|
height: 18px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button:active {
|
||
|
|
background-color: rgba(var(--v-theme-primary), 0.2) !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-first,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-previous,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-next,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-icon-last {
|
||
|
|
pointer-events: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size {
|
||
|
|
margin-right: 0 !important;
|
||
|
|
justify-content: center !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-label {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper {
|
||
|
|
min-height: 32px !important;
|
||
|
|
padding: 4px 8px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-picker-field-display {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-description,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-summary-panel,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-summary-panel {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-number {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 601px) and (max-width: 960px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel {
|
||
|
|
padding: 10px 14px !important;
|
||
|
|
min-height: 52px !important;
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-row-summary-panel {
|
||
|
|
margin: 0 12px !important;
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button {
|
||
|
|
min-width: 34px !important;
|
||
|
|
height: 34px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-button .ag-icon {
|
||
|
|
width: 17px !important;
|
||
|
|
height: 17px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-label {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-wrapper.ag-picker-field-wrapper {
|
||
|
|
min-height: 34px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-size .ag-picker-field-display {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-description,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-summary-panel,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-summary-panel {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-number {
|
||
|
|
font-size: 13px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 961px) {
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-panel {
|
||
|
|
padding: 12px 16px !important;
|
||
|
|
min-height: 56px !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-description,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-summary-panel,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-page-summary-panel,
|
||
|
|
.ag-theme-alpine-dark.vuetify-grid .ag-paging-row-summary-panel {
|
||
|
|
color: rgb(var(--v-theme-on-surface)) !important;
|
||
|
|
}
|