New Setup 📦
This commit is contained in:
parent
d16174b447
commit
415dbd08a1
10194 changed files with 1368647 additions and 4 deletions
34
themes/gtk/Dracula/gtk-3.0/widgets/column-header.css
Executable file
34
themes/gtk/Dracula/gtk-3.0/widgets/column-header.css
Executable file
|
@ -0,0 +1,34 @@
|
|||
/*****************
|
||||
* column-header *
|
||||
*****************/
|
||||
column-header .button,
|
||||
column-header .button:active {
|
||||
padding: 3px 8px;
|
||||
border-width: 0 1px 1px 0px;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
column-header .button,
|
||||
column-header .button:active,
|
||||
column-header .button:focus,
|
||||
column-header .button:active:focus {
|
||||
border-color: mix(@base_color, black, 0.2);
|
||||
border-bottom-color: mix(@base_color, black, 0.2);
|
||||
background-color: shade(@theme_base_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
column-header .button:hover,
|
||||
column-header .button:active:hover,
|
||||
column-header .button:hover:focus,
|
||||
column-header .button:active:hover:focus {
|
||||
border-color: mix(@base_color, black, 0.2);
|
||||
background-color: shade(@theme_base_color, 0.99);
|
||||
background-image: none;
|
||||
color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
column-header:last-child .button {
|
||||
border-width: 0 0 1px 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue