From 2f4e0c1c8fa26ca41d82d64cab274a57a839abb3 Mon Sep 17 00:00:00 2001 From: "attinasi%netscape.com" Date: Tue, 4 Apr 2000 00:07:53 +0000 Subject: [PATCH] Added and !important rule for buttons that are part of select elements so they are not broken out of the select control by global absolute positioning rules. r=rods b=27806 git-svn-id: svn://10.0.0.236/trunk@65091 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/html.css | 1 + mozilla/layout/style/html.css | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/layout/html/document/src/html.css b/mozilla/layout/html/document/src/html.css index 8b2ea1c058b..2519ab834d9 100644 --- a/mozilla/layout/html/document/src/html.css +++ b/mozilla/layout/html/document/src/html.css @@ -980,6 +980,7 @@ select[disabled] { /* combobox button */ select > input[type="button"] { + position: static !important; white-space:nowrap; border: outset 2px rgb(204, 204, 204); background-image:url("arrow.gif"); diff --git a/mozilla/layout/style/html.css b/mozilla/layout/style/html.css index 8b2ea1c058b..2519ab834d9 100644 --- a/mozilla/layout/style/html.css +++ b/mozilla/layout/style/html.css @@ -980,6 +980,7 @@ select[disabled] { /* combobox button */ select > input[type="button"] { + position: static !important; white-space:nowrap; border: outset 2px rgb(204, 204, 204); background-image:url("arrow.gif");