add dark context menus for TreeStyleTab
This commit is contained in:
parent
7e17a90993
commit
9bbeca1368
|
@ -13,6 +13,12 @@
|
|||
a {
|
||||
color: var(--primary-accent-color-dark) !important;;
|
||||
}
|
||||
|
||||
#tabContextMenu {
|
||||
background: var(--grey-60) !important;
|
||||
border: none !important;
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue