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:
parent
36f95f71d3
commit
d1f4117b30
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue