clean 🫠
This commit is contained in:
parent
d3435e53a4
commit
d16174b447
9565 changed files with 0 additions and 1315422 deletions
|
@ -1,34 +0,0 @@
|
|||
/*****************
|
||||
* 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