author | Mark Finkle <mfinkle@mozilla.com> |
Wed, 25 May 2011 09:44:50 -0400 | |
changeset 70156 | 32b009addadd707f8582cfbd6615fa214c398a65 |
parent 70155 | da44483257cf1048b0b321147eac962d61087a6a |
child 70157 | f028ac635c6a9c73e3accf4e00d339fba007d41c |
child 70427 | 054adb76530d7a93bd868dec5d27ac21d7e260fb |
push id | 20204 |
push user | mfinkle@mozilla.com |
push date | Wed, 25 May 2011 13:45:13 +0000 |
treeherder | mozilla-central@32b009addadd [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | vingtetun |
bugs | 659405 |
milestone | 7.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/mobile/themes/core/gingerbread/browser.css +++ b/mobile/themes/core/gingerbread/browser.css @@ -377,16 +377,38 @@ toolbarbutton.choice-bookmarks { toolbarbutton.choice-history { list-style-image: url(chrome://browser/skin/images/history-48.png); } toolbarbutton.choice-remotetabs { list-style-image: url(chrome://browser/skin/images/remotetabs-48.png); } +/* awesomescreen panels ---------------------------------------------------- */ +historylist > hbox.history-throbber-box, +remotetabslist > hbox.remotetabs-throbber-box { + display: none; +} + +.history-throbber-box > image, +.remotetabs-throbber-box > image { + list-style-image: url("chrome://browser/skin/images/throbber.png"); +} + +historylist[loading="true"] > hbox.history-throbber-box, +remotetabslist[loading="true"] > hbox.remotetabs-throbber-box { + background-color: white; + display: -moz-box; +} + +historylist[loading="true"] > richlistbox.history-list-children, +remotetabslist[loading="true"] > richlistbox.remotetabs-list-children { + visibility: collapse; +} + /* browsers ---------------------------------------------------------------- */ .input-overlay:-moz-focusring { outline: 0 !important; } /* * These rules prevent browser to steal the focus while touching the screen * to allow panning/zooming of the browser view without closing the VKB