emmental/emmental/emmental.css
Anna Schumaker 69c59438c2 buttons: Create a SplitButton
This is inspired by the Adw.SplitButton, except it allows for
configuring the secondary button so we can show the current autopause
count.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-04-12 10:41:58 -04:00

23 lines
389 B
CSS

/* Copyright 2022 (c) Anna Schumaker. */
/* Make the Gtk.Paned separator transparent with extra padding */
paned.emmental-pane>separator {
opacity: 0;
padding: 8px;
}
*.emmental-padding {
padding: 8px;
}
box.emmental-splitbutton>button {
border-radius: 0%;
margin-left: -1px;
}
box.emmental-splitbutton>menubutton>button {
border-radius: 0%;
margin-left: -1px;
padding: 6px;
}