We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedeb86 commit e74807aCopy full SHA for e74807a
luci-app-openclash/Makefile
@@ -1,7 +1,7 @@
1
include $(TOPDIR)/rules.mk
2
3
PKG_NAME:=luci-app-openclash
4
-PKG_VERSION:=0.47.087
+PKG_VERSION:=0.47.088
5
PKG_MAINTAINER:=vernesong <https://github.com/vernesong/OpenClash>
6
7
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
luci-app-openclash/luasrc/view/openclash/status.htm
@@ -296,6 +296,13 @@
296
box-sizing: border-box;
297
}
298
299
+.oc .sub-card:hover {
300
+ background: var(--hover-bg, #f3f4f6);
301
+ border-color: var(--primary-color, #3b82f6);
302
+ transform: translateY(-2px);
303
+ box-shadow: var(--shadow-sm);
304
+}
305
+
306
.oc .sub-card.stat-item {
307
display: flex;
308
flex-direction: column;
0 commit comments