mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fix for 129792, XBL form control selects had wrong display type (block XUL box instead of inline XUL box), r=bryner, sr=shaver, a=brendan
This commit is contained in:
parent
18076c6c57
commit
f6a8704b50
@ -47,7 +47,7 @@ select[size] {
|
||||
|
||||
select, select[size="1"] {
|
||||
-moz-binding: url("chrome://forms/content/select.xml#select");
|
||||
display: -moz-box;
|
||||
display: -moz-inline-box;
|
||||
-moz-box-orient: horizontal;
|
||||
-moz-user-focus: normal;
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ select[size] {
|
||||
|
||||
select, select[size="1"] {
|
||||
-moz-binding: url("chrome://forms/content/select.xml#select");
|
||||
display: -moz-box;
|
||||
display: -moz-inline-box;
|
||||
-moz-box-orient: horizontal;
|
||||
-moz-user-focus: normal;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user