JS Sidebar: Fix fonts

Via CSS var to make sure we use them consistently throughout
jscomponents. In some browsers it was being set with serif specimen

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I418ad3a313c394e526b6e4e1c46ebe3616212d40
This commit is contained in:
Pedro Pinto Silva 2021-07-13 15:45:22 +02:00 committed by pedropintosilva
parent 36f95f71d3
commit d1f4117b30

View file

@ -2,6 +2,11 @@
display: inline-flex;
}
.sidebar * {
font-family: var(--jquery-ui-font);
text-transform: none !important;
}
.sidebar .ui-content .unobutton {
width: 24px;
height: 24px;