Closed Jacob-Vlijm closed 5 years ago
In ClockWorks, I replaced the regular buttons by Gtk.ColorButton - buttons. The lowest in the image seems to be slightly cut off though. Not sure if it is the used css (in the applet) or the theme. In other themes, none of the buttons is cut off.
css: .colorbutton { border-color: transparent; padding: 0px; border-width: 10px; border-radius: 4px; }
.colorbutton { border-color: transparent; padding: 0px; border-width: 10px; border-radius: 4px; }
In ClockWorks, I replaced the regular buttons by Gtk.ColorButton - buttons. The lowest in the image seems to be slightly cut off though. Not sure if it is the used css (in the applet) or the theme. In other themes, none of the buttons is cut off.
css:
.colorbutton { border-color: transparent; padding: 0px; border-width: 10px; border-radius: 4px; }