From bbd2a50f5740d9414082cb77e57e74a009dc5976 Mon Sep 17 00:00:00 2001 From: Blair McBride <bmcbride@mozilla.com> Date: Sat, 19 May 2012 17:19:00 +1200 Subject: [PATCH] Bug 595656 - Add-ons view rounded border corners sometimes cut off by content. r=dtownsend --- toolkit/themes/gnomestripe/global/inContentUI.css | 2 -- toolkit/themes/pinstripe/global/inContentUI.css | 2 -- toolkit/themes/winstripe/global/inContentUI.css | 2 -- 3 files changed, 6 deletions(-) diff --git a/toolkit/themes/gnomestripe/global/inContentUI.css b/toolkit/themes/gnomestripe/global/inContentUI.css index 88218f1461089..3077ada906acc 100644 --- a/toolkit/themes/gnomestripe/global/inContentUI.css +++ b/toolkit/themes/gnomestripe/global/inContentUI.css @@ -61,9 +61,7 @@ html|html { /* Content */ *|*.main-content { /* Needed to allow the radius to clip the inner content, see bug 595656 */ - /* Disabled because of bug 623615 overflow: hidden; - */ background-color: -moz-Field; color: -moz-FieldText; border: 1px solid ThreeDShadow; diff --git a/toolkit/themes/pinstripe/global/inContentUI.css b/toolkit/themes/pinstripe/global/inContentUI.css index 38d41b5383114..c69cc34254e95 100644 --- a/toolkit/themes/pinstripe/global/inContentUI.css +++ b/toolkit/themes/pinstripe/global/inContentUI.css @@ -62,9 +62,7 @@ html|html { /* Content */ *|*.main-content { /* Needed to allow the radius to clip the inner content, see bug 595656 */ - /* Disabled because of bug 623615 overflow: hidden; - */ background-image: -moz-linear-gradient(top, 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; diff --git a/toolkit/themes/winstripe/global/inContentUI.css b/toolkit/themes/winstripe/global/inContentUI.css index a3c5e84ae9839..389eea30b58e2 100644 --- a/toolkit/themes/winstripe/global/inContentUI.css +++ b/toolkit/themes/winstripe/global/inContentUI.css @@ -105,9 +105,7 @@ html|html { /* Content */ *|*.main-content { /* Needed to allow the radius to clip the inner content, see bug 595656 */ - /* Disabled because of bug 623615 overflow: hidden; - */ background-color: rgba(255, 255, 255, 0.35); background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), -- GitLab