mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
34 lines
876 B
CSS
34 lines
876 B
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/. */
|
|
|
|
%filter substitution
|
|
%define menuPanelWidth 23em
|
|
|
|
%include ../../shared/customizableui/panelUIOverlay.inc.css
|
|
|
|
.PanelUI-pageControls toolbarbutton {
|
|
list-style-image: url("chrome://browser/skin/Toolbar.png");
|
|
}
|
|
|
|
#PanelUI-cut-btn {
|
|
-moz-image-region: rect(0, 216px, 18px, 198px);
|
|
}
|
|
#PanelUI-copy-btn {
|
|
-moz-image-region: rect(0, 234px, 18px, 216px);
|
|
}
|
|
#PanelUI-paste-btn {
|
|
-moz-image-region: rect(0, 252px, 18px, 234px);
|
|
}
|
|
|
|
#PanelUI-zoomOut-btn {
|
|
-moz-image-region: rect(0, 288px, 18px, 270px);
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
#PanelUI-zoomIn-btn {
|
|
-moz-image-region: rect(0, 306px, 18px, 288px);
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|