change tree font
This commit is contained in:
parent
e033d8e394
commit
5676d526e5
1 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@
|
|||
}
|
||||
.webbpm.account-applications dropdown-tree-view .dropdown > button:not(:disabled):not(.disabled),
|
||||
.webbpm.account-applications dropdown-tree-view .dropdown > button:not(:disabled):not(.disabled):is(:focus, :active) {
|
||||
font-family: 'Gilroy';
|
||||
font-family: 'Golos';
|
||||
font-size: var(--size-text-secondary);
|
||||
color: var(--color-text-primary);
|
||||
text-align: left;
|
||||
|
|
@ -181,7 +181,7 @@
|
|||
box-shadow: none;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.webbpm.account-applications dropdown-tree-view .dropdown > button::after {
|
||||
content: "\f282";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue