Michael Chalupiak 24d4801414 themes
2025-02-01 15:42:37 -05:00

24 lines
645 B
CSS

/*************
* assistant *
*************/
/*
Contributor notes:
Please use two space indentions.
Stack all related and child selectors and selector states into a logical hierarchy to a readable degree.
Make sure that all changes made here are part of the GtkAssistant.
*/
assistant .sidebar {
padding: 4px;
border: 2px solid @border_dark;
border-image: url("assets/frame_inset.png");
border-image-slice: 2 2 2 2;
border-radius: 0px;
background-color: @bg_bright;
box-shadow: none; }
assistant .sidebar label {
color: @text_color_light; }
assistant .sidebar label.highlight {
color: @text_color; }