DorianRudolph/sirula

Customize search bar style

jplatte opened this issue · 4 comments

I think the search bar would look better if it didn't have the usual text entry rounded corners. Maybe it should only have the blinking cursor and a border at the bottom, not any of the other edges. I'm not very accustomed to Gtk customization, so unsure how hard this would be.

Oh, I see CSS is already supported. Maybe you should open up the GitHub wiki feature for this Repo so people have a place to share CSS tweaks :)

Yes, the following CSS should work.

#search {
    border: unset;
    outline: unset;
    box-shadow: unset;
    border-radius: unset;
    border-bottom: 1px solid white;
}

I also created a wiki now.

Thanks! That style looks nice.

I think the Wiki can only be edited by you currently though.

It should be public now