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

Side by Side Diff: chrome/skin/overlay.css

Issue 11165026: Show notifications on startup (Closed)
Patch Set: Address remaining issue Created July 20, 2013, 10:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/content/ui/overlay.xul ('k') | lib/notification.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 * GNU General Public License for more details.
13 * 13 *
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. 15 * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
16 */ 16 */
17 17
18 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 18 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
19 @namespace html url("http://www.w3.org/1999/xhtml");
19 20
20 #abp-status 21 #abp-status
21 { 22 {
22 cursor: pointer; 23 cursor: pointer;
23 } 24 }
24 25
25 toolbar[iconsize="small"] #abp-toolbarbutton, 26 toolbar[iconsize="small"] #abp-toolbarbutton,
26 #PersonalToolbar #abp-toolbarbutton, 27 #PersonalToolbar #abp-toolbarbutton,
27 #header-view-toolbar > #abp-toolbarbutton, 28 #header-view-toolbar > #abp-toolbarbutton,
28 #abp-status { 29 #abp-status {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 -moz-user-focus: normal; 168 -moz-user-focus: normal;
168 list-style-image: url("close.png"); 169 list-style-image: url("close.png");
169 -moz-appearance: none; 170 -moz-appearance: none;
170 -moz-image-region: rect(0px, 14px, 14px, 0px); 171 -moz-image-region: rect(0px, 14px, 14px, 0px);
171 } 172 }
172 173
173 .abp-contributebutton-close:hover 174 .abp-contributebutton-close:hover
174 { 175 {
175 -moz-image-region: rect(0px, 28px, 14px, 14px); 176 -moz-image-region: rect(0px, 28px, 14px, 14px);
176 } 177 }
178
179 #abp-notification html|a
180 {
181 color: #0000f0;
182 }
183
184 #abp-notification html|a:hover
185 {
186 text-decoration: underline;
187 }
OLDNEW
« no previous file with comments | « chrome/content/ui/overlay.xul ('k') | lib/notification.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld