mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-24 05:09:52 -05:00
17 lines
367 B
CSS
17 lines
367 B
CSS
|
/*************
|
||
|
* assistant *
|
||
|
*************/
|
||
|
GtkAssistant .sidebar .highlight {
|
||
|
font: bold;
|
||
|
}
|
||
|
|
||
|
GtkAssistant .sidebar {
|
||
|
padding: 4px;
|
||
|
border-width: 0 1px 0 0;
|
||
|
border-style: solid;
|
||
|
border-right-color: shade(@theme_bg_color, 0.8);
|
||
|
border-radius: 0;
|
||
|
background-color: @theme_bg_color;
|
||
|
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
|
||
|
}
|