Bug 978003 - Update inContentUI.css for Windows 8 and up. r=mdeboer

This commit is contained in:
Dão Gottwald 2014-03-05 20:59:56 +01:00
parent 800b9acdc1
commit 76f600859b

View File

@ -25,18 +25,16 @@ html|html {
}
%ifdef WINDOWS_AERO
@media (-moz-windows-default-theme) {
@media (-moz-windows-default-theme) and (-moz-os-version: windows-vista),
(-moz-windows-default-theme) and (-moz-os-version: windows-win7) {
*|*:root {
color: #000;
background-color: #CCD9EA;
background-image: /* Texture */
url("chrome://global/skin/inContentUI/background-texture.png");
}
}
@media (-moz-windows-compositor) {
@media (-moz-windows-glass) {
*|*:root {
color: #000;
/* Blame shorlander for this monstrosity. */
background-image: /* Side gradients */
linear-gradient(to right,
@ -74,7 +72,7 @@ html|html {
}
%ifdef WINDOWS_AERO
@media (-moz-windows-compositor) {
@media (-moz-windows-glass) {
/* Buttons */
*|button,
menulist,