WIP style adjustments to match eh22 styleguide
This commit is contained in:
parent
d55ab6d7eb
commit
9402a254c6
56 changed files with 966 additions and 232 deletions
|
@ -32,7 +32,7 @@ div#dwpl-ti-container {
|
|||
|
||||
&.selected {
|
||||
position: relative;
|
||||
background-color: @ini_background;
|
||||
background-color: var(--color-background);
|
||||
color: @ini_text;
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ div#dwpl-ti-container {
|
|||
position: relative;
|
||||
overflow: auto;
|
||||
box-shadow: @box-shadow;
|
||||
background-color: @ini_background;
|
||||
background-color: var(--color-background);
|
||||
border: solid 1px @ini_border;
|
||||
border-radius: 0;
|
||||
margin-top: -1px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue