css: use variable for separator color
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: Id9f07bac4f653c1f51bade1124cfee730247d6fd
This commit is contained in:
parent
aeaba960db
commit
a142cd9161
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ td.jsdialog > [id^='table-box']:not(.sidebar) {
|
|||
.jsdialog.ui-separator.vertical {
|
||||
margin: 5px 0px;
|
||||
padding-right: 1px;
|
||||
background-color: #888;
|
||||
background-color: var(--color-background-darker);
|
||||
}
|
||||
|
||||
.jsdialog.ui-separator.horizontal {
|
||||
|
|
Loading…
Reference in a new issue