- Firefox-Version
- Firefox 114.0
- Betriebssystem
- Windows 10 Pro 2004 64 Bit
Hallo zusammen,
für Menüs, Rechtsklickmenüs usw. habe ich die * Anpassung und das Hamburger-Menü habe so ** angepasst, was mir jetzt im Hamburger fehlt, ist die Möglichkeit dort entsprechendes für das → [_moz-menuactive="true"] zu ermitteln, wer weiß Rat?
*
CSS
.menupopup-arrowscrollbox {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
menupopup {
--panel-shadow-margin: 0px !important;
border: 1px solid #EDEDED !important;
background-color: #1C1B22 !important;
padding: 0 0 1px 0 !important;
margin: 0 !important;
}
menupopup menuseparator {
border-top: 1px solid #EDEDED !important;
margin: 1px 0 0 0 !important;
}
menupopup menu,
menupopup menuitem {
border: 1px solid #EDEDED !important;
background-color: #0082FC !important;
color: #FFF !important;
padding: 1px 3px !important;
margin: 1px 1px 0 1px !important;
}
menupopup menu[_moz-menuactive="true"],
menupopup menuitem[_moz-menuactive="true"] {
border: 1px solid #F20 !important;
background-color: #EEE8AA !important;
color: #000 !important;
}
menupopup menu:hover,
menupopup menuitem:hover {
border: 1px solid #0082FC !important;
background-color: #D1E2F2 !important;
color: #000 !important;
}
Alles anzeigen
**
CSS
panelview {
--panel-shadow-margin: 0px !important;
border: 1px solid #EDEDED !important;
background-color: #1C1B22 !important;
padding: 0 0 1px 0 !important;
margin: 0 !important;
}
panelview > vbox {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
panelview > vbox > toolbarseparator {
border-top: 1px solid #EDEDED !important;
border-bottom: none;
margin: 1px 0 0 0 !important;
}
panelview > vbox > toolbarbutton {
border-radius: 0 !important;
--button-active-bgcolor: #EEE8AA !important;
border: 1px solid #EDEDED !important;
background-color: #0082FC !important;
color: #FFF !important;
padding: 1px 3px !important;
margin: 1px 1px 0 1px !important;
}
panelview > vbox > toolbarbutton:hover {
border: 1px solid #0082FC !important;
background-color: #D1E2F2 !important;
color: #000 !important;
}
Alles anzeigen