Apologies as this is not an issue with your current css code but rather a request for help coding my own css. I could not find away to contact you but from within here.
I currently have been able to transform: rotate(30deg) most of my menus etc that have folder icons or favicons next to their labels.
/*rotate icons 30deg on hover*/
#nav-bar toolbarbutton:hover > .toolbarbutton-badge-stack,
#PlacesToolbarItems menuitem:hover > .menu-icon,
#PlacesChevronPopup > menu:hover > .menu-icon,
#PlacesChevronPopup .bookmark-item:hover > .menu-icon,
#contentAreaContextMenu > menu:hover > .menu-icon,
#contentAreaContextMenu > menuitem:hover > .menu-icon,
menuitem:hover > .menu-icon,
toolbarbutton:hover > image,
button:hover > .button-box > .button-icon {
transform: rotate(30deg) !important;
-moz-transform: rotate(30deg) !important;
}
However, there are two areas which I have spent many hours trying to include into the above code.
The #sidebar-box, #history-panel, #bookmarksPanel, folder Icons and favicons, this has eluded me totally. The Browser Toolbox is usually my friend but not in this instance.
The other area is the Main-Menubar menus and submenu's icons which I am in the process of iconising. However, I have a sneaky suspicion that this could be macOS related, so I am concentrating on everything within the browser window itself.
reddit and github and internet searches have proved fruityless in this.
Thank you in advance.
Apologies as this is not an issue with your current css code but rather a request for help coding my own css. I could not find away to contact you but from within here.
I currently have been able to transform: rotate(30deg) most of my menus etc that have folder icons or favicons next to their labels.
However, there are two areas which I have spent many hours trying to include into the above code.
The #sidebar-box, #history-panel, #bookmarksPanel, folder Icons and favicons, this has eluded me totally. The Browser Toolbox is usually my friend but not in this instance.
The other area is the Main-Menubar menus and submenu's icons which I am in the process of iconising. However, I have a sneaky suspicion that this could be macOS related, so I am concentrating on everything within the browser window itself.
reddit and github and internet searches have proved fruityless in this.
Thank you in advance.