mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-10 17:42:50 +08:00
26 lines
503 B
SCSS
26 lines
503 B
SCSS
.bg-var-theme-background {
|
|
background-color: rgba(var(--v-theme-on-surface), var(--v-hover-opacity)) !important;
|
|
}
|
|
|
|
// 👉 Pagination small-select dropdown for table
|
|
// TODO: remove this class after vuetify datatable implememtation
|
|
|
|
.per-page-select {
|
|
margin-block: auto;
|
|
|
|
.v-field__input {
|
|
align-items: center;
|
|
padding: 2px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.v-field__append-inner {
|
|
align-items: center;
|
|
padding: 0;
|
|
|
|
.v-icon {
|
|
margin-inline-start: 0 !important;
|
|
}
|
|
}
|
|
}
|