2013-03-26 14:23:23 -07:00
|
|
|
/* 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/. */
|
|
|
|
|
2013-04-14 22:34:52 -07:00
|
|
|
%include ../../shared/customizableui/panelUIOverlay.inc.css
|
2013-03-26 16:37:47 -07:00
|
|
|
|
2013-05-21 15:54:39 -07:00
|
|
|
@media (min-resolution: 2dppx) {
|
2013-05-23 04:20:12 -07:00
|
|
|
#customization-palette toolbarbutton > .toolbarbutton-icon,
|
2013-06-25 08:05:24 -07:00
|
|
|
#PanelUI-contents toolbarbutton > .toolbarbutton-icon {
|
2013-05-23 04:20:12 -07:00
|
|
|
width: 20px;
|
|
|
|
}
|
2013-09-13 12:04:49 -07:00
|
|
|
|
|
|
|
#PanelUI-customize {
|
|
|
|
list-style-image: url(chrome://browser/skin/menuPanel-customize@2x.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#PanelUI-help {
|
|
|
|
list-style-image: url(chrome://browser/skin/menuPanel-help@2x.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#PanelUI-quit {
|
|
|
|
list-style-image: url(chrome://browser/skin/menuPanel-exit@2x.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#PanelUI-customize,
|
|
|
|
#PanelUI-help,
|
|
|
|
#PanelUI-quit {
|
|
|
|
-moz-image-region: rect(0, 32px, 32px, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#PanelUI-customize:hover,
|
2013-09-17 03:26:47 -07:00
|
|
|
#PanelUI-help:not([disabled]):hover,
|
|
|
|
#PanelUI-quit:not([disabled]):hover {
|
2013-09-13 12:04:49 -07:00
|
|
|
-moz-image-region: rect(0, 64px, 32px, 32px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#PanelUI-customize:hover:active,
|
2013-09-17 03:26:47 -07:00
|
|
|
#PanelUI-help:not([disabled]):hover:active,
|
|
|
|
#PanelUI-quit:not([disabled]):hover:active {
|
2013-09-13 12:04:49 -07:00
|
|
|
-moz-image-region: rect(0, 96px, 32px, 64px);
|
|
|
|
}
|
2013-03-26 16:37:47 -07:00
|
|
|
}
|
|
|
|
|
2013-09-18 05:48:19 -07:00
|
|
|
#edit-controls@inAnyPanel@ > toolbarbutton:not(:first-child),
|
|
|
|
#zoom-controls@inAnyPanel@ > toolbarbutton:not(:first-child) {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2013-05-09 15:28:02 -07:00
|
|
|
}
|
2013-09-18 05:48:19 -07:00
|
|
|
#edit-controls@inAnyPanel@ > toolbarbutton:not(:first-child):not(:last-child),
|
|
|
|
#zoom-controls@inAnyPanel@ > toolbarbutton:not(:first-child):not(:last-child) {
|
2013-05-09 15:28:02 -07:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2013-09-18 05:48:19 -07:00
|
|
|
#zoom-controls@inAnyPanel@ > #zoom-in-button,
|
|
|
|
#zoom-controls@inAnyPanel@ > #zoom-out-button,
|
2013-06-27 18:01:53 -07:00
|
|
|
toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-in-button,
|
|
|
|
toolbarpaletteitem[place="palette"] > #zoom-controls > #zoom-out-button {
|
2013-03-26 16:37:47 -07:00
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
}
|
2013-07-27 11:58:36 -07:00
|
|
|
|
2013-10-10 10:43:58 -07:00
|
|
|
.panel-wide-item[customizableui-areatype="menu-panel"] > toolbarbutton,
|
2013-07-27 11:58:36 -07:00
|
|
|
toolbarbutton[customizableui-areatype="menu-panel"] {
|
|
|
|
margin: 0;
|
|
|
|
}
|