mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 978003 - Update inContentUI.css for Windows 8 and up. r=mdeboer
This commit is contained in:
parent
800b9acdc1
commit
76f600859b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user