luckyphoenix 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/css/alist_skin_v3.css +4 -4
- package/package.json +1 -1
package/css/alist_skin_v3.css
CHANGED
@@ -44,9 +44,9 @@ code {
|
|
44
44
|
}
|
45
45
|
|
46
46
|
/*图标 颜色*/
|
47
|
-
button
|
48
|
-
a
|
49
|
-
div
|
47
|
+
button>svg,
|
48
|
+
a>svg.hope-icon,
|
49
|
+
div>svg.hope-icon {
|
50
50
|
color: rgb(24, 144, 255) !important;
|
51
51
|
}
|
52
52
|
|
@@ -92,7 +92,7 @@ div svg.hope-icon {
|
|
92
92
|
}
|
93
93
|
/*搜索快捷键 隐藏CTRL+K*/
|
94
94
|
.header-right div div {
|
95
|
-
|
95
|
+
display: none !important;
|
96
96
|
}
|
97
97
|
|
98
98
|
/*白天模式 搜索主体+毛玻璃*/
|