Browse Source

vuetorrent navbar and dropdown fixes

pull/221/head
gilbN 4 years ago
parent
commit
f6ae5110f2
  1. 16
      CSS/themes/vuetorrent/vuetorrent-base.css

16
CSS/themes/vuetorrent/vuetorrent-base.css

@ -107,14 +107,20 @@ p,
/* TOP NAVBAR */ /* TOP NAVBAR */
.theme--light.v-app-bar.v-toolbar.v-sheet, .theme--light.v-app-bar.v-toolbar.v-sheet,
.theme--dark.v-app-bar.v-toolbar.v-sheet { .theme--dark.v-app-bar.v-toolbar.v-sheet {
background-color: rgba(0, 0, 0, .25) !important;
color: var(--text) !important; color: var(--text) !important;
} }
.v-app-bar.v-app-bar--hide-shadow {
background-color: rgba(0, 0, 0, .25) !important;
}
.v-app-bar.v-app-bar--is-scrolled{
background: var(--main-bg-color) !important;
}
.v-navigation-drawer__content .theme--dark.v-card, .v-navigation-drawer__content .theme--dark.v-card,
.v-navigation-drawer__content .theme--light.v-card { .v-navigation-drawer__content .theme--light.v-card {
background: rgba(0, 0, 0, 0) !important; background: rgba(0, 0, 0, 0) !important;
} }
/* SIDE MENU */ /* SIDE MENU */
@ -302,6 +308,10 @@ p,
.v-menu__content .theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled), .v-menu__content .theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled),
.v-menu__content .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) { .v-menu__content .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
color: var(--text) !important; color: var(--text) !important;
}
.v-menu__content .theme--dark.theme--dark.v-list,
.v-menu__content .theme--light.theme--light.v-list {
background: var(--modal-bg-color) !important; background: var(--modal-bg-color) !important;
} }
@ -312,7 +322,7 @@ p,
.theme--light.v-divider, .theme--light.v-divider,
.theme--dark.v-divider { .theme--dark.v-divider {
border-color: rgba(255, 255, 255, .65) !important; border-color: rgba(255, 255, 255,.2) !important;
} }
/* TABLE */ /* TABLE */

Loading…
Cancel
Save