author | Jonathan Wilde <jwilde@jwilde.me> |
Thu, 18 Jul 2013 00:22:30 -0700 | |
changeset 139766 | c64f2402e12eaf2124741f367df7914bafa23fcf |
parent 139765 | 3f1f8cbdcc8c15b277141c66670ff79ddedb90b6 |
child 139767 | c380eb98e301c4abfda2b392c7ea8569bc67c3cc |
push id | 25002 |
push user | emorley@mozilla.com |
push date | Wed, 24 Jul 2013 12:36:15 +0000 |
treeherder | mozilla-central@b3fcd828cadc [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mbrubeck |
bugs | 885242 |
milestone | 25.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/browser/metro/theme/platform.css +++ b/browser/metro/theme/platform.css @@ -739,75 +739,75 @@ appbar toolbar[labelled] > toolbarbutton States from left to right: normal, hover, active/toggled, toggled+hover, toggled+active. */ .appbar-primary { -moz-image-region: rect(0 40px 40px 0); } -.appbar-primary:not([checked]):hover:not(:active) { +.appbar-primary:not([checked]):hover:not(:active):not([disabled]) { -moz-image-region: rect(0 80px 40px 40px); } -.appbar-primary:not([checked]):active, +.appbar-primary:not([checked]):active:not([disabled]), .appbar-primary[checked] { -moz-image-region: rect(0 120px 40px 80px); } -.appbar-primary[checked]:hover:not(:active) { +.appbar-primary[checked]:hover:not(:active):not([disabled]) { -moz-image-region: rect(0 160px 40px 120px); } -.appbar-primary[checked]:active { +.appbar-primary[checked]:active:not([disabled]) { -moz-image-region: rect(0 200px 40px 160px); } @media (min-resolution: @min_res_140pc@) { .appbar-primary { -moz-image-region: rect(0 56px 56px 0); } - .appbar-primary:not([checked]):hover:not(:active) { + .appbar-primary:not([checked]):hover:not(:active):not([disabled]) { -moz-image-region: rect(0 112px 56px 56px); } - .appbar-primary:not([checked]):active, + .appbar-primary:not([checked]):active:not([disabled]), .appbar-primary[checked] { -moz-image-region: rect(0 168px 56px 112px); } - .appbar-primary[checked]:hover:not(:active) { + .appbar-primary[checked]:hover:not(:active):not([disabled]) { -moz-image-region: rect(0 224px 56px 168px); } - .appbar-primary[checked]:active { + .appbar-primary[checked]:active:not([disabled]) { -moz-image-region: rect(0 280px 56px 224px); } } @media (min-resolution: @min_res_180pc@) { .appbar-primary { -moz-image-region: rect(0 72px 72px 0); } - .appbar-primary:not([checked]):hover:not(:active) { + .appbar-primary:not([checked]):hover:not(:active):not([disabled]) { -moz-image-region: rect(0 144px 72px 72px); } - .appbar-primary:not([checked]):active, + .appbar-primary:not([checked]):active:not([disabled]), .appbar-primary[checked] { -moz-image-region: rect(0 216px 72px 144px); } - .appbar-primary[checked]:hover:not(:active) { + .appbar-primary[checked]:hover:not(:active):not([disabled]) { -moz-image-region: rect(0 288px 72px 216px); } - .appbar-primary[checked]:active { + .appbar-primary[checked]:active:not([disabled]) { -moz-image-region: rect(0 360px 72px 288px); } } /* Secondary sprite format: one sprite for everything */ .appbar-secondary { list-style-image: url(chrome://browser/skin/images/appbar-icons.png);