You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
964 B

2 years ago
global css body
d:flex fld:column jc:flex-start ai:center
m:0 w:100% h:100% bg:#20222f
ff:sans-serif fw:1
user-select:none
global css input
w:100% h:50px px:20px fl:1
fs:20px ta:center
bd:1px solid purple4
bg:purple4/10 c:blue3 caret-color:blue3
outline:none rd:5px
global css a
td:none
global css .disabled *
@important c:gray4 cursor:default user-select:none pointer-events:none
global css .disabled $main-input
@important bg:gray4/10 bc:gray4
2 years ago
global css .tips
d:flex fld:row w:100% fl:1
2 years ago
c:purple4 fs:20px cursor:pointer
fs:14px pt:15px
2 years ago
jc:end ta:center
2 years ago
global css .tip
d:flex fld:column jc:start fl:1
bdr:1px solid blue3/10
min-width:0 p:5px ta:center
@first ta:left
@last ta:right bd:none
global css .tip.noclick
cursor:auto
2 years ago
global css .tip-hotkey
fs:12px c:purple3/50
global css .tip-content
pt:2px fs:14px c:purple3
global css .selected
bg:blue3/5
2 years ago
global css .ellipsis
of:hidden text-overflow:ellipsis white-space:nowrap