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

Side by Side Diff: chrome/content/noToolbarIconDisplay.css

Issue 4744516900749312: issue #1155 - Don't allow displaying icon text with Australis theme (Closed)
Patch Set: Created July 30, 2014, 10:52 a.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 | « no previous file | chrome/content/settings.xul » ('j') | lib/main.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /*
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
4 * http://mozilla.org/MPL/2.0/.
5 */
6
7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
8
9 @-moz-document url("about:addons")
10 {
11 #abpcustomization-icondisplay
12 {
13 visibility: collapse;
Wladimir Palant 2014/07/30 11:34:08 Any reason why this shouldn't be display:none?
saroyanm 2014/07/30 12:50:35 I did it because, we were using element.collapsed
14 }
15 }
OLDNEW
« no previous file with comments | « no previous file | chrome/content/settings.xul » ('j') | lib/main.js » ('J')

Powered by Google App Engine
This is Rietveld