Files
dotfiles-nix/.themes/Redmond97 SE Jet Blue/gtk-4.0/gtk-combobox.css
2026-01-07 20:36:21 +03:00

6 lines
160 B
CSS

/*Dimensions work fine in GTK3, but not 4. Hacky workaround*/
combobox button:active box,
combobox button:checked box {
margin: 0px;
margin-left: -1px; }