Skip to content

Commit e74807a

Browse files
committed
0.47.088
1 parent fedeb86 commit e74807a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

luci-app-openclash/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=luci-app-openclash
4-
PKG_VERSION:=0.47.087
4+
PKG_VERSION:=0.47.088
55
PKG_MAINTAINER:=vernesong <https://github.com/vernesong/OpenClash>
66

77
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

luci-app-openclash/luasrc/view/openclash/status.htm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,13 @@
296296
box-sizing: border-box;
297297
}
298298

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+
299306
.oc .sub-card.stat-item {
300307
display: flex;
301308
flex-direction: column;

0 commit comments

Comments
 (0)