overwrite-vex.css use var colors
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: Idddf62b6c8a3be87df4893d01fe1860d69ab7284
This commit is contained in:
parent
bb4f68be8b
commit
6f2be29ab7
2 changed files with 6 additions and 6 deletions
|
@ -495,8 +495,8 @@
|
|||
|
||||
.ui-drawing-area-loader
|
||||
{
|
||||
border: 5px solid #f3f3f3;
|
||||
border-top: 5px solid #d6d6d6;
|
||||
border: 5px solid var(--color-border-lighter);
|
||||
border-top: 5px solid var(--color-border);
|
||||
border-radius: 50%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
padding: 1px 2px;
|
||||
margin-right: 2px;
|
||||
font-size: 11px;
|
||||
border: thin solid lightgray;
|
||||
border: 1px solid var(--color-border-lighter);
|
||||
background: var(--color-background-lighter);
|
||||
color: gray;
|
||||
color: var(--color-text-lighter);
|
||||
box-sizing: border-box;
|
||||
vertical-align: top;
|
||||
font-weight: bold;
|
||||
|
@ -36,7 +36,7 @@
|
|||
/* TODO: remove specific z-index from our codebase
|
||||
so that the following line can also be removed */
|
||||
z-index: 2000;
|
||||
background-color: #1c5fa814;
|
||||
background-color: var(--color-main-background);
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
position: absolute;
|
||||
|
@ -155,7 +155,7 @@
|
|||
|
||||
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input{
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: inset 0 0 2px 0 lightgray;
|
||||
box-shadow: inset 0 0 2px 0 var(--color-box-shadow);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue