mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
12 lines
292 B
CSS
12 lines
292 B
CSS
|
afx-app-window[data-id ='Booklet'] div.editor-toolbar{
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id ='Booklet'] afx-tree-view .afx-tree-view-item:before{
|
||
|
content: "\f292";
|
||
|
font-family: "FontAwesome";
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
}
|