From 770ede6c559572959c7d39ee1f34dd762570c7cd Mon Sep 17 00:00:00 2001 From: Richard Marti Date: Mon, 18 May 2015 18:17:17 +0200 Subject: [PATCH] Bug 1160731 - Remove inContentUI.css. r=jaws --- toolkit/themes/linux/global/inContentUI.css | 41 ----- toolkit/themes/linux/global/jar.mn | 1 - toolkit/themes/osx/global/inContentUI.css | 144 ---------------- .../global/inContentUI/background-texture.png | Bin 5940 -> 0 bytes toolkit/themes/osx/global/jar.mn | 2 - toolkit/themes/windows/global/inContentUI.css | 160 ------------------ .../global/inContentUI/background-texture.png | Bin 1751 -> 0 bytes toolkit/themes/windows/global/jar.mn | 2 - 8 files changed, 350 deletions(-) delete mode 100644 toolkit/themes/linux/global/inContentUI.css delete mode 100644 toolkit/themes/osx/global/inContentUI.css delete mode 100644 toolkit/themes/osx/global/inContentUI/background-texture.png delete mode 100644 toolkit/themes/windows/global/inContentUI.css delete mode 100644 toolkit/themes/windows/global/inContentUI/background-texture.png diff --git a/toolkit/themes/linux/global/inContentUI.css b/toolkit/themes/linux/global/inContentUI.css deleted file mode 100644 index afcef9274eee..000000000000 --- a/toolkit/themes/linux/global/inContentUI.css +++ /dev/null @@ -1,41 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -/* - * The default namespace for this file is XUL. Be sure to prefix rules that - * are applicable to both XUL and HTML with '*|'. - */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@namespace html url("http://www.w3.org/1999/xhtml"); - -/* Page background */ -*|*:root { - -moz-appearance: none; - padding: 18px; - background-color: Window; - background-image: /* Texture */ - url("chrome://global/skin/inContentUI/background-texture.png"); - color: WindowText; -} - -/* Use the new in-content colors for #contentAreaDownloadsView. After landing - of bug 989469 the colors can be moved to *|*:root */ -*|*#contentAreaDownloadsView { - background: #f1f1f1; - color: #424e5a; -} - -html|html { - font: message-box; -} - -/* Content */ -*|*.main-content { - /* Needed to allow the radius to clip the inner content, see bug 595656 */ - overflow: hidden; - background-color: -moz-Field; - color: -moz-FieldText; - border: 1px solid ThreeDShadow; - border-radius: 5px; -} diff --git a/toolkit/themes/linux/global/jar.mn b/toolkit/themes/linux/global/jar.mn index 841f1be4bfcd..49bf81766439 100644 --- a/toolkit/themes/linux/global/jar.mn +++ b/toolkit/themes/linux/global/jar.mn @@ -15,7 +15,6 @@ toolkit.jar: + skin/classic/global/findBar.css + skin/classic/global/global.css + skin/classic/global/groupbox.css -+ skin/classic/global/inContentUI.css + skin/classic/global/listbox.css + skin/classic/global/menu.css + skin/classic/global/menulist.css diff --git a/toolkit/themes/osx/global/inContentUI.css b/toolkit/themes/osx/global/inContentUI.css deleted file mode 100644 index 17e2e6ae3388..000000000000 --- a/toolkit/themes/osx/global/inContentUI.css +++ /dev/null @@ -1,144 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -%include shared.inc - -/* - * The default namespace for this file is XUL. Be sure to prefix rules that - * are applicable to both XUL and HTML with '*|'. - */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@namespace html url("http://www.w3.org/1999/xhtml"); - -/* Page background */ -*|*:root { - -moz-appearance: none; - padding: 18px; - background-image: /* Texture */ - url("chrome://global/skin/inContentUI/background-texture.png"), - /* Gradient */ - linear-gradient(#ADB5C2, #BFC6D1); -} - -/* Use the new in-content colors for #contentAreaDownloadsView. After landing - of bug 989469 the colors can be moved to *|*:root */ -*|*#contentAreaDownloadsView { - background: #f1f1f1; - color: #424e5a; -} - -html|html { - font: message-box; -} - -/* Content */ -*|*.main-content { - /* Needed to allow the radius to clip the inner content, see bug 595656 */ - overflow: hidden; - background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.05)); - border: 1px solid rgba(50, 65, 92, 0.4); - border-radius: 5px; -} - -/* Buttons */ -*|button, -menulist, -colorpicker[type="button"] { - -moz-appearance: none; - padding: 1px 4px; - min-width: 60px; - border-radius: 3px; - border: 1px solid rgba(60,73,97,0.5); - box-shadow: inset 0 1px rgba(255,255,255,0.25), 0 1px rgba(255,255,255,0.25); - background-color: transparent; - background-image: linear-gradient(rgba(255,255,255,0.45), rgba(255,255,255,0.2)); - background-clip: padding-box; - color: #252F3B; - text-shadow: @loweredShadow@; -} - -button:-moz-focusring > .button-box, -menulist:-moz-focusring:not([open="true"]) > .menulist-label-box, -colorpicker[type="button"]:-moz-focusring:not([open="true"]) > .colorpicker-button-colorbox { - outline: 1px dotted #252F3B; -} - -html|button[disabled], -button[disabled="true"], -menulist[disabled="true"], -colorpicker[type="button"][disabled="true"] { - opacity: 0.8; - color: #505050; -} - -html|button:not([disabled]):active:hover, -button:not([disabled="true"]):active:hover, -menulist[open="true"]:not([disabled="true"]), -colorpicker[type="button"][open="true"]:not([disabled="true"]) { - box-shadow: inset 0 1px 3px rgba(0,0,0,.2), 0 1px rgba(255,255,255,0.25); - background-image: linear-gradient(rgba(45,54,71,0.3), rgba(45,54,71,0.1)); - border-color: rgba(60,73,97,0.7); -} - -menulist { - -moz-padding-end: 0; - margin-left: 5px; - margin-right: 5px; -} - -/* Tweak margins so the focus ring is in the right place. */ -menulist > .menulist-label-box { - -moz-margin-end: 3px; - margin-top: 1px; -} - -menulist > .menulist-label-box > .menulist-label { - margin-top: 0px !important; - margin-bottom: 0px !important; -} - -menulist > .menulist-dropmarker { - -moz-appearance: none; - display: -moz-box; - background: transparent; - border: none; - -moz-border-start: 1px solid rgba(60,73,97,0.5); - margin-top: -1px; - margin-bottom: -1px; -} - -colorpicker[type="button"] { - margin: 1px 5px 2px 5px; - padding: 3px; - height: 25px; -} - -spinbuttons { - -moz-appearance: none; -} - -spinbuttons > .spinbuttons-box > .spinbuttons-button { - min-width: 12px; -} - -.spinbuttons-button > .button-box > .button-text { - display: none; -} - -.spinbuttons-button[disabled="true"] > .button-box > .button-icon { - opacity: 0.5; -} - -spinbuttons > .spinbuttons-box > .spinbuttons-up { - list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); - border-bottom-width: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -spinbuttons > .spinbuttons-box > .spinbuttons-down { - list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); - border-top-left-radius: 0; - border-top-right-radius: 0; -} diff --git a/toolkit/themes/osx/global/inContentUI/background-texture.png b/toolkit/themes/osx/global/inContentUI/background-texture.png deleted file mode 100644 index caffc241cf38e9d3ae7c5fd1f9180839d9943edf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5940 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 PIkt|bfkyeQdtv_r3A;*c diff --git a/toolkit/themes/osx/global/jar.mn b/toolkit/themes/osx/global/jar.mn index 51767b959379..7453b7665cba 100644 --- a/toolkit/themes/osx/global/jar.mn +++ b/toolkit/themes/osx/global/jar.mn @@ -31,7 +31,6 @@ toolkit.jar: * skin/classic/global/findBar.css * skin/classic/global/global.css skin/classic/global/groupbox.css -* skin/classic/global/inContentUI.css skin/classic/global/linkTree.css skin/classic/global/listbox.css skin/classic/global/menu.css @@ -145,7 +144,6 @@ toolkit.jar: skin/classic/global/icons/webapps-16.png (icons/webapps-16.png) skin/classic/global/icons/webapps-16@2x.png (icons/webapps-16@2x.png) skin/classic/global/icons/webapps-64.png (icons/webapps-64.png) - skin/classic/global/inContentUI/background-texture.png (inContentUI/background-texture.png) skin/classic/global/notification/close.png (notification/close.png) skin/classic/global/notification/critical-bar-background.png (notification/critical-bar-background.png) skin/classic/global/notification/error-icon.png (notification/error-icon.png) diff --git a/toolkit/themes/windows/global/inContentUI.css b/toolkit/themes/windows/global/inContentUI.css deleted file mode 100644 index a6154ae5f205..000000000000 --- a/toolkit/themes/windows/global/inContentUI.css +++ /dev/null @@ -1,160 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -/* - * The default namespace for this file is XUL. Be sure to prefix rules that - * are applicable to both XUL and HTML with '*|'. - */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@namespace html url("http://www.w3.org/1999/xhtml"); - -/* Page background */ -*|*:root { - -moz-appearance: none; - padding: 18px; - background-repeat: repeat; - color: -moz-dialogText; - background-color: -moz-dialog; - background-image: /* Texture */ - url("chrome://global/skin/inContentUI/background-texture.png"); -} - -html|html { - font: message-box; -} - -@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; - } -} - -@media (-moz-windows-glass) { - *|*:root { - /* Blame shorlander for this monstrosity. */ - background-image: /* Side gradients */ - linear-gradient(to right, - rgba(255,255,255,0.2), transparent 40%, - transparent 60%, rgba(255,255,255,0.2)), - /* Aero-style light beams */ - -moz-linear-gradient(left 32deg, - /* First light beam */ - transparent 19.5%, rgba(255,255,255,0.1) 20%, - rgba(255,255,255,0.1) 21.5%, rgba(255,255,255,0.2) 22%, - rgba(255,255,255,0.2) 25.5%, rgba(255,255,255,0.1) 26%, - rgba(255,255,255,0.1) 27.5%, transparent 28%, - /* Second light beam */ - transparent 49.5%, rgba(255,255,255,0.1) 50%, - rgba(255,255,255,0.1) 52.5%, rgba(255,255,255,0.2) 53%, - rgba(255,255,255,0.2) 54.5%, rgba(255,255,255,0.1) 55%, - rgba(255,255,255,0.1) 57.5%, transparent 58%, - /* Third light beam */ - transparent 87%, rgba(255,255,255,0.2) 90%), - /* Texture */ - url("chrome://global/skin/inContentUI/background-texture.png"); - } -} - -/* Use the new in-content colors for #contentAreaDownloadsView. After landing - of bug 989469 the colors can be moved to *|*:root */ -*|*#contentAreaDownloadsView { - background: #f1f1f1; - color: #424e5a; -} - -/* Content */ -*|*.main-content { - /* Needed to allow the radius to clip the inner content, see bug 595656 */ - overflow: hidden; - background-color: rgba(255, 255, 255, 0.35); - background-image: linear-gradient(rgba(255, 255, 255, 0), - rgba(255, 255, 255, 0.75)); - border: 1px solid #C3CEDF; -} - -%ifdef XP_WIN -@media (-moz-os-version: windows-xp), - (-moz-os-version: windows-vista), - (-moz-os-version: windows-win7) { -%endif - *|*.main-content { - border-radius: 5px; - } -%ifdef XP_WIN -} -%endif - -@media (-moz-windows-glass) { - /* Buttons */ - *|button, - menulist, - colorpicker[type="button"] { - -moz-appearance: none; - color: black; - padding: 0 5px; - background: linear-gradient(rgba(251, 252, 253, 0.95), transparent 49%, - rgba(211, 212, 213, 0.45) 51%, rgba(225, 226, 229, 0.3)); - background-clip: padding-box; - border-radius: 3px; - border: 1px solid rgba(31, 64, 100, 0.4); - border-top-color: rgba(31, 64, 100, 0.3); - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25) inset, - 0 0 2px 1px rgba(255, 255, 255, 0.25) inset; - } - - menulist { - -moz-padding-end: 0; - } - - colorpicker[type="button"]:-moz-focusring:not([open="true"]) > .colorpicker-button-colorbox { - outline: 1px dotted ThreeDDarkShadow; - } - - html|button[disabled], - button[disabled="true"], - menulist[disabled="true"], - colorpicker[type="button"][disabled="true"] { - -moz-border-top-colors: rgba(31, 64, 100, 0.3) !important; - -moz-border-right-colors: rgba(31, 64, 100, 0.4) !important; - -moz-border-bottom-colors: rgba(31, 64, 100, 0.4) !important; - -moz-border-left-colors: rgba(31, 64, 100, 0.4) !important; - opacity: 0.8; - color: #505050; - } - - html|button:not([disabled]):active:hover, - button:not([disabled="true"]):active:hover, - menulist[open="true"]:not([disabled="true"]), - colorpicker[type="button"][open="true"]:not([disabled="true"]) { - background-color: rgba(61, 76, 92, 0.2); - border-color: rgba(39, 53, 68, 0.5); - box-shadow: 0 0 3px 1px rgba(39, 53, 68, 0.2) inset; - } - - button > .button-box { - padding: 1px !important; - } - - spinbuttons > .spinbuttons-box > .spinbuttons-button { - border-radius: 0; - padding: 0 4px; - } - - spinbuttons > .spinbuttons-box > .spinbuttons-up { - list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); - border-bottom-width: 0; - } - - spinbuttons > .spinbuttons-box > .spinbuttons-down { - list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); - } -} - -colorpicker[type="button"] { - margin: 1px 5px 2px 5px; - padding: 3px; - height: 25px; -} diff --git a/toolkit/themes/windows/global/inContentUI/background-texture.png b/toolkit/themes/windows/global/inContentUI/background-texture.png deleted file mode 100644 index 0d3cacd1175b8ceb1bc41a863c2cf0a30285de67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1751 zcmaJ?Yfuwc7)=L@h&WON3tAx!S_MNk?~p)LNC+SVLx?mgC?VNAfMnzDA~E%Ws4YyK?s8T9HtHmlB#Zs))Zd9;8N_S@W-tW#i=lkw=&z&`i z;v%QH&T_@!aMPlr_+o6F;dot~u`euQUcm+*G(w6dKuR=A27|aT1(XWnqqQ;>CM=GB7rNM>m&wyX6rT#JG&(NfVa){sUZda= zK4b{VLOl;uYod%Wm|%>P$c^c8wt}#D5kAzw!34A*D#IJJ89Ibx;1XWyaUWR?@*MbLYXL+fK~cx3tIiStPXkICahtAL8b>NB(h^mV?d$s|Djs#I2u94 z;G25?Qy7t~*MooFM)v<%H$fI zBYue&3OUg_1eNLJU^Jggz!XRtje^4pE^R`t!wOnGmYEO2nsuN;07F{*%Pn&>6W2nXQ13NYF>x)F3Aq4P z4B$A}e;xGL66PMqblkRBFm8NMhq)cbY`uHr(O1}QiHYWiNenkKBrBFBgn4t%pSPZB z-`)>uwu<=Maq-(GGiGh1*jWb(z0E*qTGS+8`qC|)Q)1rVd&+ag<-{+Ok66)q_D$>D zoPtn(3MmcC$LMc=vB#K~vivqa1B->IMPZ-r9Q)6F|g_9=8$ zni_Gsr0_s&>`Aq|eRnpwn*}Gjo-Dq*)?ip5ZLrGVR1d2-x@%^je>`=S;HW6O`&JIm z6x`|+UzXU1up{CF_kXgyvgA4#8DtJ$sRs`q}>dd)n^)N@9l}-Cefp*htT+w>^6ny4W8u{q8gShBw81ntA%H zi1^m3zXIYrd+*iRrhHSAg=-+U+iHe; z=$jwo{u9ymNi53Y+u*$Go;tJN8e?a5B6!19|76~EoP_x<@LPJdL^ zUCHn^n)gi^cxs&Ye6FR^S{!(XZA$y7vATD#!lPn=o!(15U2RjDYK?Y&iMOeA?(-9e zr@M+qB+aGMIpFih{y9tV+4VXj<0ABt@eTrylqopo3D#vG&zzkfA zq?>mb1a3V8?As)EV;gb1?H6X*>8mGqE0}9Q-;D>&QJsaWhTa)Abaf26-#?5d4(`3x za*QuC3zLaHWN#S zEpqXwq;93fukiXV&nLNukU=}~WDOwou#+wv*^*LFwrlFamUXufh4S6D7GhO}o3iux z=DgE2Pnj)4K5K4o9vXO3C|T^^Q0^jZTdJ(2{&Y|9E&x&OdaKyG;N9 diff --git a/toolkit/themes/windows/global/jar.mn b/toolkit/themes/windows/global/jar.mn index a9e06c7fac2e..dbd20e17b06e 100644 --- a/toolkit/themes/windows/global/jar.mn +++ b/toolkit/themes/windows/global/jar.mn @@ -31,7 +31,6 @@ toolkit.jar: * skin/classic/global/global.css skin/classic/global/globalBindings.xml skin/classic/global/groupbox.css -* skin/classic/global/inContentUI.css skin/classic/global/linkTree.css * skin/classic/global/listbox.css * skin/classic/global/menu.css @@ -138,7 +137,6 @@ toolkit.jar: skin/classic/global/icons/windowControls.png (icons/windowControls.png) skin/classic/global/icons/webapps-16.png (icons/webapps-16.png) skin/classic/global/icons/webapps-64.png (icons/webapps-64.png) - skin/classic/global/inContentUI/background-texture.png (inContentUI/background-texture.png) skin/classic/global/media/TopLevelImageDocument.css (media/TopLevelImageDocument.css) skin/classic/global/media/TopLevelVideoDocument.css (media/TopLevelVideoDocument.css) skin/classic/global/media/imagedoc-lightnoise.png (media/imagedoc-lightnoise.png)