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

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

Issue 5765003219042304: EEH inspector integration fix (Closed)
Left Patch Set: Fix for light DevTools theme Created April 15, 2014, 10:12 a.m.
Right Patch Set: Nits fixes Created April 15, 2014, 1:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | lib/inspectorObserver.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
1 /* 1 /*
2 * This Source Code is subject to the terms of the Mozilla Public License 2 * This Source Code is subject to the terms of the Mozilla Public License
3 * version 2.0 (the "License"). You can obtain a copy of the License at 3 * version 2.0 (the "License"). You can obtain a copy of the License at
4 * http://mozilla.org/MPL/2.0/. 4 * http://mozilla.org/MPL/2.0/.
5 */ 5 */
6 6
7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
8 8
9 #inspector-abp-elemhide-toolbutton>image 9 #ehh-inspector-toolbarbutton > image
Wladimir Palant 2014/04/15 13:38:19 Nit: please add a space before and after > here (I
saroyanm 2014/04/15 13:54:43 Done.
10 { 10 {
11 filter: none; 11 filter: none;
12 list-style-image: url("chrome://adblockplus/skin/abp-status-16.png");
13 -moz-image-region: rect(0px, 16px, 16px, 0px);
Wladimir Palant 2014/04/15 14:03:36 We should not go down into the anonymous elements
12 } 14 }
Wladimir Palant 2014/04/15 13:38:19 We should also define list-style-image and other s
saroyanm 2014/04/15 13:54:43 Good point!
LEFTRIGHT

Powered by Google App Engine
This is Rietveld