author | Kartikaya Gupta <kgupta@mozilla.com> |
Wed, 02 Nov 2011 15:59:36 -0400 | |
changeset 81712 | 885ea82d68205d006fb149d865bf80e1977a6b31 |
parent 81711 | 2b9de9749c1ed599070fc5a27e6908437cec4cb0 |
child 81713 | 20a2ecb0593d8c275f168bcc35c8e1cdd0103f60 |
push id | 21573 |
push user | blassey@mozilla.com |
push date | Tue, 06 Dec 2011 18:57:07 +0000 |
treeherder | mozilla-central@0e397568c71e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mfinkle |
bugs | 695569 |
milestone | 10.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
|
mobile/themes/core/gingerbread/browser.css | file | annotate | diff | comparison | revisions | |
mobile/themes/core/honeycomb/browser.css | file | annotate | diff | comparison | revisions |
--- a/mobile/themes/core/gingerbread/browser.css +++ b/mobile/themes/core/gingerbread/browser.css @@ -36,22 +36,23 @@ * ***** END LICENSE BLOCK ***** */ %filter substitution %include defines.inc /* content scrollbars */ .scroller { opacity: 0; - background-color: @color_background_scroller@ !important; + background-color: rgba(0, 0, 0, 0.4) !important; -moz-border-top-colors: none !important; -moz-border-bottom-colors: none !important; -moz-border-right-colors: none !important; -moz-border-left-colors: none !important; - border: @border_width_tiny@ solid rgba(0, 0, 0, 0.4) !important; + -moz-border-radius: @border_radius_tiny@; + border: @border_width_tiny@ solid rgba(255, 255, 255, 0.4) !important; } .scroller[panning="true"] { opacity: 1; } .scroller[orient="vertical"] { min-width: @scroller_thickness@;
--- a/mobile/themes/core/honeycomb/browser.css +++ b/mobile/themes/core/honeycomb/browser.css @@ -37,22 +37,23 @@ %filter substitution %include defines.inc %define honeycomb 1 /* content scrollbars */ .scroller { opacity: 0; - background-color: @color_background_scroller@ !important; + background-color: rgba(0, 0, 0, 0.4) !important; -moz-border-top-colors: none !important; -moz-border-bottom-colors: none !important; -moz-border-right-colors: none !important; -moz-border-left-colors: none !important; - border: @border_width_tiny@ solid rgba(0, 0, 0, 0.4) !important; + -moz-border-radius: @border_radius_tiny@; + border: @border_width_tiny@ solid rgba(255, 255, 255, 0.4) !important; } .scroller[panning="true"] { opacity: 1; } .scroller[orient="vertical"] { min-width: @scroller_thickness@;