Home
last modified time | relevance | path

Searched refs:BACKGROUND_COLOR (Results 1 – 10 of 10) sorted by relevance

/plugin/combo/ComboStrap/
H A DSkin.php25 BackgroundAttribute::BACKGROUND_COLOR => "#d1ecf1",
30 BackgroundAttribute::BACKGROUND_COLOR => "#fff79f",
35 BackgroundAttribute::BACKGROUND_COLOR => "#fff3cd",
40 BackgroundAttribute::BACKGROUND_COLOR => "#28a745",
45 BackgroundAttribute::BACKGROUND_COLOR => "#dc3545",
50 BackgroundAttribute::BACKGROUND_COLOR => "#343a40",
55 BackgroundAttribute::BACKGROUND_COLOR => "#f8f9fa",
66 BackgroundAttribute::BACKGROUND_COLOR => $primaryColorRgbHex,
71 BackgroundAttribute::BACKGROUND_COLOR => $secondaryColorRgbHex,
118 $attributes->addStyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR,
[all...]
H A DLazyLoad.php121 if ($attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) {
122 $placeholderColor = $attributes->getValueAndRemove(BackgroundAttribute::BACKGROUND_COLOR);
H A DJumbotronTag.php45 BackgroundAttribute::BACKGROUND_COLOR => "#e9ecef",
H A DColorRgb.php213 public const BACKGROUND_COLOR = "background-color"; define in ComboStrap\\ColorRgb
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php29 const BACKGROUND_COLOR = 'background-color'; define in ComboStrap\\TagAttribute\\BackgroundAttribute
94 $backgroundColor = $background[self::BACKGROUND_COLOR] ?? null;
96 $tagAttributes->addComponentAttributeValueIfNotEmpty(self::BACKGROUND_COLOR, $backgroundColor);
246 if ($tagAttributes->hasComponentAttribute(self::BACKGROUND_COLOR)) {
248 $colorValue = $tagAttributes->getValueAndRemove(self::BACKGROUND_COLOR);
261 $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_COLOR, 'unset!important');
266 $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_COLOR, $colorValue);
342 if (!$tagAttributes->hasComponentAttribute(self::BACKGROUND_COLOR)) {
344 $tagAttributes->addComponentAttributeValue(self::BACKGROUND_COLOR, "steelblue");
/plugin/combo/syntax/
H A Dnote.php179 if (!$attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) {
180 $attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, "#fff79f"); // lum - 195
H A Dbadge.php156 $backgroundColor = $tagAttributes->getValue(ColorRgb::BACKGROUND_COLOR);
171 $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::BACKGROUND_COLOR, $backgroundColor);
H A Dhighlightwiki.php60 $tagAttributes->addComponentAttributeValue(ColorRgb::BACKGROUND_COLOR, $colorRgb
H A Dmenubar.php164 $default[BackgroundAttribute::BACKGROUND_COLOR] = 'light';
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php58 $attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, $color);