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/. */
|
|
|
|
|
|
|
|
%filter substitution
|
2013-03-26 16:37:47 -07:00
|
|
|
%define menuPanelWidth 26em
|
2013-03-26 14:23:23 -07:00
|
|
|
|
2013-04-14 22:34:52 -07:00
|
|
|
%include ../../shared/customizableui/panelUIOverlay.inc.css
|
2013-03-26 16:37:47 -07:00
|
|
|
|
|
|
|
.PanelUI-pageControls toolbarbutton {
|
|
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
|
|
|
}
|
|
|
|
|
2013-05-09 15:28:02 -07:00
|
|
|
.PanelUI-pageControls toolbarbutton:not(:first-child) {
|
|
|
|
-moz-margin-start: 0;
|
|
|
|
}
|
|
|
|
.PanelUI-pageControls toolbarbutton:not(:last-child) {
|
|
|
|
-moz-margin-end: 0;
|
|
|
|
}
|
|
|
|
.PanelUI-pageControls toolbarbutton:not(:first-child):not(:last-child) {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2013-03-26 16:37:47 -07:00
|
|
|
#PanelUI-cut-btn {
|
|
|
|
-moz-image-region: rect(0, 260px, 20px, 240px);
|
|
|
|
}
|
|
|
|
#PanelUI-copy-btn {
|
|
|
|
-moz-image-region: rect(0, 280px, 20px, 260px);
|
|
|
|
}
|
|
|
|
#PanelUI-paste-btn {
|
|
|
|
-moz-image-region: rect(0, 300px, 20px, 280px);
|
|
|
|
}
|
|
|
|
|
|
|
|
#PanelUI-zoomOut-btn {
|
|
|
|
-moz-image-region: rect(0, 400px, 20px, 380px);
|
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
}
|
|
|
|
#PanelUI-zoomIn-btn {
|
|
|
|
-moz-image-region: rect(0, 420px, 20px, 400px);
|
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.PanelUI-editControls #PanelUI-copy-btn,
|
|
|
|
.PanelUI-zoomControls #PanelUI-zoomReset-btn {
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#PanelUI-zoomIn-btn .toolbarbutton-text,
|
|
|
|
#PanelUI-zoomOut-btn .toolbarbutton-text,
|
|
|
|
#PanelUI-zoomReset-btn .toolbarbutton-icon {
|
|
|
|
display: none;
|
|
|
|
}
|