forked from nexmoe/saladict-skin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (60 loc) · 1.15 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.menuBar {
background-color: #fff;
border-bottom: 1px solid #eee;
padding: 8px;
}
.menuBar-Btn_Icon,
.menuBar-Btn_Icon-fav {
fill: #222;
}
.mtaBox-TextArea-Wrap,
.mtaBox-DrawerBtn,
.waveformBox.saladict-external,
.dictItemHead-Logo,
.menuBar-SearchBox_Wrap, /* 此行隐藏的悬浮窗口上的搜索框 */
.menuBar-Btn[title="查单词"] /* 此行隐藏的悬浮窗口上的搜索按钮 */
{
display: none;
}
.dictItem {
padding: 0 10px;
}
.dictItem:first-child {
padding-top: 10px;
}
.dictItem-Body {
padding: 0 3px;
}
.dictItemHead {
background: #eee;
border-radius: 6px;
padding: 6px;
height: auto;
border-style: unset;
}
.dictItemHead-Menus_Btn svg {
fill: #2c2b2b17;
}
.dictItemHead-Title {
font-weight: bold;
}
.dictItemHead-FoldArrow {
padding: 5px;
}
.dictItemHead-Loader>div {
width: 4px;
height: 4px;
margin: 1px;
background: #99c99d;
border-radius: 100%;
}
.menuBar-Btn_Icon, .menuBar-Btn_Icon-fav, .menuBar-Btn_Icon-history {
width: 70%;
height: 70%;
}
.dictPanel-Root {
box-shadow: rgba(0, 0, 0, 0.2) 0 7px 21px 2px;
}
.isAnimate .menuBar-Btn, .isAnimate .menuBar-Btn-dir {
border-radius: 6px;
}