mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-04 15:38:59 +00:00
import changes from tenfourfox:
bug1444231, bug1450688, bug1464784, bug1458048, bug1316649 - #491: new fix for M1452416 (8ebe4e8e5) (ported) - #508: unprefix -moz-columns (M1300895 plus additional work) (b9bdadfef)
This commit is contained in:
@@ -82,7 +82,7 @@ nsColumnSetFrame::PaintColumnRule(nsRenderingContext* aCtx,
|
||||
return;
|
||||
|
||||
nscolor ruleColor =
|
||||
GetVisitedDependentColor(eCSSProperty__moz_column_rule_color);
|
||||
GetVisitedDependentColor(eCSSProperty_column_rule_color);
|
||||
|
||||
// In order to re-use a large amount of code, we treat the column rule as a border.
|
||||
// We create a new border style object and fill in all the details of the column rule as
|
||||
|
||||
Reference in New Issue
Block a user