Skip to content

Commit

Permalink
Fix wrong button styled, lunakurame#18
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmardojai committed Jul 8, 2019
1 parent d04dbdd commit 9c4b43b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions theme/parts/buttons.css
Expand Up @@ -18,7 +18,7 @@
#downloadsPanel-mainView .download-state .downloadButton,
#overflowMenu-customize-button,
#appMenu-popup .panel-banner-item,
#appMenu-popup .toolbaritem-combined-buttons toolbarbutton,
#appMenu-popup .toolbaritem-combined-buttons toolbarbutton:not(#appMenu-fxa-label),
.subviewbutton-back,
#context-navigation menuitem,
.identity-popup-preferences-button:not(#hack),
Expand Down Expand Up @@ -55,7 +55,7 @@
#downloadsHistory,
#overflowMenu-customize-button,
#appMenu-popup .panel-banner-item,
#appMenu-zoomReset-button:not(#hack),
#appMenu-zoomReset-button:not(#appMenu-fxa-label):not(#hack),
#tracking-protection-preferences-button:not(#hack),
.findbar-container toolbarbutton.findbar-button,
#sidebar-switcher-target,
Expand All @@ -66,9 +66,6 @@
.subviewbutton.panel-subview-footer label {
text-align: center !important;
}
#appMenu-fxa-label:not(#hack):not(.subviewbutton-nav) {
padding: 2px 26px !important;
}

/* Hover buttons */
#nav-bar toolbarbutton:not(#urlbar-zoom-button):not(.subviewbutton):not([open]):not([disabled]):hover,
Expand All @@ -79,7 +76,7 @@
#overflowMenu-customize-button:hover,
#appMenu-popup .panel-banner-item:hover,
.subviewbutton-back:hover,
#appMenu-popup .toolbaritem-combined-buttons toolbarbutton:hover,
#appMenu-popup .toolbaritem-combined-buttons toolbarbutton:not(#appMenu-fxa-label):hover,
#context-navigation menuitem:hover:not([disabled]),
.identity-popup-preferences-button:not(#hack):hover,
.findbar-container toolbarbutton:hover,
Expand All @@ -102,7 +99,7 @@
#overflowMenu-customize-button:active,
#appMenu-popup .panel-banner-item:active,
.subviewbutton-back:not(#hack):active,
#appMenu-popup .toolbaritem-combined-buttons toolbarbutton:not([disabled]):active,
#appMenu-popup .toolbaritem-combined-buttons toolbarbutton:not([disabled]):not(#appMenu-fxa-label):active,
#context-navigation menuitem:active:not([disabled]),
.identity-popup-preferences-button:not(#hack):active,
.findbar-container toolbarbutton[checked],
Expand Down

0 comments on commit 9c4b43b

Please sign in to comment.