Home
last modified time | relevance | path

Searched refs:CSSBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.inc.php18 $this->default_value = new Background(CSSBackgroundColor::default_value(),
45 $background = new Background(CSSBackgroundColor::parse($value),
58 CSS::register_css_property(new CSSBackgroundColor($bg, '_color'));
H A Dcss.background.color.inc.php6 class CSSBackgroundColor extends CSSSubFieldProperty { class
47 return CSSBackgroundColor::default_value();
H A Dvalue.background.php76 * @see CSSBackgroundColor::default_value
83 $this->_color->equals(CSSBackgroundColor::default_value()) &&