Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
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 …tyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, $color[BackgroundAttribute::BACKGRO…
[all …]
DLazyLoad.php121 if ($attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) {
122 … $placeholderColor = $attributes->getValueAndRemove(BackgroundAttribute::BACKGROUND_COLOR);
DJumbotronTag.php45 BackgroundAttribute::BACKGROUND_COLOR => "#e9ecef",
DColorRgb.php213 public const BACKGROUND_COLOR = "background-color"; define in ComboStrap\\ColorRgb
/template/strap/ComboStrap/TagAttribute/
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");
/template/strap/syntax/
Dnote.php179 … if (!$attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) {
180 …$attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, "#fff79f"); // lum …
Dbadge.php156 $backgroundColor = $tagAttributes->getValue(ColorRgb::BACKGROUND_COLOR);
171 … $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::BACKGROUND_COLOR, $backgroundColor);
Dhighlightwiki.php60 $tagAttributes->addComponentAttributeValue(ColorRgb::BACKGROUND_COLOR, $colorRgb
Dmenubar.php164 $default[BackgroundAttribute::BACKGROUND_COLOR] = 'light';
/template/strap/ComboStrap/Tag/
DBackgroundTag.php58 $attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, $color);
/template/mikio/
DREADME.md174 - `colors` : Colors can be overridden by including `~~hero-colors BACKGROUND_COLOR HERO_TITLE_COL…