Fix for downloads menu

This commit is contained in:
overdodactyl 2017-12-02 20:18:07 -07:00
parent 66736ea163
commit 7bb9649480
1 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,13 @@
background: var(--grey-90); background: var(--grey-90);
} }
/* Fix for downloads menu */
photonpanelmultiview panelview {
background: none !important;
color: var(--primary-light-color) !important;
}
#appMenu-mainView toolbarbutton:hover, #customizationui-widget-multiview toolbarbutton:hover, #appMenu-mainView toolbarbutton:hover, #customizationui-widget-multiview toolbarbutton:hover,
#widget-overflow-list toolbarbutton:hover { #widget-overflow-list toolbarbutton:hover {
@ -62,3 +69,4 @@
background: none !important; background: none !important;
} }