Searched refs:BACKGROUND_COLOR (Results 1 – 10 of 10) sorted by relevance
/plugin/combo/ComboStrap/ |
D | Skin.php | 25 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 …tyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, $color[BackgroundAttribute::BACKGRO… [all …]
|
D | LazyLoad.php | 121 if ($attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) { 122 … $placeholderColor = $attributes->getValueAndRemove(BackgroundAttribute::BACKGROUND_COLOR);
|
D | JumbotronTag.php | 45 BackgroundAttribute::BACKGROUND_COLOR => "#e9ecef",
|
D | ColorRgb.php | 213 public const BACKGROUND_COLOR = "background-color"; define in ComboStrap\\ColorRgb
|
/plugin/combo/ComboStrap/TagAttribute/ |
D | BackgroundAttribute.php | 29 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/ |
D | note.php | 179 … if (!$attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) { 180 …$attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, "#fff79f"); // lum …
|
D | badge.php | 156 $backgroundColor = $tagAttributes->getValue(ColorRgb::BACKGROUND_COLOR); 171 … $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::BACKGROUND_COLOR, $backgroundColor);
|
D | highlightwiki.php | 60 $tagAttributes->addComponentAttributeValue(ColorRgb::BACKGROUND_COLOR, $colorRgb
|
D | menubar.php | 164 $default[BackgroundAttribute::BACKGROUND_COLOR] = 'light';
|
/plugin/combo/ComboStrap/Tag/ |
D | BackgroundTag.php | 58 $attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, $color);
|