New Setup 📦
This commit is contained in:
parent
d16174b447
commit
415dbd08a1
10194 changed files with 1368647 additions and 4 deletions
16
themes/gtk/Dracula/gtk-3.0/widgets/assistant.css
Executable file
16
themes/gtk/Dracula/gtk-3.0/widgets/assistant.css
Executable file
|
@ -0,0 +1,16 @@
|
|||
/*************
|
||||
* 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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue