From 44667268ea8b093f0bfc0b0a0229b66968cceb20 Mon Sep 17 00:00:00 2001 From: Dariusz Szut Date: Tue, 1 Feb 2022 13:15:39 +0100 Subject: [PATCH] IBX-2163: Changed placeholder color in global search (#285) --- src/bundle/Resources/public/scss/_main-header.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bundle/Resources/public/scss/_main-header.scss b/src/bundle/Resources/public/scss/_main-header.scss index 3073c6afd2..910d603382 100644 --- a/src/bundle/Resources/public/scss/_main-header.scss +++ b/src/bundle/Resources/public/scss/_main-header.scss @@ -61,6 +61,10 @@ &.ibexa-input--text:not(:focus):placeholder-shown { border-color: transparent; } + + &::placeholder { + color: $ibexa-color-light; + } } .ibexa-input-text-wrapper__action-btn--search {