Merge lp:~ripps818/dusttheme-firefox/dustfox-cold into lp:dusttheme-firefox

Proposed by Jose Maria V. R
Status: Needs review
Proposed branch: lp:~ripps818/dusttheme-firefox/dustfox-cold
Merge into: lp:dusttheme-firefox
Diff against target: 2224 lines (+673/-715)
21 files modified
Makefile (+3/-3)
README (+1/-1)
chrome.manifest (+14/-14)
chrome/linux/browser/aboutCertError.css (+95/-0)
chrome/linux/browser/aboutPrivateBrowsing.css (+42/-0)
chrome/linux/browser/aboutSessionRestore.css (+45/-0)
chrome/linux/browser/browser-default.css (+152/-159)
chrome/linux/browser/browser-dust.css (+132/-152)
chrome/linux/browser/browser-round.css (+0/-217)
chrome/linux/browser/browser.css (+0/-1)
chrome/linux/browser/engineManager.css (+2/-0)
chrome/linux/browser/feeds/subscribe.css (+4/-0)
chrome/linux/browser/pageInfo.css (+2/-4)
chrome/linux/browser/places/bookmarkProperties.css (+0/-68)
chrome/linux/browser/places/editBookmarkOverlay.css (+42/-9)
chrome/linux/browser/places/organizer.css (+4/-33)
chrome/linux/browser/places/places.css (+1/-1)
chrome/linux/browser/preferences/preferences.css (+17/-44)
chrome/linux/browser/sanitizeDialog.css (+103/-0)
chrome/linux/browser/searchbar.css (+10/-5)
install.rdf (+4/-4)
To merge this branch: bzr merge lp:~ripps818/dusttheme-firefox/dustfox-cold
Reviewer Review Type Date Requested Status
dusttheme-dev Pending
Review via email: mp+48471@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

21. By Taylor LeMasurier-Wren <ripps@ripps-desktop>

Fix selection color in urlbar (#402660) (merged form dustfox-0.2)

20. By Taylor LeMasurier-Wren <ripps@ripps-desktop>

sync with dustfox 0.2.1

19. By Taylor LeMasurier-Wren <ripps@ripps-desktop>

synced with dustfox 0.2

18. By Taylor LeMasurier-Wren <ripps@ripps-desktop>

Intial commit of dustfox-cold

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2008-09-21 15:32:47 +0000
3+++ Makefile 2011-02-03 13:52:58 +0000
4@@ -1,6 +1,6 @@
5 .PHONY: help all package
6-OUTFILE=dustfox-${VERSION}.xpi
7-VERSION=0.1.$(shell date +%Y%m%d)
8+OUTFILE=dustfoxcold-${VERSION}.xpi
9+VERSION=0.2.1.$(shell date +%Y%m%d)
10 VERSIONSTRING=em:version>${VERSION}<\/em:version>
11
12 all: package
13@@ -8,4 +8,4 @@
14 package:
15 if [ -f ${OUTFILE} ]; then rm ${OUTFILE}; fi
16 sed 's/\<em:version.*$$/${VERSIONSTRING}/g' install.rdf > install.rdf.new && cat install.rdf.new > install.rdf && rm install.rdf.new
17- zip -9 -r "${OUTFILE}" * -x Makefile -x *.xpi -x README > /dev/null
18\ No newline at end of file
19+ zip -9 -r "${OUTFILE}" * -x Makefile -x *.xpi -x README > /dev/null
20
21=== modified file 'README'
22--- README 2008-09-21 14:33:58 +0000
23+++ README 2011-02-03 13:52:58 +0000
24@@ -8,4 +8,4 @@
25 This way you can work on the theme while it's installed. Simply make sure that
26 the following folder points to this same folder (the same folder with install.rdf):
27
28- ~/.mozilla/firefox/PROFILENAME/extensions/dustfox@ambiescent.com
29\ No newline at end of file
30+ ~/.mozilla/firefox/PROFILENAME/extensions/dustfoxcold@ambiescent.com
31
32=== modified file 'chrome.manifest'
33--- chrome.manifest 2008-09-21 14:33:58 +0000
34+++ chrome.manifest 2011-02-03 13:52:58 +0000
35@@ -1,14 +1,14 @@
36-skin browser Dustfox chrome/linux/browser/
37-skin communicator Dustfox chrome/linux/communicator/
38-
39-skin global Dustfox chrome/osx/global/ os=Darwin
40-skin help Dustfox chrome/osx/help/ os=Darwin
41-skin mozapps Dustfox chrome/osx/mozapps/ os=Darwin
42-skin browser Dustfox chrome/osx/browser/ os=Darwin
43-skin communicator Dustfox chrome/osx/communicator/ os=Darwin
44-
45-skin global Dustfox chrome/windows/global/ os=WINNT
46-skin help Dustfox chrome/windows/help/ os=WINNT
47-skin mozapps Dustfox chrome/windows/mozapps/ os=WINNT
48-skin browser Dustfox chrome/windows/browser/ os=WINNT
49-skin communicator Dustfox chrome/windows/communicator/ os=WINNT
50+skin browser DustfoxCold chrome/linux/browser/
51+skin communicator DustfoxCold chrome/linux/communicator/
52+
53+skin global DustfoxCold chrome/osx/global/ os=Darwin
54+skin help DustfoxCold chrome/osx/help/ os=Darwin
55+skin mozapps DustfoxCold chrome/osx/mozapps/ os=Darwin
56+skin browser DustfoxCold chrome/osx/browser/ os=Darwin
57+skin communicator DustfoxCold chrome/osx/communicator/ os=Darwin
58+
59+skin global DustfoxCold chrome/windows/global/ os=WINNT
60+skin help DustfoxCold chrome/windows/help/ os=WINNT
61+skin mozapps DustfoxCold chrome/windows/mozapps/ os=WINNT
62+skin browser DustfoxCold chrome/windows/browser/ os=WINNT
63+skin communicator DustfoxCold chrome/windows/communicator/ os=WINNT
64
65=== removed file 'chrome/.DS_Store'
66Binary files chrome/.DS_Store 2008-09-21 14:33:58 +0000 and chrome/.DS_Store 1970-01-01 00:00:00 +0000 differ
67=== removed file 'chrome/linux/.DS_Store'
68Binary files chrome/linux/.DS_Store 2008-09-21 14:33:58 +0000 and chrome/linux/.DS_Store 1970-01-01 00:00:00 +0000 differ
69=== removed file 'chrome/linux/browser/.DS_Store'
70Binary files chrome/linux/browser/.DS_Store 2008-09-21 14:33:58 +0000 and chrome/linux/browser/.DS_Store 1970-01-01 00:00:00 +0000 differ
71=== added file 'chrome/linux/browser/Geo.png'
72Binary files chrome/linux/browser/Geo.png 1970-01-01 00:00:00 +0000 and chrome/linux/browser/Geo.png 2011-02-03 13:52:58 +0000 differ
73=== added file 'chrome/linux/browser/Privacy-16.png'
74Binary files chrome/linux/browser/Privacy-16.png 1970-01-01 00:00:00 +0000 and chrome/linux/browser/Privacy-16.png 2011-02-03 13:52:58 +0000 differ
75=== added file 'chrome/linux/browser/Privacy-48.png'
76Binary files chrome/linux/browser/Privacy-48.png 1970-01-01 00:00:00 +0000 and chrome/linux/browser/Privacy-48.png 2011-02-03 13:52:58 +0000 differ
77=== added file 'chrome/linux/browser/aboutCertError.css'
78--- chrome/linux/browser/aboutCertError.css 1970-01-01 00:00:00 +0000
79+++ chrome/linux/browser/aboutCertError.css 2011-02-03 13:52:58 +0000
80@@ -0,0 +1,95 @@
81+/* ***** BEGIN LICENSE BLOCK *****
82+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
83+ *
84+ * The contents of this file are subject to the Mozilla Public License Version
85+ * 1.1 (the "License"); you may not use this file except in compliance with
86+ * the License. You may obtain a copy of the License at
87+ * http://www.mozilla.org/MPL/
88+ *
89+ * Software distributed under the License is distributed on an "AS IS" basis,
90+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
91+ * for the specific language governing rights and limitations under the
92+ * License.
93+ *
94+ * The Original Code is mozilla.org code.
95+ *
96+ * The Initial Developer of the Original Code is
97+ * Mozilla Corporation.
98+ * Portions created by the Initial Developer are Copyright (C) 2008
99+ * the Initial Developer. All Rights Reserved.
100+ *
101+ * Contributor(s):
102+ * William Price <bugzilla@mob.rice.edu>
103+ * Steven Garrity <steven@silverorange.com>
104+ * Henrik Skupin <mozilla@hskupin.info>
105+ * Johnathan Nightingale <johnath@mozilla.com>
106+ *
107+ * Alternatively, the contents of this file may be used under the terms of
108+ * either the GNU General Public License Version 2 or later (the "GPL"), or
109+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
110+ * in which case the provisions of the GPL or the LGPL are applicable instead
111+ * of those above. If you wish to allow use of your version of this file only
112+ * under the terms of either the GPL or the LGPL, and not to allow others to
113+ * use your version of this file under the terms of the MPL, indicate your
114+ * decision by deleting the provisions above and replace them with the notice
115+ * and other provisions required by the GPL or the LGPL. If you do not delete
116+ * the provisions above, a recipient may use your version of this file under
117+ * the terms of any one of the MPL, the GPL or the LGPL.
118+ *
119+ * ***** END LICENSE BLOCK ***** */
120+
121+
122+html {
123+ background: -moz-Dialog;
124+}
125+
126+body {
127+ margin: 0;
128+ padding: 0 1em;
129+ color: -moz-FieldText;
130+ font: message-box;
131+}
132+
133+h1 {
134+ margin: 0 0 .6em 0;
135+ border-bottom: 1px solid ThreeDLightShadow;
136+ font-size: 160%;
137+}
138+
139+h2 {
140+ font-size: 130%;
141+}
142+
143+#errorPageContainer {
144+ position: relative;
145+ min-width: 13em;
146+ max-width: 52em;
147+ margin: 4em auto;
148+ border: 1px solid #FFBD09; /* pale yellow extracted from yellow passport icon */
149+ -moz-border-radius: 10px;
150+ padding: 3em;
151+ -moz-padding-start: 30px;
152+ background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat -moz-Field;
153+ -moz-background-origin: content;
154+}
155+
156+body[dir="rtl"] #errorPageContainer {
157+ background-position: right 0;
158+}
159+
160+#errorTitle {
161+ -moz-margin-start: 80px;
162+}
163+
164+#errorLongContent {
165+ -moz-margin-start: 80px;
166+}
167+
168+#technicalContent > h2, #expertContent > h2 {
169+ background : url("chrome://browser/skin/section_expanded.png") left 0 no-repeat;
170+}
171+
172+#technicalContent[collapsed] > h2,
173+#expertContent[collapsed] > h2{
174+ background-image: url("chrome://browser/skin/section_collapsed.png");
175+}
176
177=== added file 'chrome/linux/browser/aboutPrivateBrowsing.css'
178--- chrome/linux/browser/aboutPrivateBrowsing.css 1970-01-01 00:00:00 +0000
179+++ chrome/linux/browser/aboutPrivateBrowsing.css 2011-02-03 13:52:58 +0000
180@@ -0,0 +1,42 @@
181+
182+body.private > #errorPageContainer {
183+ background-image: url("chrome://browser/skin/Privacy-48.png");
184+}
185+
186+body.normal > #errorPageContainer {
187+ background-image: url("moz-icon://stock/gtk-dialog-question?size=dialog");
188+}
189+
190+#clearRecentHistoryDesc {
191+ margin-top: 2em;
192+}
193+
194+#clearRecentHistoryDesc > p {
195+ font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
196+}
197+
198+#startPrivateBrowsingDesc > button {
199+ -moz-margin-start: 0;
200+}
201+
202+#footerDesc > p {
203+ font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
204+}
205+
206+#moreInfo {
207+ font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
208+ -moz-padding-start: 25px;
209+ background: url("moz-icon://stock/gtk-dialog-info?size=menu") no-repeat top left;
210+}
211+
212+body[dir="rtl"] #moreInfo {
213+ background-position: top right;
214+}
215+
216+#moreInfoText {
217+ margin-bottom: 0;
218+}
219+
220+#moreInfoLinkContainer {
221+ margin-top: 0.5em;
222+}
223
224=== added file 'chrome/linux/browser/aboutSessionRestore-window-icon.png'
225Binary files chrome/linux/browser/aboutSessionRestore-window-icon.png 1970-01-01 00:00:00 +0000 and chrome/linux/browser/aboutSessionRestore-window-icon.png 2011-02-03 13:52:58 +0000 differ
226=== added file 'chrome/linux/browser/aboutSessionRestore.css'
227--- chrome/linux/browser/aboutSessionRestore.css 1970-01-01 00:00:00 +0000
228+++ chrome/linux/browser/aboutSessionRestore.css 2011-02-03 13:52:58 +0000
229@@ -0,0 +1,45 @@
230+
231+#errorPageContainer {
232+ background-image: url("moz-icon://stock/gtk-dialog-warning?size=dialog");
233+}
234+
235+#tabList {
236+ width: 100%;
237+ height: 12em;
238+}
239+
240+treechildren::-moz-tree-image(icon),
241+treechildren::-moz-tree-image(noicon) {
242+ padding-right: 2px;
243+ margin: 0px 2px;
244+ width: 16px;
245+ height: 16px;
246+}
247+
248+treechildren::-moz-tree-image(noicon) {
249+ list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
250+}
251+treechildren::-moz-tree-image(container, noicon) {
252+ list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
253+}
254+treechildren::-moz-tree-image(checked) {
255+ list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
256+}
257+treechildren::-moz-tree-image(partial) {
258+ list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
259+}
260+
261+treechildren::-moz-tree-row(alternate) {
262+ background-color: -moz-oddtreerow;
263+}
264+treechildren::-moz-tree-row(alternate, selected) {
265+ background-color: Highlight;
266+}
267+
268+#buttons {
269+ -moz-margin-start: 80px; /* same as #errorLongContent in netError.css */
270+}
271+#buttons > button {
272+ margin-top: 2em;
273+ -moz-margin-start: 5px;
274+}
275
276=== modified file 'chrome/linux/browser/bf-drop-small-down.png'
277Binary files chrome/linux/browser/bf-drop-small-down.png 2008-10-14 10:23:50 +0000 and chrome/linux/browser/bf-drop-small-down.png 2011-02-03 13:52:58 +0000 differ
278=== added file 'chrome/linux/browser/bf-drop-small-up.png'
279Binary files chrome/linux/browser/bf-drop-small-up.png 1970-01-01 00:00:00 +0000 and chrome/linux/browser/bf-drop-small-up.png 2011-02-03 13:52:58 +0000 differ
280=== modified file 'chrome/linux/browser/browser-default.css'
281--- chrome/linux/browser/browser-default.css 2008-09-21 14:33:58 +0000
282+++ chrome/linux/browser/browser-default.css 2011-02-03 13:52:58 +0000
283@@ -62,22 +62,9 @@
284 }
285
286 .bookmarks-toolbar-customize {
287- display: none;
288 max-width: 15em !important;
289 }
290
291-toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
292- display: -moz-box;
293-}
294-
295-toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items {
296- visibility: hidden;
297-}
298-
299-toolbarpaletteitem[place="toolbar"] .places-toolbar-items {
300- display: none;
301-}
302-
303 /* Bookmark menus */
304 menu.bookmark-item,
305 menuitem.bookmark-item {
306@@ -94,19 +81,6 @@
307 -moz-padding-start: 0px;
308 }
309
310-/* Bookmark panel dropdown menu items */
311-#editBMPanel_toolbarFolderItem {
312- list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
313-}
314-
315-#editBMPanel_bmRootItem {
316- list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;
317-}
318-
319-#editBMPanel_unfiledRootItem {
320- list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;
321-}
322-
323 /* Bookmark drag and drop styles */
324 .bookmark-item[dragover-into="true"] {
325 background: Highlight !important;
326@@ -191,7 +165,7 @@
327 }
328
329 #placesContext_open\:newwindow,
330-menuitem[command="cmd_newNavigator"],
331+#menu_newNavigator,
332 #context-openlink,
333 #context-openframe {
334 list-style-image: url("chrome://browser/skin/Toolbar-small.png");
335@@ -200,34 +174,46 @@
336
337 #placesContext_open\:newtab,
338 #placesContext_openContainer\:tabs,
339-menuitem[command="cmd_newNavigatorTab"],
340+#menu_newNavigatorTab,
341 #context-openlinkintab,
342 #context-openframeintab {
343 list-style-image: url("chrome://browser/skin/Toolbar-small.png");
344 -moz-image-region: rect(0px 64px 16px 48px);
345 }
346
347-menuitem[command="Browser:OpenFile"] {
348+#menu_openFile {
349 list-style-image: url("moz-icon://stock/gtk-open?size=menu");
350 }
351
352 #menu_close {
353- list-style-image: url("moz-icon://stock/gtk-close?size=menu");
354-}
355-
356-menuitem[command="Browser:SavePage"],
357+ /*XXX Avoiding size=menu as some themes (e.g. Human) don't provide the icon
358+ at 16*16px (bug 426930), and upscaled images are ugly (bug 422179). */
359+ list-style-image: url("moz-icon://stock/gtk-close?size=toolbar");
360+}
361+
362+#context-media-play {
363+ list-style-image: url("moz-icon://stock/gtk-media-play?size=menu");
364+}
365+
366+#context-media-pause {
367+ list-style-image: url("moz-icon://stock/gtk-media-pause?size=menu");
368+}
369+
370+#menu_savePage,
371 #context-savelink,
372 #context-saveimage,
373+#context-savevideo,
374+#context-saveaudio,
375 #context-savepage,
376 #context-saveframe {
377 list-style-image: url("moz-icon://stock/gtk-save-as?size=menu");
378 }
379
380-menuitem[command="cmd_printPreview"] {
381+#menu_printPreview {
382 list-style-image: url("moz-icon://stock/gtk-print-preview?size=menu");
383 }
384
385-menuitem[command="cmd_print"],
386+#menu_print,
387 #context-printframe {
388 list-style-image: url("moz-icon://stock/gtk-print?size=menu");
389 }
390@@ -236,68 +222,81 @@
391 list-style-image: url("moz-icon://stock/gtk-quit?size=menu");
392 }
393
394-menuitem[command="cmd_undo"],
395+#menu_undo,
396 #context-undo {
397 list-style-image: url("moz-icon://stock/gtk-undo?size=menu");
398 }
399
400-menuitem[command="cmd_undo"][disabled],
401+#menu_undo[disabled],
402 #context-undo[disabled] {
403 list-style-image: url("moz-icon://stock/gtk-undo?size=menu&state=disabled");
404 }
405
406-menuitem[command="cmd_redo"] {
407+#menu_redo {
408 list-style-image: url("moz-icon://stock/gtk-redo?size=menu");
409 }
410
411-menuitem[command="cmd_redo"][disabled] {
412+#menu_redo[disabled] {
413 list-style-image: url("moz-icon://stock/gtk-redo?size=menu&state=disabled");
414 }
415
416-menuitem[command="cmd_cut"],
417+#menu_cut,
418+#placesContext_cut,
419 #context-cut {
420 list-style-image: url("moz-icon://stock/gtk-cut?size=menu");
421 }
422
423-menuitem[command="cmd_cut"][disabled],
424+#menu_cut[disabled],
425+#placesContext_cut[disabled],
426 #context-cut[disabled] {
427 list-style-image: url("moz-icon://stock/gtk-cut?size=menu&state=disabled");
428 }
429
430-menuitem[command="cmd_copy"],
431+#menu_copy,
432+#placesContext_copy,
433 #context-copy,
434 #context-copyimage,
435+#context-copyvideourl,
436+#context-copyaudiourl,
437 #context-copylink,
438 #context-copyemail {
439 list-style-image: url("moz-icon://stock/gtk-copy?size=menu");
440 }
441
442-menuitem[command="cmd_copy"][disabled],
443+#menu_copy[disabled],
444+#placesContext_copy[disabled],
445 #context-copy[disabled] {
446 list-style-image: url("moz-icon://stock/gtk-copy?size=menu&state=disabled");
447 }
448
449-menuitem[command="cmd_paste"],
450+#menu_paste,
451+#placesContext_paste,
452 #context-paste {
453 list-style-image: url("moz-icon://stock/gtk-paste?size=menu");
454 }
455
456-menuitem[command="cmd_paste"][disabled],
457+#menu_paste[disabled],
458+#placesContext_paste[disabled],
459 #context-paste[disabled] {
460 list-style-image: url("moz-icon://stock/gtk-paste?size=menu&state=disabled");
461 }
462
463-menuitem[command="cmd_delete"],
464+#menu_delete,
465+#placesContext_delete,
466+#placesContext_delete_history,
467 #context-delete {
468 list-style-image: url("moz-icon://stock/gtk-delete?size=menu");
469 }
470
471-menuitem[command="cmd_delete"][disabled],
472+#menu_delete[disabled],
473+#placesContext_delete[disabled],
474+#placesContext_delete_history[disabled],
475 #context-delete[disabled] {
476 list-style-image: url("moz-icon://stock/gtk-delete?size=menu&state=disabled");
477 }
478
479-menuitem[command="cmd_selectAll"] {
480+#menu_selectAll,
481+#context-selectall {
482 list-style-image: url("moz-icon://stock/gtk-select-all?size=menu");
483 }
484
485@@ -313,77 +312,77 @@
486 list-style-image: url("moz-icon://stock/gtk-preferences?size=menu");
487 }
488
489-menuitem[command="Browser:Stop"],
490+#menu_stop,
491 #context-stop {
492 list-style-image: url("moz-icon://stock/gtk-stop?size=menu");
493 }
494
495-menuitem[command="Browser:Stop"][disabled],
496+#menu_stop[disabled],
497 #context-stop[disabled] {
498 list-style-image: url("moz-icon://stock/gtk-stop?size=menu&state=disabled");
499 }
500
501+#menu_reload,
502 #placesContext_reload,
503 #placesContext_reloadMicrosummary,
504-menuitem[command="Browser:Reload"],
505 #context-reload,
506 #context-reloadframe {
507 list-style-image: url("moz-icon://stock/gtk-refresh?size=menu");
508 }
509
510-menuitem[command="Browser:Reload"][disabled],
511+#menu_reload[disabled],
512 #context-reload[disabled] {
513 list-style-image: url("moz-icon://stock/gtk-refresh?size=menu&state=disabled");
514 }
515
516-menuitem[command="cmd_fullZoomEnlarge"] {
517+#menu_zoomEnlarge {
518 list-style-image: url("moz-icon://stock/gtk-zoom-in?size=menu");
519 }
520
521-menuitem[command="cmd_fullZoomReduce"] {
522+#menu_zoomReduce {
523 list-style-image: url("moz-icon://stock/gtk-zoom-out?size=menu");
524 }
525
526-menuitem[command="cmd_fullZoomReset"] {
527+#menu_zoomReset {
528 list-style-image: url("moz-icon://stock/gtk-zoom-100?size=menu");
529 }
530
531-menuitem[key="goBackKb"],
532+#historyMenuBack,
533 #context-back {
534 list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu");
535 }
536
537-menuitem[key="goBackKb"][disabled],
538+#historyMenuBack[disabled],
539 #context-back[disabled] {
540 list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=menu&state=disabled");
541 }
542
543-menuitem[key="goBackKb"][chromedir="rtl"],
544+#historyMenuBack[chromedir="rtl"],
545 #context-back[chromedir="rtl"] {
546 list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu");
547 }
548
549-menuitem[key="goBackKb"][disabled][chromedir="rtl"],
550+#historyMenuBack[disabled][chromedir="rtl"],
551 #context-back[disabled][chromedir="rtl"] {
552 list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=menu&state=disabled");
553 }
554
555-menuitem[key="goForwardKb"],
556+#historyMenuForward,
557 #context-forward {
558 list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu");
559 }
560
561-menuitem[key="goForwardKb"][disabled],
562+#historyMenuForward[disabled],
563 #context-forward[disabled] {
564 list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=menu&state=disabled");
565 }
566
567-menuitem[key="goForwardKb"][chromedir="rtl"],
568+#historyMenuForward[chromedir="rtl"],
569 #context-forward[chromedir="rtl"] {
570 list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu");
571 }
572
573-menuitem[key="goForwardKb"][disabled][chromedir="rtl"],
574+#historyMenuForward[disabled][chromedir="rtl"],
575 #context-forward[disabled][chromedir="rtl"] {
576 list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=menu&state=disabled");
577 }
578@@ -392,12 +391,12 @@
579 list-style-image: url("moz-icon://stock/gtk-home?size=menu");
580 }
581
582-menuitem[command="Browser:ShowAllHistory"] {
583+#menu_showAllHistory {
584 list-style-image: url("chrome://browser/skin/Toolbar-small.png");
585 -moz-image-region: rect(0px 32px 16px 16px);
586 }
587
588-menuitem[command="Browser:ShowAllBookmarks"] {
589+#bookmarksShowAll {
590 list-style-image: url("chrome://browser/skin/Toolbar-small.png");
591 -moz-image-region: rect(0px 48px 16px 32px);
592 }
593@@ -411,7 +410,7 @@
594 -moz-image-region: rect(0px 16px 16px 0px);
595 }
596
597-menuitem[command="View:PageInfo"],
598+#menu_pageInfo,
599 #context-viewinfo,
600 #context-viewframeinfo {
601 list-style-image: url("moz-icon://stock/gtk-info?size=menu");
602@@ -426,7 +425,7 @@
603 list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
604 }
605
606-menuitem[key="key_openHelp"] {
607+#menu_openHelp {
608 list-style-image: url("moz-icon://stock/gtk-help?size=menu");
609 }
610
611@@ -743,6 +742,17 @@
612 #urlbar {
613 width: 7em;
614 min-width: 7em;
615+ -moz-appearance: textfield;
616+}
617+
618+#urlbar > .autocomplete-textbox-container {
619+ -moz-appearance: none;
620+ /* keep the URL bar content LTR */
621+ direction: ltr;
622+}
623+
624+#urlbar > .autocomplete-history-dropmarker {
625+ -moz-appearance: toolbarbutton-dropdown;
626 }
627
628 #urlbar-container {
629@@ -760,11 +770,6 @@
630 cursor: pointer;
631 }
632
633-#urlbar[pageproxystate="invalid"] > #urlbar-icons > :not(#go-button) ,
634-#urlbar[pageproxystate="valid"] > #urlbar-icons > #go-button {
635- visibility: collapse;
636-}
637-
638 #urlbar-search-splitter {
639 -moz-appearance: none;
640 width: 8px;
641@@ -776,23 +781,11 @@
642 -moz-margin-start: 0;
643 }
644
645-#wrapper-urlbar-container #urlbar {
646- -moz-user-input: disabled;
647- cursor: -moz-grab;
648-}
649-
650-#wrapper-urlbar-container #urlbar > .autocomplete-textbox-container {
651- -moz-appearance: textfield;
652-}
653-
654 #wrapper-urlbar-container #urlbar > .autocomplete-history-dropmarker {
655 display: none;
656 }
657
658-#PopupAutoComplete {
659- direction: ltr !important;
660-}
661-
662+#PopupAutoComplete,
663 #PopupAutoCompleteRichResult {
664 direction: ltr !important;
665 }
666@@ -839,10 +832,23 @@
667 -moz-border-end: 1px solid ThreeDShadow;
668 }
669
670+#identity-box[chromedir="rtl"] {
671+ -moz-border-start: 1px solid ThreeDShadow;
672+}
673+
674 #identity-box:focus {
675 outline: 1px dotted -moz-DialogText;
676 }
677
678+#identity-box:hover > hbox {
679+ background-color: rgba(255, 255, 255, .2);
680+}
681+
682+#identity-box:hover:active > hbox,
683+#identity-box[open="true"] > hbox {
684+ background-color: rgba(0, 0, 0, .1);
685+}
686+
687 #identity-icon-label {
688 padding: 0 2px;
689 margin: 0;
690@@ -852,12 +858,12 @@
691 display: none;
692 }
693
694-#identity-box.verifiedDomain > hbox {
695+#identity-box.verifiedDomain {
696 background-color: rgba(30, 80, 170, 0.7);
697 color: white;
698 }
699
700-#identity-box.verifiedIdentity > hbox {
701+#identity-box.verifiedIdentity {
702 background-color: rgba(50, 150, 50, 0.8);
703 color: white;
704 }
705@@ -930,28 +936,6 @@
706 padding: 10px;
707 }
708
709-#urlbar > .autocomplete-textbox-container {
710- -moz-binding: url(chrome://browser/skin/browser.xml#autocomplete-security-wrapper);
711-}
712-
713-#autocomplete-security-wrapper {
714- /* keep the URL bar content LTR */
715- direction: ltr;
716- -moz-box-align: stretch;
717- /* cover the white gap between the text field and the drop down button */
718- margin-right: -3px;
719-}
720-
721-#urlbar[chromedir="rtl"] > .autocomplete-textbox-container > #autocomplete-security-wrapper {
722- margin-right: 0px;
723- margin-left: -3px;
724-}
725-
726-#wrapper-urlbar-container #urlbar >
727-.autocomplete-textbox-container > #autocomplete-security-wrapper {
728- margin: 0px;
729-}
730-
731 /* Feed icon */
732 #feed-button,
733 #feed-button > .button-box,
734@@ -962,27 +946,17 @@
735 background-color: transparent;
736 }
737
738-#feed-button > hbox > .button-menu-dropmarker,
739-#feed-button > hbox > .button-text {
740+#feed-button > .button-box > .button-menu-dropmarker {
741 display: none;
742 }
743
744 #feed-button {
745- -moz-binding: url("chrome://global/content/bindings/button.xml#menu");
746 -moz-appearance: none;
747 min-width: 0px;
748 margin-right: 1px !important;
749-}
750-
751-#feed-button[feeds] {
752 list-style-image: url("chrome://browser/skin/page-livemarks.png");
753 }
754
755-/* Autocomplete */
756-#urlbar .autocomplete-textbox-container {
757- -moz-box-align: stretch;
758-}
759-
760 #treecolAutoCompleteImage {
761 max-width : 36px;
762 }
763@@ -994,6 +968,13 @@
764 height: 16px;
765 }
766
767+.ac-result-type-keyword,
768+.autocomplete-treebody::-moz-tree-image(keyword, treecolAutoCompleteImage) {
769+ list-style-image: url(chrome://browser/skin/Search-glass.png);
770+ width: 16px;
771+ height: 16px;
772+}
773+
774 .ac-result-type-tag,
775 .autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) {
776 list-style-image: url("chrome://browser/skin/places/tag.png");
777@@ -1010,7 +991,7 @@
778 }
779
780 .ac-url-text {
781- color: GrayText;
782+ color: -moz-nativehyperlinktext;
783 }
784
785 .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
786@@ -1066,6 +1047,16 @@
787 font-size: 130%;
788 }
789
790+#editBookmarkPanelHeader,
791+#editBookmarkPanelContent {
792+ margin-bottom: .5em;
793+}
794+
795+/* Implements editBookmarkPanel resizing on folderTree un-collapse. */
796+#editBMPanel_folderTree {
797+ min-width: 27em;
798+}
799+
800 /* Content area */
801 #sidebar {
802 background-color: Window;
803@@ -1080,21 +1071,17 @@
804 }
805
806 #security-button {
807- list-style-image: none;
808 min-width: 20px;
809 -moz-box-direction: reverse;
810- display: none;
811 }
812
813 #security-button[level="high"],
814 #security-button[level="low"] {
815 list-style-image: url("chrome://browser/skin/Secure.png");
816- display: -moz-box;
817 }
818
819 #security-button[level="broken"] {
820 list-style-image: url("chrome://browser/skin/Security-broken.png");
821- display: -moz-box;
822 }
823
824 /* XXXsw prevent margins of a value-less label from shifting the image */
825@@ -1103,25 +1090,15 @@
826 }
827
828 #page-report-button {
829- list-style-image: none;
830 width: 20px;
831- display: none;
832-}
833-
834-#page-report-button[blocked] {
835 list-style-image: url("chrome://browser/skin/Info.png");
836- display: -moz-box;
837 }
838
839 /* Throbber */
840 #navigator-throbber {
841- -moz-appearance: none;
842- -moz-user-focus: ignore;
843- margin: 0 !important;
844- border: none !important;
845- padding: 0px !important;
846- min-width: 0;
847- background-color: transparent;
848+ width: 16px;
849+ min-height: 16px;
850+ margin: 0 3px;
851 list-style-image: url("chrome://global/skin/icons/notloading_16.png");
852 }
853
854@@ -1129,20 +1106,6 @@
855 list-style-image: url("chrome://global/skin/icons/loading_16.png");
856 }
857
858-#navigator-throbber > hbox {
859- border-top: 0px;
860- border-bottom: 0px;
861- padding-bottom: 1px;
862-}
863-
864-toolbar[mode="text"] #navigator-throbber,
865-toolbar[iconsize="small"] #navigator-throbber {
866- list-style-image: url("chrome://global/skin/icons/notloading_16.png");
867-}
868-toolbar[mode="text"] #navigator-throbber[busy="true"],
869-toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
870- list-style-image: url("chrome://global/skin/icons/loading_16.png");
871-}
872
873 tabpanels {
874 -moz-appearance: none;
875@@ -1202,7 +1165,9 @@
876 }
877
878 #context_closeTab {
879- list-style-image: url("moz-icon://stock/gtk-close?size=menu");
880+ /*XXX Avoiding size=menu as some themes (e.g. Human) don't provide the icon
881+ at 16*16px (bug 426930), and upscaled images are ugly (bug 422179). */
882+ list-style-image: url("moz-icon://stock/gtk-close?size=toolbar");
883 }
884
885 /* tabbrowser-tab focus ring */
886@@ -1255,14 +1220,31 @@
887 outline: none !important;
888 }
889
890+/* Tabstrip new tab button */
891+.tabs-newtab-button {
892+ list-style-image: url("moz-icon://stock/gtk-add?size=menu");
893+ border: none;
894+ margin-bottom: 1px;
895+}
896+
897+.tabbrowser-arrowscrollbox > .tabs-newtab-button {
898+ width: 32px;
899+}
900+
901+.tabs-newtab-button > .toolbarbutton-icon {
902+ margin-top: -2px;
903+ margin-bottom: -2px;
904+}
905+
906 /* Tabstrip close button */
907 .tabs-closebutton {
908 list-style-image: url("moz-icon://stock/gtk-close?size=menu");
909 border: none;
910+ margin-bottom: 1px;
911 }
912
913 .tabs-closebutton > .toolbarbutton-icon {
914- margin: -3px !important;
915+ margin: 0;
916 }
917
918 /* Tabbrowser arrowscrollbox arrows */
919@@ -1295,10 +1277,19 @@
920 list-style-image: url("chrome://global/skin/icons/loading_16.png");
921 }
922
923+.tabs-alltabs-button {
924+ margin-bottom: 1px;
925+}
926+
927+.tabs-alltabs-button > .toolbarbutton-menu-dropmarker {
928+ margin-bottom: -1px;
929+}
930+
931 .tabs-alltabs-button > .toolbarbutton-icon {
932- margin: 0px;
933+ display: none;
934 }
935
936+
937 /* Sidebar */
938 #sidebar-box .tabs-closebutton {
939 margin-bottom: 0px !important;
940@@ -1318,14 +1309,15 @@
941 list-style-image: url("chrome://global/skin/toolbar/chevron-rtl.gif") !important;
942 }
943
944-toolbarbutton.chevron > .toolbarbutton-text {
945- display: none; /* hide chevron label */
946-}
947-
948+toolbarbutton.chevron > .toolbarbutton-text,
949 toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
950 display: none;
951 }
952
953+toolbarbutton.chevron > .toolbarbutton-icon {
954+ margin: 0;
955+}
956+
957 toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
958 display: -moz-box; /* display chevron icon in text mode */
959 }
960@@ -1351,3 +1343,4 @@
961 list-style-image: url("chrome://browser/skin/Toolbar-small.png");
962 -moz-image-region: rect(0px 16px 16px 0px);
963 }
964+
965
966=== modified file 'chrome/linux/browser/browser-dust.css'
967--- chrome/linux/browser/browser-dust.css 2009-04-15 02:38:11 +0000
968+++ chrome/linux/browser/browser-dust.css 2011-02-03 13:52:58 +0000
969@@ -1,45 +1,64 @@
970 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
971 @namespace html url("http://www.w3.org/1999/xhtml");
972
973-toolbarseparator {
974- /* -moz-appearance: none; */
975- opacity: 0.2;
976- width: 1px;
977- margin: 3px 4px 3px 4px;
978- border: 0;
979- padding: 0px;
980-}
981-
982-#urlbar > #urlbar-icons
983- { background: none; }
984-
985-/* Not sure what this is :o */
986-.tabs-bottom
987- { display: none; }
988-
989-*.tabbrowser-tabs
990-{
991- -moz-appearance: none;
992- margin-top:0px;
993- padding-top: 0px;
994- padding-bottom: 0px;
995- padding-left: 0px;
996- background-image: none;
997- background-color: #73726d;
998-
999-.tabbrowser-tabs
1000- { padding-bottom: 0; }
1001-
1002-}
1003-
1004-/* No focus rings */
1005-.tabbrowser-tab:focus > .tab-image-middle > .tab-text
1006- { border: 0; }
1007-
1008-.tab-icon-image
1009-{
1010- margin-left: 0px;
1011- margin-right: 4px;
1012+/*All labels in menus should have white text.*/
1013+panel *:not(button) > * > label, popup *:not(button) > * > label, #identity-popup-container{
1014+ color: MenuText;
1015+}
1016+
1017+/*Fix selected bg color in urlbar*/
1018+#urlbar[focused="true"]{
1019+ background: #ffffff !important;
1020+}
1021+
1022+/*
1023+ * Autocomplete
1024+ */
1025+
1026+/* List items */
1027+#PopupAutoCompleteRichResult .autocomplete-richlistitem
1028+{
1029+ background: #f8fafa;
1030+ border-bottom: solid 1px #ddd;
1031+}
1032+
1033+/* Selected item: background */
1034+#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"]
1035+{
1036+ background: Highlight;
1037+}
1038+
1039+/* Selected item: text color */
1040+#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"],
1041+#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] *
1042+ { color: HighlightText; }
1043+
1044+/* Page title */
1045+.ac-title
1046+ { color: #333; font-weight: bold; }
1047+
1048+/* URL Text */
1049+#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] .ac-url-text,
1050+.ac-url-text
1051+ { color: #888; }
1052+
1053+/* Tabbrowser arrowscrollbox arrows */
1054+.tabbrowser-arrowscrollbox > .scrollbutton-up {
1055+ -moz-appearance:none;
1056+ list-style-image:url(bf-drop-small-left.png);
1057+}
1058+
1059+.tabbrowser-arrowscrollbox > .scrollbutton-down {
1060+ -moz-appearance:none;
1061+ list-style-image:url(bf-drop-small-right.png);
1062+}
1063+
1064+/*What about their insensitive counterparts?*/
1065+
1066+/* All tabs button */
1067+.tabs-alltabs-button {
1068+ background:url(bf-drop-small-down.png) no-repeat center;
1069+ margin-right: 5px;
1070 }
1071
1072 /* Icons for inactive and active tabs */
1073@@ -50,7 +69,7 @@
1074 #content .tabs-container
1075 {
1076 -moz-appearance: none;
1077- background: #6a655c url("dust-tabs-container.png") repeat-x;
1078+ background: #5c656a url("dust-tabs-container.png") repeat-x;
1079 padding-left: 4px;
1080 color: #aaa;
1081 }
1082@@ -77,59 +96,35 @@
1083 -moz-border-radius-topright: 0px;
1084
1085 background: url(dust-tabs-container.png) repeat-x;
1086- background-color: #9E9591; color: #111;
1087+ background-color: #91959E; color: #111;
1088
1089 }
1090
1091-/* Inactive */
1092+/* Inactive tab */
1093 #content .tabbrowser-tab:not([selected="true"])
1094 {
1095- -moz-border-right-colors: rgba(0, 0, 0, 0.3) rgba(255, 255, 240, 0.1);
1096+ -moz-border-right-colors: rgba(0, 0, 0, 0.3) rgba(240, 255, 255, 0.1);
1097 -moz-border-left-colors: transparent;
1098 }
1099
1100 /* Leftmost inactive tab */
1101 #content .tabbrowser-tab:not([selected="true"]):first-child
1102 {
1103- -moz-border-left-colors: rgba(0, 0, 0, 0.3) rgba(255, 255, 240, 0.2);
1104+ -moz-border-left-colors: rgba(0, 0, 0, 0.3) rgba(240, 255, 255, 0.2);
1105 }
1106
1107-/* Active */
1108+/* Active tab */
1109 .tabbrowser-tab[selected="true"]
1110 {
1111 -moz-appearance: none;
1112 -moz-border-left-colors: rgba(0, 0, 0, 0.1) rgba(155,155,155, 0.2);
1113 -moz-border-bottom-colors: rgba(0, 0, 0, 0.1) rgba(155,155,155, 0.2);
1114 -moz-border-right-colors: rgba(0, 0, 0, 0.1) rgba(155,155,155, 0.2);
1115- background: #22211F url(dust-tab-active.png) left bottom repeat-x;
1116- color: #D9D4CC;
1117+ background: #1F2122 url(dust-tab-active.png) left bottom repeat-x;
1118+ color: #CCD4D9;
1119 font-weight: bold;
1120 }
1121
1122-/* Toolbar buttons */
1123-toolbarbutton
1124-{
1125- -moz-appearance: none;
1126- border: 0;
1127-}
1128-
1129-toolbarbutton:hover, toolbarbutton[buttonover="true"]
1130-{
1131- -moz-appearance: none;
1132- border: 0;
1133- border-bottom-style: none;
1134- border-bottom-color: transparent;
1135-
1136-}
1137-
1138-/* White menu color */
1139-toolbarbutton, toolbarbutton[type="menu"]
1140-{
1141- -moz-appearance: none;
1142- color: #333 !important;
1143-}
1144-
1145-
1146 /*
1147 * Tab close button
1148 */
1149@@ -152,10 +147,10 @@
1150 .tabbrowser-tab[selected="true"] > .tab-close-button
1151 { opacity: 1.0; list-style-image: url(dust-tab-close-active.png); }
1152
1153-/* Active tab close button hover - not working? */
1154+/* Active tab close button hover */
1155 .tabbrowser-tab[selected="true"] > .tab-close-button:hover
1156- { opacity: 1.0; list-style-image: url(dust-tab-close--active-hover.png); }
1157- /*Misspelt?*/
1158+ { opacity: 1.0; list-style-image: url(dust-tab-close-active-hover.png); }
1159+
1160
1161 /*
1162 * Navigation toolbar
1163@@ -165,7 +160,7 @@
1164 {
1165 -moz-appearance: none;
1166 /* Toolbar_o.png */
1167- background: #23211F url(dust-toolbar.png) repeat-x;
1168+ background: #1F2123 url(dust-toolbar.png) repeat-x;
1169 }
1170
1171 /* Cancel for menubar */
1172@@ -178,16 +173,16 @@
1173 #nav-bar toolbarbutton
1174 {
1175 opacity: 1; border: solid 2px transparent;
1176- color: #D9D4CC !important;
1177+ color: #CCD4D9 !important;
1178 }
1179 #nav-bar toolbarbutton:hover:not([disabled="true"]):not(#back-forward-dropmarker)
1180 {
1181 opacity: 1.0;
1182- background: rgba(255,255,240,0.05); -moz-border-radius: 5px;
1183- -moz-border-top-colors: rgba(0,0,0,0.3) rgba(255,255,240,0.08);
1184- -moz-border-left-colors: rgba(0,0,0,0.3) rgba(255,255,240,0.08);
1185- -moz-border-bottom-colors: rgba(0,0,0,0.3) rgba(255,255,240,0.08);
1186- -moz-border-right-colors: rgba(0,0,0,0.3) rgba(255,255,240,0.08);
1187+ background: rgba(240,255,255,0.05); -moz-border-radius: 5px;
1188+ -moz-border-top-colors: rgba(0,0,0,0.3) rgba(240,255,255,0.08);
1189+ -moz-border-left-colors: rgba(0,0,0,0.3) rgba(240,255,255,0.08);
1190+ -moz-border-bottom-colors: rgba(0,0,0,0.3) rgba(240,255,255,0.08);
1191+ -moz-border-right-colors: rgba(0,0,0,0.3) rgba(240,255,255,0.08);
1192 }
1193
1194 #nav-bar
1195@@ -204,16 +199,16 @@
1196 /* Bookmarks toolbar button */
1197 #navigator-toolbox .chromeclass-directories toolbarbutton
1198 {
1199- background: rgba(255,255,240,0.00); margin: 2px 0px;
1200+ background: rgba(240,255,255,0.00); margin: 2px 0px;
1201 -moz-border-radius: 5px;
1202- border: solid 2px rgba(0,0,0,0);
1203- color: #D9D4CC !important;
1204+ border: solid 2px rgba(0,0,0,0) !important;
1205+ color: #CCD4D9 !important;
1206 }
1207
1208 /* Bookmarks toolbar button hover */
1209-#navigator-toolbox .chromeclass-directories toolbarbutton:hover
1210+#navigator-toolbox .chromeclass-directories toolbarbutton:hover, .tabs-newtab-button:hover
1211 {
1212- background: rgba(255,255,240,0.1);
1213+ background: rgba(240,255,255,0.1);
1214 -moz-border-left-colors: rgba(0, 0, 0, 0.3) rgba(155,155,155, 0.1);
1215 -moz-border-top-colors: rgba(0, 0, 0, 0.3) rgba(155,155,155, 0.1);
1216 -moz-border-bottom-colors: rgba(0, 0, 0, 0.3) rgba(155,155,155, 0.1);
1217@@ -221,9 +216,10 @@
1218 }
1219
1220 /* Bookmarks button active state FIXME: doesn't work*/
1221-#bookmarks-button:active
1222+#bookmarks-button:["pressed=true"]
1223 {
1224- background: rgba(255,255,240,0.3) !important;
1225+ -moz-appearance: none;
1226+ background: rgba(240,255,255,0.3) !important;
1227 -moz-border-left-colors: rgba(0, 0, 0, 0.3) rgba(155,155,155, 0.5);
1228 -moz-border-top-colors: rgba(0, 0, 0, 0.3) rgba(155,155,155, 0.5);
1229 -moz-border-bottom-colors: rgba(0, 0, 0, 0.3) rgba(155,155,155, 0.5);
1230@@ -231,74 +227,58 @@
1231 }
1232
1233
1234-/*All labels in menus should have white text.*/
1235-panel *:not(button) > * > label, popup *:not(button) > * > label, #identity-popup-container{
1236- color: MenuText;
1237+/* Toolbar buttons */
1238+toolbarbutton
1239+{
1240+ -moz-appearance: none;
1241+ border: 0;
1242 }
1243
1244-/*
1245- * Autocomplete
1246- */
1247+toolbarbutton:hover, toolbarbutton[buttonover="true"], toolbarbutton:active
1248+{
1249+ -moz-appearance: none;
1250+ border: 0;
1251+ border-bottom-style: none;
1252+ border-bottom-color: transparent;
1253
1254-/* List items */
1255-#PopupAutoCompleteRichResult .autocomplete-richlistitem
1256-{
1257- background: #fafaf8;
1258- border-bottom: solid 1px #ddd;
1259-}
1260-
1261-/* Selected item: background */
1262-#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"]
1263-{
1264- background: Highlight;
1265-}
1266-
1267-/* Selected item: text color */
1268-#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"],
1269-#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] *
1270- { color: HighlightText; }
1271-
1272-/* Page title */
1273-.ac-title
1274- { color: #333; font-weight: bold; }
1275-
1276-/* URL Text */
1277-#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] .ac-url-text,
1278-.ac-url-text
1279- { color: #888; }
1280-
1281-/* Bookmarking panel */
1282-/*#editBookmarkPanel {
1283- padding: 4px;
1284- color: #ddd !important;
1285-}
1286-
1287-#identity-popup-content-box {
1288- white-space: pre-wrap;
1289- padding-left: 15px;
1290- margin: 0;
1291- color: #ddd !important;
1292-}*/
1293-
1294-/* Tabbrowser arrowscrollbox arrows */
1295-.tabbrowser-arrowscrollbox > .scrollbutton-up {
1296- -moz-appearance:none;
1297- list-style-image:url(bf-drop-small-left.png);
1298-}
1299-
1300-.tabbrowser-arrowscrollbox > .scrollbutton-down {
1301- -moz-appearance:none;
1302- list-style-image:url(bf-drop-small-right.png);
1303-}
1304-
1305-/*What about their insensitive counterparts?*/
1306-
1307-/* All tabs button FIXME Arrow doubles */
1308-.tabs-alltabs-button {
1309- -moz-appearance:none !important;
1310- background:url(bf-drop-small-down.png) no-repeat center;
1311 }
1312
1313 .toolbarbutton-text {
1314- color: #D9D4CC !important;
1315+ color: #CCD4D9 !important;
1316+}
1317+
1318+#back-forward-dropmarker:not([disabled="true"]){
1319+ background:url(bf-drop-small-down.png) no-repeat center;
1320+}
1321+
1322+.toolbarbutton-menu-dropmarker{
1323+ display:none;
1324+}
1325+
1326+#navigator-toolbox toolbarseparator
1327+{
1328+ -moz-appearance: none !important;
1329+ margin-top: 5px;
1330+ margin-bottom: 5px;
1331+ border-right:1px solid transparent;
1332+ border-left:1px dotted #555;
1333+ width:1px;
1334+}
1335+
1336+/*
1337+ Fullscreen controls
1338+*/
1339+
1340+#window-controls{
1341+ border-left: 0px;
1342+}
1343+
1344+#minimize-button {
1345+ list-style-image: url(bf-drop-small-down.png);
1346+}
1347+#restore-button {
1348+ list-style-image: url(bf-drop-small-up.png);
1349+}
1350+#close-button {
1351+ list-style-image: url(dust-tab-close-active.png);
1352 }
1353
1354=== removed file 'chrome/linux/browser/browser-round.css'
1355--- chrome/linux/browser/browser-round.css 2009-02-17 14:26:07 +0000
1356+++ chrome/linux/browser/browser-round.css 1970-01-01 00:00:00 +0000
1357@@ -1,217 +0,0 @@
1358-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
1359-@namespace html url("http://www.w3.org/1999/xhtml");
1360-
1361-
1362-/**
1363- * WellRounded
1364-**/
1365-#nav-bar textbox:not([readonly]):not(.gtb-search-box), #nav-bar menulist {
1366- -moz-appearance: none !important;
1367- border: 2px solid !important;
1368- -moz-border-top-colors: rgba(0,0,0,0.40) #ccc !important;
1369- -moz-border-bottom-colors: rgba(0,0,0,0.20) #ddd !important;
1370- -moz-border-right-colors: rgba(0,0,0,0.01) #ddd !important;
1371- -moz-border-left-colors: rgba(0,0,0,0.51) #ddd !important;
1372- -moz-border-radius: 2px !important;
1373- -moz-background-clip: padding !important;
1374-}
1375-#nav-bar textbox[focused="true"]:not(.gtb-search-box), #nav-bar menulist:focus {
1376- -moz-outline-radius: 2px !important;
1377- outline: solid 2pt !important;
1378- outline-color: highlight !important;
1379- outline-offset: -1pt !important;
1380-}
1381- #identity-box:focus {
1382- -moz-outline-radius: 2px !important;
1383- outline: solid 1pt !important;
1384- outline-color: rgba(60, 120, 240, 0.8) !important;
1385-}
1386-tab:focus label {
1387- border: none !important;
1388- outline-offset: 1pt !important;
1389-}
1390-.tabbrowser-tabs tab:focus label {
1391- padding-left: 1px !important;
1392-}
1393-tab:focus hbox {
1394- border: none !important;
1395- outline: none !important;
1396-}
1397-searchbar {
1398- min-height: 14pt !important;
1399-}
1400-searchbar textbox {
1401- padding-right: 2px !important;
1402-}
1403-#urlbar:not(:-moz-system-metric(windows-default-theme)),
1404-searchbar:not(:-moz-system-metric(windows-default-theme)) {
1405- margin-top: 1px !important;
1406- margin-bottom: 1px !important;
1407-}
1408-#urlbar, #urlbar>:not(#identity-box)>:not(dropmarker):not(progressmeter):not(.progress-bar), #urlbar>:not(#identity-box):not(#urlbar-icons), menulist dropmarker, menulist, textbox:not([readonly]), searchbar button {
1409- -moz-appearance: none !important;
1410-}
1411-#urlbar:not([level]), #urlbar:not([level])>:not(#identity-box)>:not(dropmarker):not(progressmeter):not(.progress-bar), menulist dropmarker, menulist, textbox:not([readonly]):not([level]), searchbar button {
1412- background: -moz-Field !important;
1413-}
1414-textbox:not([empty="true"]):not([disabled="true"]):not([level]), menulist:not([disabled="true"]) {
1415- color: -moz-fieldtext !important;
1416-}
1417-#urlbar :not(dropmarker):not(.progress-bar), searchbar button {
1418- -moz-border-radius: 2px !important;
1419-}
1420-menulist dropmarker {
1421- display: -moz-box !important;
1422-}
1423-menulist dropmarker *, .autocomplete-history-dropmarker * {
1424- display: none !important;
1425-}
1426-menulist dropmarker {
1427- margin-top: 1.8pt !important;
1428-}
1429-richlistbox menulist dropmarker {
1430- -moz-appearance: menulist-button !important;
1431- margin-top: -2.5pt !important;
1432- margin-bottom: -2.5pt !important;
1433- margin-right: -1pt !important;
1434-}
1435-toolbar splitter {
1436- outline: highlight 0pt solid !important;
1437- -moz-outline-radius: 3px !important;
1438- outline-offset: -10pt !important;
1439- height: 20pt !important;
1440- width: 24pt !important;
1441- border: none !important;
1442- padding: 0 !important;
1443- margin-left: -9pt !important;
1444- margin-right: -6.5pt !important;
1445-}
1446-#identity-box {
1447- padding: 0 !important;
1448- padding-right: 0.1pt !important;
1449- -moz-background-clip: border !important;
1450- margin-top: 0 !important;
1451- margin-bottom: 0 !important;
1452- margin-left: -1pt !important;
1453- border: none !important;
1454-}
1455-#identity-box>hbox {
1456- margin: -1px !important;
1457- min-width: 18px !important;
1458- border: none !important;
1459- min-height: 15px !important;
1460- background: -moz-field !important;
1461- padding-top: 0 !important;
1462- padding-bottom: 0 !important;
1463- padding-left: 1.5pt !important;
1464- padding-right: 1pt !important;
1465- margin: 0 !important;
1466-}
1467-#urlbar :not(dropmarker), searchbar * {
1468- border: none !important;
1469-}
1470-#identity-box.verifiedIdentity, #identity-box.verifiedDomain {
1471- background: rgba(0, 0, 0, 0.5) !important;
1472-}
1473-#identity-box.verifiedIdentity>hbox {
1474- background: rgba(200, 255, 200, 0.9) !important;
1475-}
1476-#identity-box.verifiedDomain>hbox {
1477- background: rgba(190,190,255,0.9) !important;
1478-}
1479-
1480-#urlbar[level]:not([level="high"]),
1481-#urlbar[level]:not([level="high"]) .autocomplete-textbox-container {
1482- background-color: rgb(253,196,196) !important;
1483- color: black !important;
1484-}
1485-#urlbar[level="high"],
1486-#urlbar[level="high"] .autocomplete-textbox-container {
1487- background-color: rgb(192,247,192) !important;
1488- background-color: rgb(253,253,196) !important;
1489- color: black !important;
1490-}
1491-#urlbar[level="high"] {
1492- background: -moz-Field !important;
1493-}
1494-
1495-/**
1496- * Uncomment the lines below to turn on alternative
1497- * appearance for the site button.
1498-**/
1499-/*
1500-#identity-box.unknownIdentity>hbox {
1501- background: rgba(255, 200, 210, 0.3) !important;
1502-}
1503-*/
1504-
1505-#identity-box.verifiedDomain label {
1506- /*display: -moz-box !important;*/
1507-}
1508-#identity-box label {
1509- margin-right: 3.1pt !important;
1510- color: black !important;
1511-}
1512-menulist dropmarker, textbox dropmarker {
1513- width: 0px !important;
1514- border-top: 6.5pt solid highlight !important;
1515- border-left: 4pt solid rgba(0, 0, 0, 0) !important;
1516- border-right: 4pt solid rgba(0, 0, 0, 0) !important;
1517- border-bottom: none !important;
1518- -moz-border-top-colors: highlight !important;
1519- -moz-border-left-colors: rgba(0, 0, 0, 0) !important;
1520- -moz-border-right-colors: rgba(0, 0, 0, 0) !important;
1521- -moz-border-bottom-colors: rgba(0, 0, 0, 0) !important;
1522- background: none !important;
1523- margin-top: 4pt !important;
1524- margin-right: 3pt !important;
1525- margin-left: 1.6pt !important;
1526- -moz-border-radius-bottomright: 2px !important;
1527-}
1528-#searchbox textbox {
1529- border: none !important;
1530- outline-offset: 4px !important;
1531- margin-right: -15px !important;
1532- padding-right: 17px !important;
1533-}
1534-spinbuttons, spinbuttons * {
1535- -moz-appearance: none !important;
1536- border: none !important;
1537- padding: 0 !important;
1538- margin-top: -0.5pt !important;
1539- margin-bottom: -0.5pt !important;
1540- background-color: rgba(0, 0, 0, 0) !important;
1541-}
1542-.textbox-input-box.numberbox-input-box {
1543- -moz-appearance: none !important;
1544- border: none !important;
1545-}
1546-.find-field-container {
1547- -moz-appearance: none !important;
1548- border: none !important;
1549- background: none !important;
1550-}
1551-.findbar-container {
1552- -moz-appearance: toolbox !important;
1553- margin-top: 1px !important;
1554-}
1555-findbar {
1556- -moz-appearance: toolbar !important;
1557- margin-bottom: -1px !important;
1558-}
1559-/* For some weird reason these don't work. */
1560-#urlbar .verifiedIdentity+stack>progressmeter>.progress-bar {
1561- background: rgba(200, 255, 200, 0.9) !important;
1562-}
1563-#urlbar .verifiedDomain+stack>progressmeter>.progress-bar {
1564- background: rgba(200, 210, 255, 0.99) !important;
1565-}
1566-
1567-.gtb-search-box {
1568- -moz-appearance: none !important;
1569- background: none !important;
1570- border: none !important;
1571-}
1572-.gtb-search-box dropmarker {
1573- display: none !important;
1574-}
1575
1576=== modified file 'chrome/linux/browser/browser.css'
1577--- chrome/linux/browser/browser.css 2008-09-21 14:33:58 +0000
1578+++ chrome/linux/browser/browser.css 2011-02-03 13:52:58 +0000
1579@@ -1,6 +1,5 @@
1580 @import url("chrome://browser/skin/browser-default.css");
1581 @import url("chrome://browser/skin/browser-dust.css");
1582-@import url("chrome://browser/skin/browser-round.css");
1583
1584 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
1585 @namespace html url("http://www.w3.org/1999/xhtml");
1586
1587=== modified file 'chrome/linux/browser/dust-shadow-top.png'
1588Binary files chrome/linux/browser/dust-shadow-top.png 2008-09-21 15:27:28 +0000 and chrome/linux/browser/dust-shadow-top.png 2011-02-03 13:52:58 +0000 differ
1589=== modified file 'chrome/linux/browser/dust-tab-active.png'
1590Binary files chrome/linux/browser/dust-tab-active.png 2008-09-21 15:27:28 +0000 and chrome/linux/browser/dust-tab-active.png 2011-02-03 13:52:58 +0000 differ
1591=== removed file 'chrome/linux/browser/dust-tab-close--active-hover.png'
1592Binary files chrome/linux/browser/dust-tab-close--active-hover.png 2008-09-21 20:21:42 +0000 and chrome/linux/browser/dust-tab-close--active-hover.png 1970-01-01 00:00:00 +0000 differ
1593=== added file 'chrome/linux/browser/dust-tab-close-active-hover.png'
1594Binary files chrome/linux/browser/dust-tab-close-active-hover.png 1970-01-01 00:00:00 +0000 and chrome/linux/browser/dust-tab-close-active-hover.png 2011-02-03 13:52:58 +0000 differ
1595=== modified file 'chrome/linux/browser/dust-tab-close-inactive-hover.png'
1596Binary files chrome/linux/browser/dust-tab-close-inactive-hover.png 2008-09-21 20:21:42 +0000 and chrome/linux/browser/dust-tab-close-inactive-hover.png 2011-02-03 13:52:58 +0000 differ
1597=== modified file 'chrome/linux/browser/dust-tab-close-inactive.png'
1598Binary files chrome/linux/browser/dust-tab-close-inactive.png 2008-09-21 20:21:42 +0000 and chrome/linux/browser/dust-tab-close-inactive.png 2011-02-03 13:52:58 +0000 differ
1599=== modified file 'chrome/linux/browser/dust-toolbar.png'
1600Binary files chrome/linux/browser/dust-toolbar.png 2008-09-21 15:27:28 +0000 and chrome/linux/browser/dust-toolbar.png 2011-02-03 13:52:58 +0000 differ
1601=== modified file 'chrome/linux/browser/engineManager.css'
1602--- chrome/linux/browser/engineManager.css 2008-09-21 14:33:58 +0000
1603+++ chrome/linux/browser/engineManager.css 2011-02-03 13:52:58 +0000
1604@@ -2,6 +2,8 @@
1605 #engineList treechildren::-moz-tree-image(engineName) {
1606 -moz-margin-end: 4px;
1607 -moz-margin-start: 1px;
1608+ width: 16px;
1609+ height: 16px;
1610 }
1611
1612 #engineList treechildren::-moz-tree-row {
1613
1614=== modified file 'chrome/linux/browser/feeds/subscribe.css'
1615--- chrome/linux/browser/feeds/subscribe.css 2008-09-21 14:33:58 +0000
1616+++ chrome/linux/browser/feeds/subscribe.css 2011-02-03 13:52:58 +0000
1617@@ -86,6 +86,10 @@
1618 -moz-padding-end: 2px;
1619 }
1620
1621+#chooseApplicationMenuItem {
1622+ list-style-image: url("moz-icon://dummy.exe?size=16");
1623+}
1624+
1625 #feedHeader[dir="rtl"] #handlersMenuList > menupopup {
1626 direction: rtl;
1627 }
1628
1629=== modified file 'chrome/linux/browser/pageInfo.css'
1630--- chrome/linux/browser/pageInfo.css 2008-09-21 14:33:58 +0000
1631+++ chrome/linux/browser/pageInfo.css 2011-02-03 13:52:58 +0000
1632@@ -86,10 +86,6 @@
1633 #generalPanel > #titletext {
1634 -moz-margin-start: 5px;
1635 }
1636-#metaTags > .groupbox-body {
1637- -moz-margin-start: 5px;
1638- -moz-margin-end: 1px;
1639-}
1640
1641 groupbox.collapsable caption .caption-icon {
1642 width: 9px;
1643@@ -115,6 +111,8 @@
1644 }
1645
1646 groupbox.treebox .groupbox-body {
1647+ -moz-margin-start: 5px;
1648+ -moz-margin-end: 1px;
1649 padding-top: 0;
1650 }
1651
1652
1653=== removed file 'chrome/linux/browser/places/.DS_Store'
1654Binary files chrome/linux/browser/places/.DS_Store 2008-09-21 14:33:58 +0000 and chrome/linux/browser/places/.DS_Store 1970-01-01 00:00:00 +0000 differ
1655=== removed file 'chrome/linux/browser/places/bookmarkProperties.css'
1656--- chrome/linux/browser/places/bookmarkProperties.css 2008-09-21 14:33:58 +0000
1657+++ chrome/linux/browser/places/bookmarkProperties.css 1970-01-01 00:00:00 +0000
1658@@ -1,68 +0,0 @@
1659-/**** folder menulist ****/
1660-.folder-icon > .menulist-label-box > .menulist-icon {
1661- width: 16px;
1662- height: 16px;
1663-}
1664-
1665-.folder-icon > .menu-iconic-left {
1666- display: -moz-box;
1667-}
1668-
1669-.folder-icon {
1670- list-style-image: url("moz-icon://stock/gtk-directory?size=menu") !important;
1671-}
1672-
1673-/**** expander ****/
1674-#expander {
1675- min-width: 0;
1676-}
1677-
1678-.up {
1679- list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
1680-}
1681-
1682-.up:hover {
1683- list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif");
1684-}
1685-
1686-.down {
1687- list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
1688-}
1689-
1690-.down:hover {
1691- list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif");
1692-}
1693-
1694-/**** name picker ****/
1695-
1696-/* Make the microsummary picker look like a regular textbox instead of
1697- * an editable menulist when no microsummaries are available.
1698- */
1699-
1700-menulist#namePicker[droppable="false"] {
1701- /* These rules come from the textbox element in textbox.css. */
1702-
1703- /* Normal editable menulists set this to "none". */
1704- -moz-appearance: textfield;
1705- cursor: text;
1706-
1707- border: 2px solid;
1708- -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
1709- -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
1710- -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
1711- -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
1712- background-color: -moz-Field;
1713- color: -moz-FieldText;
1714-}
1715-
1716-menulist#namePicker[droppable="false"] > .menulist-editable-box {
1717- /* Normal editable menulists set this to "menulist-textfield". */
1718- -moz-appearance: none;
1719- padding: 2px 2px 3px 4px;
1720-}
1721-
1722-/* Hide the drop marker and the popup when no microsummaries are available. */
1723-menulist#namePicker[droppable="false"] > .menulist-dropmarker,
1724-menulist#namePicker[droppable="false"] > menupopup {
1725- display: none;
1726-}
1727
1728=== modified file 'chrome/linux/browser/places/editBookmarkOverlay.css'
1729--- chrome/linux/browser/places/editBookmarkOverlay.css 2008-09-21 14:33:58 +0000
1730+++ chrome/linux/browser/places/editBookmarkOverlay.css 2011-02-03 13:52:58 +0000
1731@@ -18,6 +18,8 @@
1732 .expander-up,
1733 .expander-down {
1734 min-width: 0;
1735+ padding: 2px 0;
1736+ -moz-padding-start: 2px;
1737 }
1738
1739 .expander-up {
1740@@ -36,6 +38,15 @@
1741 list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif");
1742 }
1743
1744+#editBookmarkPanelContent {
1745+ min-width: 23em;
1746+}
1747+
1748+#editBMPanel_folderTree {
1749+ margin-top: 2px;
1750+ margin-bottom: 2px;
1751+}
1752+
1753 /**** name picker ****/
1754
1755 /* Make the microsummary picker look like a regular textbox instead of
1756@@ -43,29 +54,51 @@
1757 */
1758 #editBMPanel_namePicker[droppable="false"] {
1759 /* These rules come from the textbox element in textbox.css. */
1760-
1761- /* Normal editable menulists set this to "none". */
1762- -moz-appearance: textfield;
1763+ -moz-appearance: textfield; /* Normal editable menulists set this to "none". */
1764 cursor: text;
1765-
1766 border: 2px solid;
1767 -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
1768 -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
1769 -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
1770 -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
1771+ padding: 2px 2px 3px;
1772+ -moz-padding-start: 4px;
1773 background-color: -moz-Field;
1774 color: -moz-FieldText;
1775 }
1776
1777 #editBMPanel_namePicker[droppable="false"] > .menulist-editable-box {
1778- /* Normal editable menulists set this to "menulist-textfield". */
1779- -moz-appearance: none;
1780- padding: 2px 2px 3px 4px;
1781+ -moz-appearance: none; /* Normal editable menulists set this to "menulist-textfield". */
1782+ padding: 0;
1783 }
1784
1785-
1786-/* Hide the drop marker and the popup. */
1787 #editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker,
1788 #editBMPanel_namePicker[droppable="false"] > menupopup {
1789 display: none;
1790 }
1791+
1792+/* Hide the value column of the tag autocomplete popup
1793+ * leaving only the comment column visible. This is
1794+ * so that only the tag being edited is shown in the
1795+ * popup.
1796+ */
1797+#editBMPanel_tagsField #treecolAutoCompleteValue {
1798+ visibility: collapse;
1799+}
1800+
1801+
1802+/* Bookmark panel dropdown menu items */
1803+#editBMPanel_folderMenuList[selectedIndex="0"],
1804+#editBMPanel_toolbarFolderItem {
1805+ list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
1806+}
1807+
1808+#editBMPanel_folderMenuList[selectedIndex="1"],
1809+#editBMPanel_bmRootItem {
1810+ list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important;
1811+}
1812+
1813+#editBMPanel_folderMenuList[selectedIndex="2"],
1814+#editBMPanel_unfiledRootItem {
1815+ list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;
1816+}
1817
1818=== modified file 'chrome/linux/browser/places/organizer.css'
1819--- chrome/linux/browser/places/organizer.css 2008-09-21 14:33:58 +0000
1820+++ chrome/linux/browser/places/organizer.css 2011-02-03 13:52:58 +0000
1821@@ -83,32 +83,7 @@
1822 padding: 5px;
1823 }
1824
1825-/* Search Bar */
1826-#searchbar {
1827- margin: 6px -4px 0px 2px;
1828-}
1829-
1830-.textbox-input-closebutton {
1831- -moz-appearance: none;
1832- margin: 1px 2px 1px 1px;
1833- min-width: 0;
1834- background-color: transparent;
1835- border: none;
1836- padding: 0 !important;
1837- list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
1838- width: 16px;
1839- height: 16px;
1840- cursor: default;
1841-}
1842-
1843-.textbox-input-closebutton > .button-box {
1844- margin: 0;
1845- padding: 0;
1846- border: 0;
1847-}
1848-
1849 .small, .small[disabled="true"] {
1850- font-size: x-small;
1851 min-width: 0px;
1852 padding: 0px 4px 0px 4px;
1853 margin: 0px;
1854@@ -121,14 +96,10 @@
1855 border: 0px;
1856 }
1857
1858-#searchFilter {
1859- padding: 0px;
1860-}
1861-
1862-#searchFilter .textbox-input-box {
1863- padding: 2px 2px 3px 4px;
1864-}
1865-
1866+
1867+#infoBoxExpanderLabel {
1868+ -moz-padding-start: 2px;
1869+}
1870
1871 #searchModifiers {
1872 padding-right: 3px;
1873
1874=== modified file 'chrome/linux/browser/places/places.css'
1875--- chrome/linux/browser/places/places.css 2008-09-21 14:33:58 +0000
1876+++ chrome/linux/browser/places/places.css 2011-02-03 13:52:58 +0000
1877@@ -71,7 +71,7 @@
1878 }
1879
1880 treechildren::-moz-tree-image(title, query, tagContainer),
1881-treechildren::-moz-tree-image(container, OrganizerQuery_Tags) {
1882+treechildren::-moz-tree-image(query, OrganizerQuery_Tags) {
1883 list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png");
1884 }
1885
1886
1887=== modified file 'chrome/linux/browser/places/starPage.png'
1888Binary files chrome/linux/browser/places/starPage.png 2008-09-21 14:33:58 +0000 and chrome/linux/browser/places/starPage.png 2011-02-03 13:52:58 +0000 differ
1889=== modified file 'chrome/linux/browser/preferences/Options.png'
1890Binary files chrome/linux/browser/preferences/Options.png 2008-09-21 14:33:58 +0000 and chrome/linux/browser/preferences/Options.png 2011-02-03 13:52:58 +0000 differ
1891=== removed file 'chrome/linux/browser/preferences/application.png'
1892Binary files chrome/linux/browser/preferences/application.png 2008-09-21 14:33:58 +0000 and chrome/linux/browser/preferences/application.png 1970-01-01 00:00:00 +0000 differ
1893=== modified file 'chrome/linux/browser/preferences/preferences.css'
1894--- chrome/linux/browser/preferences/preferences.css 2008-09-21 14:33:58 +0000
1895+++ chrome/linux/browser/preferences/preferences.css 2011-02-03 13:52:58 +0000
1896@@ -32,15 +32,6 @@
1897 -moz-image-region: rect(0px, 224px, 32px, 192px)
1898 }
1899
1900-/* General Pane */
1901-#browserHomePage {
1902- padding-top: 2px;
1903- padding-bottom: 3px;
1904- -moz-padding-start: 4px;
1905- -moz-padding-end: 2px;
1906- background-color: -moz-Dialog;
1907-}
1908-
1909 /* Applications Pane */
1910 #BrowserPreferences[animated="true"] #handlersView {
1911 height: 25em;
1912@@ -50,41 +41,16 @@
1913 -moz-box-flex: 1;
1914 }
1915
1916-/* File Field Widget */
1917-filefield {
1918- margin: 2px 4px;
1919- -moz-appearance: textfield;
1920-}
1921-
1922-.fileFieldContentBox {
1923- background-color: -moz-Dialog;
1924- color: -moz-DialogText;
1925- margin: 1px;
1926-}
1927-
1928-filefield[disabled="true"] .fileFieldContentBox {
1929- opacity: 0.5;
1930-}
1931-
1932-filefield[disabled="true"] .fileFieldIcon {
1933- opacity: 0.2;
1934-}
1935-
1936-.fileFieldIcon {
1937- width: 16px;
1938- height: 16px;
1939- margin-top: 2px;
1940- margin-bottom: 2px;
1941- -moz-margin-start: 2px;
1942- -moz-margin-end: 4px;
1943-}
1944-
1945-.fileFieldLabel {
1946- -moz-appearance: none;
1947- background-color: transparent;
1948- border: none;
1949- padding: 1px 0px 0px 0px;
1950- margin: 0px;
1951+/* Privacy Pane */
1952+
1953+/* styles for the link elements copied from .text-link in global.css */
1954+.inline-link {
1955+ color: -moz-nativehyperlinktext;
1956+ text-decoration: underline;
1957+}
1958+
1959+.inline-link:not(:focus) {
1960+ outline: 1px dotted transparent;
1961 }
1962
1963 /* Modeless Window Dialogs */
1964@@ -144,3 +110,10 @@
1965 .bottomBox {
1966 padding-bottom: 4px;
1967 }
1968+
1969+/**
1970+ * Clear Private Data
1971+ */
1972+#SanitizeDialogPane > groupbox {
1973+ margin-top: 0;
1974+}
1975
1976=== added file 'chrome/linux/browser/sanitizeDialog.css'
1977--- chrome/linux/browser/sanitizeDialog.css 1970-01-01 00:00:00 +0000
1978+++ chrome/linux/browser/sanitizeDialog.css 2011-02-03 13:52:58 +0000
1979@@ -0,0 +1,103 @@
1980+#sanitizeDurationChoice {
1981+ -moz-margin-end: 0;
1982+}
1983+
1984+/* Align the duration label with the warning box and item list */
1985+#sanitizeDurationLabel {
1986+ -moz-margin-start: 3px;
1987+}
1988+
1989+
1990+/* Hide the duration dropdown suffix label if it's empty. Otherwise it
1991+ takes up a little space, causing the end of the dropdown to not be aligned
1992+ with the warning box. */
1993+#sanitizeDurationSuffixLabel[value=""] {
1994+ display: none;
1995+}
1996+
1997+
1998+/* Places tree */
1999+#placesTreechildren::-moz-tree-row(selected),
2000+#placesTreechildren::-moz-tree-row(grippyRow) {
2001+ background: #999;
2002+}
2003+
2004+#placesTreechildren::-moz-tree-cell-text(selected) {
2005+ color: #111;
2006+}
2007+
2008+
2009+/* Sanitize everything warning box */
2010+#sanitizeEverythingWarningBox {
2011+ background-color: Window;
2012+ border: 1px solid ThreeDDarkShadow;
2013+ -moz-border-radius: 5px;
2014+ padding: 16px;
2015+}
2016+
2017+#sanitizeEverythingWarningIcon {
2018+ list-style-image: url("chrome://global/skin/icons/warning-large.png");
2019+ padding: 0;
2020+ margin: 0;
2021+}
2022+
2023+#sanitizeEverythingWarningDescBox {
2024+ padding: 0 16px;
2025+ margin: 0;
2026+}
2027+
2028+
2029+/* Progressive disclosure button */
2030+#detailsExpanderWrapper {
2031+ padding: 0;
2032+ margin-top: 6px;
2033+ margin-bottom: 6px;
2034+ -moz-margin-start: -6px;
2035+ -moz-margin-end: 0;
2036+}
2037+
2038+.expander-up,
2039+.expander-down {
2040+ min-width: 0;
2041+ padding: 2px 0;
2042+ -moz-padding-start: 2px;
2043+}
2044+
2045+.expander-up {
2046+ list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
2047+}
2048+
2049+.expander-down {
2050+ list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
2051+}
2052+
2053+.expander-down:hover:active {
2054+ list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif");
2055+}
2056+
2057+.expander-up:hover:active {
2058+ list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif");
2059+}
2060+
2061+
2062+/* Make the item list the same width as the warning box */
2063+#itemList {
2064+ -moz-margin-start: 0;
2065+ -moz-margin-end: 0;
2066+}
2067+
2068+/* Without this a useless scrollbar appears in the listbox when its rows
2069+ attribute is set to the total number of listitems, as it is currently. See
2070+ bug 489958 comment 14 and bug 491788. */
2071+#itemList > listitem {
2072+ padding: 1px 0;
2073+}
2074+
2075+
2076+/* Align the last dialog button with the end of the warning box */
2077+.prefWindow-dlgbuttons {
2078+ -moz-margin-end: 0;
2079+}
2080+.dialog-button[dlgtype="accept"] {
2081+ -moz-margin-end: 0;
2082+}
2083
2084=== modified file 'chrome/linux/browser/searchbar.css'
2085--- chrome/linux/browser/searchbar.css 2008-09-21 14:33:58 +0000
2086+++ chrome/linux/browser/searchbar.css 2011-02-03 13:52:58 +0000
2087@@ -42,12 +42,17 @@
2088 border: 0;
2089 }
2090
2091+.searchbar-engine-button:hover > .button-box {
2092+ background-color: rgba(255, 255, 255, .2);
2093+}
2094+
2095+.searchbar-engine-button:hover:active > .button-box,
2096+.searchbar-engine-button[open="true"] > .button-box {
2097+ background-color: rgba(0, 0, 0, .1);
2098+}
2099+
2100 .searchbar-engine-button[addengines="true"] {
2101- background-color: Highlight;
2102-}
2103-
2104-.searchbar-engine-button[addengines="true"] > .button-box {
2105- background-color: rgba(230, 230, 230, 0.3);
2106+ -moz-box-shadow: 0 0 5px Highlight inset, 0 0 20px Highlight inset;
2107 }
2108
2109 .searchbar-dropmarker-image {
2110
2111=== added file 'chrome/linux/browser/section_collapsed.png'
2112Binary files chrome/linux/browser/section_collapsed.png 1970-01-01 00:00:00 +0000 and chrome/linux/browser/section_collapsed.png 2011-02-03 13:52:58 +0000 differ
2113=== added file 'chrome/linux/browser/section_expanded.png'
2114Binary files chrome/linux/browser/section_expanded.png 1970-01-01 00:00:00 +0000 and chrome/linux/browser/section_expanded.png 2011-02-03 13:52:58 +0000 differ
2115=== added file 'chrome/linux/browser/tabbrowser/alltabs.png'
2116Binary files chrome/linux/browser/tabbrowser/alltabs.png 1970-01-01 00:00:00 +0000 and chrome/linux/browser/tabbrowser/alltabs.png 2011-02-03 13:52:58 +0000 differ
2117=== removed file 'chrome/linux/browser/tabbrowser/tab-arrow-end.png'
2118Binary files chrome/linux/browser/tabbrowser/tab-arrow-end.png 2008-09-21 14:33:58 +0000 and chrome/linux/browser/tabbrowser/tab-arrow-end.png 1970-01-01 00:00:00 +0000 differ
2119=== removed file 'chrome/linux/browser/tabbrowser/tab-arrow-start.png'
2120Binary files chrome/linux/browser/tabbrowser/tab-arrow-start.png 2008-09-21 14:33:58 +0000 and chrome/linux/browser/tabbrowser/tab-arrow-start.png 1970-01-01 00:00:00 +0000 differ
2121=== removed file 'chrome/linux/communicator/.DS_Store'
2122Binary files chrome/linux/communicator/.DS_Store 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/.DS_Store 1970-01-01 00:00:00 +0000 differ
2123=== removed file 'chrome/linux/communicator/b_favicon.png'
2124Binary files chrome/linux/communicator/b_favicon.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/b_favicon.png 1970-01-01 00:00:00 +0000 differ
2125=== removed file 'chrome/linux/communicator/bookmark-24.png'
2126Binary files chrome/linux/communicator/bookmark-24.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/bookmark-24.png 1970-01-01 00:00:00 +0000 differ
2127=== removed file 'chrome/linux/communicator/bookmark-icons.png'
2128Binary files chrome/linux/communicator/bookmark-icons.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/bookmark-icons.png 1970-01-01 00:00:00 +0000 differ
2129=== removed file 'chrome/linux/communicator/bookmark_calendar.png'
2130Binary files chrome/linux/communicator/bookmark_calendar.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/bookmark_calendar.png 1970-01-01 00:00:00 +0000 differ
2131=== removed file 'chrome/linux/communicator/bookmark_facebook.png'
2132Binary files chrome/linux/communicator/bookmark_facebook.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/bookmark_facebook.png 1970-01-01 00:00:00 +0000 differ
2133=== removed file 'chrome/linux/communicator/bookmark_google.png'
2134Binary files chrome/linux/communicator/bookmark_google.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/bookmark_google.png 1970-01-01 00:00:00 +0000 differ
2135=== removed file 'chrome/linux/communicator/bookmark_mail.png'
2136Binary files chrome/linux/communicator/bookmark_mail.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/bookmark_mail.png 1970-01-01 00:00:00 +0000 differ
2137=== removed file 'chrome/linux/communicator/bookmarks-small.png'
2138Binary files chrome/linux/communicator/bookmarks-small.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/bookmarks-small.png 1970-01-01 00:00:00 +0000 differ
2139=== removed file 'chrome/linux/communicator/bookmarks.png'
2140Binary files chrome/linux/communicator/bookmarks.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/bookmarks.png 1970-01-01 00:00:00 +0000 differ
2141=== removed file 'chrome/linux/communicator/copy-small.png'
2142Binary files chrome/linux/communicator/copy-small.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/copy-small.png 1970-01-01 00:00:00 +0000 differ
2143=== removed file 'chrome/linux/communicator/copy.png'
2144Binary files chrome/linux/communicator/copy.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/copy.png 1970-01-01 00:00:00 +0000 differ
2145=== removed file 'chrome/linux/communicator/cut-small.png'
2146Binary files chrome/linux/communicator/cut-small.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/cut-small.png 1970-01-01 00:00:00 +0000 differ
2147=== removed file 'chrome/linux/communicator/cut.png'
2148Binary files chrome/linux/communicator/cut.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/cut.png 1970-01-01 00:00:00 +0000 differ
2149=== removed file 'chrome/linux/communicator/dl_manager-small.png'
2150Binary files chrome/linux/communicator/dl_manager-small.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/dl_manager-small.png 1970-01-01 00:00:00 +0000 differ
2151=== removed file 'chrome/linux/communicator/dl_manager.png'
2152Binary files chrome/linux/communicator/dl_manager.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/dl_manager.png 1970-01-01 00:00:00 +0000 differ
2153=== removed file 'chrome/linux/communicator/history-16.png'
2154Binary files chrome/linux/communicator/history-16.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/history-16.png 1970-01-01 00:00:00 +0000 differ
2155=== removed file 'chrome/linux/communicator/history-small.png'
2156Binary files chrome/linux/communicator/history-small.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/history-small.png 1970-01-01 00:00:00 +0000 differ
2157=== removed file 'chrome/linux/communicator/history1.png'
2158Binary files chrome/linux/communicator/history1.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/history1.png 1970-01-01 00:00:00 +0000 differ
2159=== removed file 'chrome/linux/communicator/history2.png'
2160Binary files chrome/linux/communicator/history2.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/history2.png 1970-01-01 00:00:00 +0000 differ
2161=== removed file 'chrome/linux/communicator/home-16-bg.png'
2162Binary files chrome/linux/communicator/home-16-bg.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/home-16-bg.png 1970-01-01 00:00:00 +0000 differ
2163=== removed file 'chrome/linux/communicator/home-16.png'
2164Binary files chrome/linux/communicator/home-16.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/home-16.png 1970-01-01 00:00:00 +0000 differ
2165=== removed file 'chrome/linux/communicator/home-small.png'
2166Binary files chrome/linux/communicator/home-small.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/home-small.png 1970-01-01 00:00:00 +0000 differ
2167=== removed file 'chrome/linux/communicator/home.png'
2168Binary files chrome/linux/communicator/home.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/home.png 1970-01-01 00:00:00 +0000 differ
2169=== removed file 'chrome/linux/communicator/newTab-small.png'
2170Binary files chrome/linux/communicator/newTab-small.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/newTab-small.png 1970-01-01 00:00:00 +0000 differ
2171=== removed file 'chrome/linux/communicator/newTab.png'
2172Binary files chrome/linux/communicator/newTab.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/newTab.png 1970-01-01 00:00:00 +0000 differ
2173=== removed file 'chrome/linux/communicator/new_window-small.png'
2174Binary files chrome/linux/communicator/new_window-small.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/new_window-small.png 1970-01-01 00:00:00 +0000 differ
2175=== removed file 'chrome/linux/communicator/new_window.png'
2176Binary files chrome/linux/communicator/new_window.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/new_window.png 1970-01-01 00:00:00 +0000 differ
2177=== removed file 'chrome/linux/communicator/newtabbar.png'
2178Binary files chrome/linux/communicator/newtabbar.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/newtabbar.png 1970-01-01 00:00:00 +0000 differ
2179=== removed file 'chrome/linux/communicator/paste-small.png'
2180Binary files chrome/linux/communicator/paste-small.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/paste-small.png 1970-01-01 00:00:00 +0000 differ
2181=== removed file 'chrome/linux/communicator/paste.png'
2182Binary files chrome/linux/communicator/paste.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/paste.png 1970-01-01 00:00:00 +0000 differ
2183=== removed file 'chrome/linux/communicator/print-small.png'
2184Binary files chrome/linux/communicator/print-small.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/print-small.png 1970-01-01 00:00:00 +0000 differ
2185=== removed file 'chrome/linux/communicator/print.png'
2186Binary files chrome/linux/communicator/print.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/print.png 1970-01-01 00:00:00 +0000 differ
2187=== removed file 'chrome/linux/communicator/progress.png'
2188Binary files chrome/linux/communicator/progress.png 2008-09-21 14:33:58 +0000 and chrome/linux/communicator/progress.png 1970-01-01 00:00:00 +0000 differ
2189=== added file 'dustfoxcold-0.1.20090504.xpi'
2190Binary files dustfoxcold-0.1.20090504.xpi 1970-01-01 00:00:00 +0000 and dustfoxcold-0.1.20090504.xpi 2011-02-03 13:52:58 +0000 differ
2191=== modified file 'icon.png'
2192Binary files icon.png 2008-09-21 14:33:58 +0000 and icon.png 2011-02-03 13:52:58 +0000 differ
2193=== modified file 'install.rdf'
2194--- install.rdf 2009-04-15 02:38:11 +0000
2195+++ install.rdf 2011-02-03 13:52:58 +0000
2196@@ -4,8 +4,8 @@
2197 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
2198
2199 <Description about="urn:mozilla:install-manifest">
2200- <em:id>dustfox@ambiescent.com</em:id>
2201- <em:version>0.1.20090415</em:version>
2202+ <em:id>dustfoxcold@ambiescent.com</em:id>
2203+ <em:version>0.2.1.20090719</em:version>
2204
2205 <!-- Target Application this extension can install into,
2206 with minimum and maximum supported versions. -->
2207@@ -22,12 +22,12 @@
2208 <!-- Front End MetaData -->
2209 <!-- My_Theme -->
2210 <em:name>Dustfox</em:name>
2211- <em:description>Ubuntu Dust theme.</em:description>
2212+ <em:description>Ubuntu Dust Cold theme.</em:description>
2213 <em:creator>Rico Sta. Cruz</em:creator>
2214 <em:homepageURL>https://launchpad.net/dusttheme-firefox</em:homepageURL>
2215
2216 <!-- Front End Integration Hooks (used by Theme Manager)-->
2217- <em:internalName>Dustfox</em:internalName>
2218+ <em:internalName>DustfoxCold</em:internalName>
2219 </Description>
2220
2221 </RDF>
2222
2223=== modified file 'preview.png'
2224Binary files preview.png 2008-09-21 14:33:58 +0000 and preview.png 2011-02-03 13:52:58 +0000 differ

Subscribers

People subscribed via source and target branches