Fix for downloads menu
This commit is contained in:
parent
66736ea163
commit
7bb9649480
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue