Przeglądaj źródła

Update 按钮样式调整

YueYunyun 2 lat temu
rodzic
commit
ab6d16ac6c

+ 9 - 0
VbdsmUI_V2.1.1/src/static/js/lib/easyui/themes/vber/easyui.css

@@ -2883,3 +2883,12 @@ html {
 	color: #eee;
 	background-color: #1f449a;
 }
+
+.l-btn {
+	padding: 3px 5px;
+	border-radius: 5px;
+}
+.l-btn:hover {
+	background: #1f449a;
+	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
+}