Skip to content

#sidebar-box, #history-panel, #bookmarksPanel, Folder Icons and Favicons #626

Description

@ChasCB

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions