Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: chrome/skin/overlay.css

Issue 5741004535627776: Fix toolbar icon customization in Australis (Closed)
Left Patch Set: Improved approach (custom button type), marked our custom API extensions Created Nov. 25, 2013, 9:34 a.m.
Right Patch Set: Added 32x32 icon and fixed my own review comments Created Dec. 2, 2013, 10:55 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « chrome/skin/abp-status-32.png ('k') | lib/appSupport.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 /* 1 /*
2 * This file is part of Adblock Plus <http://adblockplus.org/>, 2 * This file is part of Adblock Plus <http://adblockplus.org/>,
3 * Copyright (C) 2006-2013 Eyeo GmbH 3 * Copyright (C) 2006-2013 Eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 23 matching lines...) Expand all
34 #PersonalToolbar #abp-toolbarbutton[abpstate="disabled"], 34 #PersonalToolbar #abp-toolbarbutton[abpstate="disabled"],
35 #header-view-toolbar > #abp-toolbarbutton[abpstate="disabled"], 35 #header-view-toolbar > #abp-toolbarbutton[abpstate="disabled"],
36 #abp-status[abpstate="disabled"], 36 #abp-status[abpstate="disabled"],
37 toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="whitelisted"], 37 toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="whitelisted"],
38 #PersonalToolbar #abp-toolbarbutton[abpstate="whitelisted"], 38 #PersonalToolbar #abp-toolbarbutton[abpstate="whitelisted"],
39 #header-view-toolbar > #abp-toolbarbutton[abpstate="whitelisted"], 39 #header-view-toolbar > #abp-toolbarbutton[abpstate="whitelisted"],
40 #abp-status[abpstate="whitelisted"] { 40 #abp-status[abpstate="whitelisted"] {
41 -moz-image-region: rect(16px, 16px, 32px, 0px); 41 -moz-image-region: rect(16px, 16px, 32px, 0px);
42 } 42 }
43 43
44 #abp-toolbarbutton[cui-areatype="menu-panel"],
45 toolbarpaletteitem[place="palette"] > #abp-toolbarbutton
46 {
47 list-style-image: url("abp-status-32.png");
48 -moz-image-region: rect(0px, 32px, 32px, 0px);
49 }
50
51 #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="disabled"],
52 toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="disabled"],
53 #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="whitelisted"],
54 toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="whitelisted"]
55 {
56 -moz-image-region: rect(32px, 32px, 64px, 0px);
57 }
58
44 #abp-toolbar-popup { 59 #abp-toolbar-popup {
45 list-style-image: none; 60 list-style-image: none;
46 -moz-image-region: rect(0px, 0px, 0px, 0px); 61 -moz-image-region: rect(0px, 0px, 0px, 0px);
47 } 62 }
48 63
49 toolbox[vertical="true"] toolbar #abp-toolbarbutton dropmarker { 64 toolbox[vertical="true"] toolbar #abp-toolbarbutton dropmarker {
50 display: none !important; 65 display: none !important;
51 } 66 }
52 67
53 menuitem[default="true"] { 68 menuitem[default="true"] {
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 200
186 #abp-notification html|a 201 #abp-notification html|a
187 { 202 {
188 color: #0000f0; 203 color: #0000f0;
189 } 204 }
190 205
191 #abp-notification html|a:hover 206 #abp-notification html|a:hover
192 { 207 {
193 text-decoration: underline; 208 text-decoration: underline;
194 } 209 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld