(firefox) Fix right click menu colors

This commit is contained in:
Tanguy Herbron 2022-09-19 15:26:10 +02:00
parent df7081a029
commit 7e1024ff98
2 changed files with 14 additions and 4 deletions

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M463.5 224H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255, 255, 255)" d="M463.5 224H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5z"/></svg>

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 465 B

View File

@ -410,6 +410,11 @@ toolbarbutton {
list-style-image: url("right-arrow.svg") !important;
}
#reload-button {
list-style-image: url("rotate-right-solid.svg") !important;
font-color: white;
}
#pocket-button {
padding-bottom: 4px !important;
}
@ -503,7 +508,7 @@ menuitem,
menucaption {
-moz-appearance: none !important;
height: 36px !important;
color: black;
/*! color: #fffbfb; */
}
menu[disabled="true"][_moz-menuactive="false"],
@ -748,6 +753,7 @@ menupopup:not(.in-menulist) > menu {
--arrowpanel-menuitem-padding: 4px 8px !important;
}
#widget-overflow,
/* Bookmarks Toolbar folders */
#PersonalToolbar menupopup,
/* Right-click context menus */
@ -780,7 +786,7 @@ menupopup:not(.in-menulist) > menu {
/* Border color (if any) */
--menu-border-color: threedshadow !important;
--arrowpanel-border-color: threedshadow !important;
--panel-border-color: threedshadow !important;
/*--panel-border-color: threedshadow !important;*/
/* Hovered/expanded item background color */
--menuitem-hover-background-color: #e0e0e6 !important;
--button-hover-bgcolor: #e0e0e6 !important;
@ -810,4 +816,8 @@ menupopup:not(.in-menulist) > menu {
/* Disabled items text color and hovered background */
--menu-disabled-color: rgba(21, 20, 26, 0.4) !important;
--menuitem-disabled-hover-background-color: rgba(224, 224, 230, 0.4) !important;
}
}
menu, menuitem, menucaption {
color: #fff;
}