Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 /* Note that this file isn't used for HiDPI on OS X. */
3 :-moz-any(@primaryToolbarButtons@),
4 #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
5 list-style-image: url("chrome://browser/skin/Toolbar.png");
6 }
8 toolbar[brighttext] :-moz-any(@primaryToolbarButtons@),
9 toolbar[brighttext] #bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
10 list-style-image: url(chrome://browser/skin/Toolbar-inverted.png);
11 }
13 #back-button {
14 -moz-image-region: rect(0, 36px, 18px, 18px);
15 }
17 #forward-button {
18 -moz-image-region: rect(0, 72px, 18px, 54px);
19 }
21 #home-button[cui-areatype="toolbar"] {
22 -moz-image-region: rect(0, 126px, 18px, 108px);
23 }
25 #bookmarks-menu-button[cui-areatype="toolbar"] {
26 -moz-image-region: rect(0, 144px, 18px, 126px);
27 }
29 #bookmarks-menu-button[cui-areatype="toolbar"][starred] {
30 -moz-image-region: rect(0, 162px, 18px, 144px);
31 }
33 #bookmarks-menu-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker > .dropmarker-icon {
34 -moz-image-region: rect(0, 630px, 18px, 612px);
35 }
37 #history-panelmenu[cui-areatype="toolbar"] {
38 -moz-image-region: rect(0, 180px, 18px, 162px);
39 }
41 #downloads-button[cui-areatype="toolbar"] {
42 -moz-image-region: rect(0, 198px, 18px, 180px);
43 }
45 #add-ons-button[cui-areatype="toolbar"] {
46 -moz-image-region: rect(0, 216px, 18px, 198px);
47 }
49 #open-file-button[cui-areatype="toolbar"] {
50 -moz-image-region: rect(0, 234px, 18px, 216px);
51 }
53 #save-page-button[cui-areatype="toolbar"] {
54 -moz-image-region: rect(0, 252px, 18px, 234px);
55 }
57 #sync-button[cui-areatype="toolbar"] {
58 -moz-image-region: rect(0, 270px, 18px, 252px);
59 }
61 #sync-button[cui-areatype="toolbar"][status="active"],
62 #sync-button[cui-areatype="toolbar"][status="active"]:hover:active:not([disabled="true"]) {
63 list-style-image: url("chrome://browser/skin/syncProgress-toolbar.png");
64 -moz-image-region: rect(0, 18px, 18px, 0px);
65 }
67 toolbar[brighttext] #sync-button[status="active"],
68 toolbar[brighttext] #sync-button[status="active"]:hover:active:not([disabled="true"]) {
69 list-style-image: url("chrome://browser/skin/syncProgress-toolbar-inverted.png");
70 }
72 #feed-button[cui-areatype="toolbar"] {
73 -moz-image-region: rect(0, 288px, 18px, 270px);
74 }
76 #social-share-button[cui-areatype="toolbar"] {
77 -moz-image-region: rect(0px, 306px, 18px, 288px);
78 }
80 #characterencoding-button[cui-areatype="toolbar"]{
81 -moz-image-region: rect(0, 324px, 18px, 306px);
82 }
84 #new-window-button[cui-areatype="toolbar"] {
85 -moz-image-region: rect(0, 342px, 18px, 324px);
86 }
88 #e10s-button[cui-areatype="toolbar"] {
89 -moz-image-region: rect(0, 342px, 18px, 324px);
90 }
92 #e10s-button > .toolbarbutton-icon {
93 transform: scaleY(-1);
94 }
96 #new-tab-button[cui-areatype="toolbar"] {
97 -moz-image-region: rect(0, 360px, 18px, 342px);
98 }
100 #privatebrowsing-button[cui-areatype="toolbar"] {
101 -moz-image-region: rect(0, 378px, 18px, 360px);
102 }
104 #find-button[cui-areatype="toolbar"] {
105 -moz-image-region: rect(0, 396px, 18px, 378px);
106 }
108 #print-button[cui-areatype="toolbar"] {
109 -moz-image-region: rect(0, 414px, 18px, 396px);
110 }
112 %ifdef XP_MACOSX
113 #restore-button,
114 %endif
115 #fullscreen-button[cui-areatype="toolbar"] {
116 -moz-image-region: rect(0, 432px, 18px, 414px);
117 }
119 #developer-button[cui-areatype="toolbar"] {
120 -moz-image-region: rect(0, 450px, 18px, 432px);
121 }
123 #preferences-button[cui-areatype="toolbar"] {
124 -moz-image-region: rect(0, 468px, 18px, 450px);
125 }
127 #PanelUI-menu-button {
128 -moz-image-region: rect(0, 486px, 18px, 468px);
129 }
131 #edit-controls:not(@inAnyPanel@) > #cut-button {
132 -moz-image-region: rect(0, 504px, 18px, 486px);
133 }
135 #edit-controls:not(@inAnyPanel@) > #copy-button {
136 -moz-image-region: rect(0, 522px, 18px, 504px);
137 }
139 #edit-controls:not(@inAnyPanel@) > #paste-button {
140 -moz-image-region: rect(0, 540px, 18px, 522px);
141 }
143 #zoom-controls:not(@inAnyPanel@) > #zoom-out-button {
144 -moz-image-region: rect(0, 558px, 18px, 540px);
145 }
147 #zoom-controls:not(@inAnyPanel@) > #zoom-in-button {
148 -moz-image-region: rect(0, 576px, 18px, 558px);
149 }
151 #webrtc-status-button:not(@inAnyPanel@) {
152 -moz-image-region: rect(0, 594px, 18px, 576px);
153 }
155 #nav-bar-overflow-button {
156 -moz-image-region: rect(0, 612px, 18px, 594px);
157 }
159 #nav-bar-overflow-button:-moz-locale-dir(rtl) > .toolbarbutton-icon {
160 transform: scaleX(-1);
161 }
163 #tabview-button {
164 -moz-image-region: rect(0, 648px, 18px, 630px);
165 }
167 #email-link-button[cui-areatype="toolbar"] {
168 -moz-image-region: rect(0, 666px, 18px, 648px);
169 }
171 #sidebar-button[cui-areatype="toolbar"] {
172 -moz-image-region: rect(0, 684px, 18px, 666px);
173 }