mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
fix for bug 71852 sr=hyatt
fix trees by adding -xul to css property, so that scrolled boxes inherit their attributes appropriately
This commit is contained in:
parent
bcbf97737e
commit
9d7ce42388
@ -416,7 +416,7 @@ noscript, noframes, param, :-moz-comment, :-moz-pi {
|
||||
background: inherit;
|
||||
padding: inherit;
|
||||
display: inherit;
|
||||
-moz-box-orient: inherit;
|
||||
-moz-xul-box-orient: inherit;
|
||||
}
|
||||
|
||||
:wrapped-frame {
|
||||
|
@ -416,7 +416,7 @@ noscript, noframes, param, :-moz-comment, :-moz-pi {
|
||||
background: inherit;
|
||||
padding: inherit;
|
||||
display: inherit;
|
||||
-moz-box-orient: inherit;
|
||||
-moz-xul-box-orient: inherit;
|
||||
}
|
||||
|
||||
:wrapped-frame {
|
||||
|
Loading…
Reference in New Issue
Block a user