social_stream icon indicating copy to clipboard operation
social_stream copied to clipboard

Background color of selcted messages

Open miriambrueckner opened this issue 9 months ago • 2 comments

There must be some css to change the background color of selected messages? Can you give me some advice? Image

miriambrueckner avatar Mar 11 '25 17:03 miriambrueckner

sorry for the extremly pixelated image - but I hope it's enough to see what I mean by "selceted"

miriambrueckner avatar Mar 11 '25 17:03 miriambrueckner

Image

I'm not entirely sure of your setup and what selected yo are referring to

If I add this to OBS, I get the following for example

.queued {
    background-color: #F0FC !important;
}
:root {
  --pressed-color: #F00C;
  --pinned-bg: #FF0C;
}

Image

steveseguin avatar Mar 11 '25 17:03 steveseguin