Bug 595656 - Add-ons view rounded border corners sometimes cut off by content. r=dtownsend

This commit is contained in:
Blair McBride 2012-05-19 17:19:00 +12:00
parent edd043b962
commit bbd2a50f57
3 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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),