Files
dotfiles-nix/.themes/Windows 95 Plus!/Redmond97 SE The 60s USA/gtk-4.0/gtk-buttons.css
2026-01-07 20:36:21 +03:00

21 lines
438 B
CSS

/****************
* Spinbutton *
****************/
spinbutton {
padding: 1px;
border-top: 1px solid @dark_shadow;
border-left: 1px solid @dark_shadow;
border-bottom: 1px solid @light_shadow;
border-right: 1px solid @light_shadow;
border-radius: 0px;
background-color: @base_color;
color: @text_color; }
spinbutton text {
background-color: @theme_base_color;
color: @fg_color;
padding: 4px;
}