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