OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
16
public/assets/css/libs/slimselect.leantime.css
Normal file
16
public/assets/css/libs/slimselect.leantime.css
Normal file
@@ -0,0 +1,16 @@
|
||||
span.arrow-up, span.arrow-down {
|
||||
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
||||
font-weight: var(--fa-style, 900);
|
||||
font-size: 1em;
|
||||
transform: none !important;
|
||||
border-width: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
span.arrow-up::before {
|
||||
content: "\f0d8";
|
||||
}
|
||||
|
||||
span.arrow-down::before {
|
||||
content: "\f0d7";
|
||||
}
|
||||
Reference in New Issue
Block a user