Skip to content

Commit

Permalink
Style feed/sync icons correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Aug 27, 2018
1 parent 38bfae0 commit a7b46e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chrome/browser/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -399,15 +399,15 @@ menuitem.bookmark-item {
-moz-box-orient: horizontal;
}

:-moz-any(#back-button, #forward-button, #reload-button, #stop-button, #home-button, #print-button, #downloads-button, #downloads-indicator, #status4evar-download-button, #history-button, #history-menu-button, #bookmarks-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-in-button):not(:hover):not(:active):not([disabled="true"]) .toolbarbutton-icon {
:-moz-any(#back-button, #forward-button, #reload-button, #stop-button, #home-button, #print-button, #downloads-button, #downloads-indicator, #status4evar-download-button, #history-button, #history-menu-button, #bookmarks-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-in-button, #feed-button, #sync-button):not(:hover):not(:active):not([disabled="true"]) .toolbarbutton-icon {
filter: opacity(70%);
}

:-moz-any(#back-button, #forward-button, #reload-button, #stop-button, #home-button, #print-button, #downloads-button, #downloads-indicator, #status4evar-download-button, #history-button, #history-menu-button, #bookmarks-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-in-button):hover:not(:active):not([disabled="true"]) .toolbarbutton-icon {
:-moz-any(#back-button, #forward-button, #reload-button, #stop-button, #home-button, #print-button, #downloads-button, #downloads-indicator, #status4evar-download-button, #history-button, #history-menu-button, #bookmarks-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-in-button, #feed-button, #sync-button):hover:not(:active):not([disabled="true"]) .toolbarbutton-icon {
filter: none;
}

:-moz-any(#back-button, #forward-button, #reload-button, #stop-button, #home-button, #print-button, #downloads-button, #downloads-indicator, #status4evar-download-button, #history-button, #history-menu-button, #bookmarks-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-in-button)[disabled="true"] .toolbarbutton-icon {
:-moz-any(#back-button, #forward-button, #reload-button, #stop-button, #home-button, #print-button, #downloads-button, #downloads-indicator, #status4evar-download-button, #history-button, #history-menu-button, #bookmarks-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-in-button, #feed-button, #sync-button)[disabled="true"] .toolbarbutton-icon {
filter: grayscale(100%);
opacity: 0.4;
}
Expand Down

0 comments on commit a7b46e2

Please sign in to comment.