Files
tubestation/browser/themes/shared/browser.inc.css
Drew Willcoxon c76ce9f99a Bug 1355322 - Add anchor button to urlbar for action menu. r=Gijs
MozReview-Commit-ID: CajXNdGt9cZ
2017-04-27 18:17:29 -07:00

49 lines
1.1 KiB
CSS

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* Zoom button */
#urlbar-zoom-button {
margin: 0 3px;
font-size: .8em;
padding: 0 8px;
border-radius: 1em;
background-color: hsla(0,0%,0%,.05);
border: 1px solid ThreeDLightShadow;
}
#urlbar-zoom-button[animate="true"] {
animation-name: urlbar-zoom-reset-pulse;
animation-duration: 250ms;
}
#urlbar-zoom-button:hover {
background-color: hsla(0,0%,0%,.1);
}
#urlbar-zoom-button:hover:active {
background-color: hsla(0,0%,0%,.15);
}
#urlbar-zoom-button > .toolbarbutton-text {
display: -moz-box;
}
#urlbar-zoom-button > .toolbarbutton-icon {
display: none;
}
/* Page action button */
#urlbar-page-action-button {
-moz-appearance: none;
border-style: none;
list-style-image: url("chrome://browser/skin/page-action.svg");
margin: 0;
padding: 0 6px;
fill: currentColor;
}
#urlbar-page-action-button > .toolbarbutton-icon {
width: 16px;
}