Skip to content

Commit 0f140b7

Browse files
authored
Merge pull request #8265 from kritishd8/dev
Added workspace color bg to search mode indicators
2 parents 7d94cad + b4812e8 commit 0f140b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/zen/common/styles/zen-urlbar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,10 @@ button.popup-notification-dropmarker {
507507
}
508508
}
509509

510+
#urlbar-search-mode-indicator {
511+
background-color: color-mix(in srgb, var(--zen-primary-color) 50%, transparent 50%) !important;
512+
}
513+
510514
/* Code ~~stolen~~ taken inspiration from https://github.com/greeeen-dev/zen-arc-cmd-bar
511515
*
512516
* MIT License

0 commit comments

Comments
 (0)