Lines Matching refs:addStyleDeclarationIfNotSet
117 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $color[ColorRgb::COLOR]);
118 …$attributes->addStyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, $color[BackgroundA…
119 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, $color[ColorRgb::BORDER_COLOR]);
124 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $color[ColorRgb::COLOR]);
125 …$attributes->addStyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, $color[BackgroundA…
126 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, $color[ColorRgb::BORDER_COLOR]);
133 $attributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $primaryColor);
134 … $attributes->addStyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, "transparent");
142 … $attributes->addStyleDeclarationIfNotSet("border", "1px solid " . $borderColor);
150 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, "$primaryColor!important");
151 … $attributes->addStyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, "transparent");
152 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, "transparent");