Replies: 3 comments 1 reply
-
and yes, even after enabling csd.css the same issue occurs, i do have all the icons at the correct path and every other part of the theme works fine |
Beta Was this translation helpful? Give feedback.
-
For the buttons, add the following lines to userChrome.css: @media (-moz-windows-non-native-menus) {
#context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
padding: 0px 0em !important;
}
} This solved the problem for me (though there might be more elegant method). I'm using Firefox 116 BTW. |
Beta Was this translation helpful? Give feedback.
-
I will convert this to a discussion in case anyone want's to share more fixes for Windows. These issues aren't reproducible form Linux and I don't plan to add Window specific code. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
The buttons dont have icons and arent symmetrically rounded and the autofill doesnt have styling
To Reproduce
Setup information
Beta Was this translation helpful? Give feedback.
All reactions