Skip to content

How to change the drop marker color in CSS ? #3534

Answered by piroor
haoadoreorange asked this question in Q&A
Discussion options

You must be logged in to vote

There is the hint:

--tab-dropmarker: -moz-fieldtext;

For example:

:root {
  --tab-dropmarker: red;
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@haoadoreorange
Comment options

@haoadoreorange
Comment options

Answer selected by haoadoreorange
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants