09/06/24 21:36:47 NOhQIjOX0
>>522
@namespace url(URLリンク(www.mozilla.org));
@-moz-document url(chrome://browser/content/browser.xul) {
#contentAreaContextMenu,
#contentAreaContextMenu menupopup {
-moz-box-sizing:border-box;
background-color:rgba(0, 0, 0, 0.5) !important;
}
#contentAreaContextMenu * {
-moz-box-sizing:border-box;
color:rgba(255, 255, 255, 0.75) !important;
font-size:8pt;
}
#contentAreaContextMenu menuitem:hover,
#contentAreaContextMenu menu:hover{
background-color:rgba(0, 0, 0, 0.5) !important;
}
}
結構適当に書いてあるから誰か直してくれると嬉しい