diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-28 16:55:31 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-28 16:55:31 +0100 |
commit | a3b7a1089c51316d86cb1f765297b1ecc6d5b352 (patch) | |
tree | 1befd648207025216071e83b2e73d271082fb0a1 /src/styleengine.hh | |
parent | ada56dab550c299bfa1749f900b14b0b94a64471 (diff) |
add workaround for table row coloring
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh index 60b044b8..7631eb55 100644 --- a/src/styleengine.hh +++ b/src/styleengine.hh @@ -11,6 +11,7 @@ class StyleEngine : public Doctree { public: dw::core::style::Style *style; const char *styleAttribute; + bool inheritBackgroundColor; }; dw::core::Layout *layout; @@ -44,6 +45,7 @@ class StyleEngine : public Doctree { void endElement (int tag); void setPseudo (const char *pseudo); void setNonCssHints (CssPropertyList *nonCssHints); + void inheritBackgroundColor (); inline dw::core::style::Style *style () { dw::core::style::Style *s = stack->getRef (stack->size () - 1)->style; |