From f6ae5110f26f4a8b79b2469a153ab4e80f47f1b7 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 26 Jun 2021 22:48:03 +0200 Subject: [PATCH] vuetorrent navbar and dropdown fixes --- CSS/themes/vuetorrent/vuetorrent-base.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CSS/themes/vuetorrent/vuetorrent-base.css b/CSS/themes/vuetorrent/vuetorrent-base.css index 4c044fb5..739dfed9 100644 --- a/CSS/themes/vuetorrent/vuetorrent-base.css +++ b/CSS/themes/vuetorrent/vuetorrent-base.css @@ -107,14 +107,20 @@ p, /* TOP NAVBAR */ .theme--light.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; } +.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--light.v-card { background: rgba(0, 0, 0, 0) !important; - } /* SIDE MENU */ @@ -302,7 +308,11 @@ p, .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) { color: var(--text) !important; - background: var(--modal-bg-color) !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; } .theme--dark.v-icon, @@ -312,7 +322,7 @@ p, .theme--light.v-divider, .theme--dark.v-divider { - border-color: rgba(255, 255, 255, .65) !important; + border-color: rgba(255, 255, 255,.2) !important; } /* TABLE */