Browse Source

Fix button

Visman 1 năm trước cách đây
mục cha
commit
06486e890b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/style/ForkBB/admin.css

+ 1 - 1
public/style/ForkBB/admin.css

@@ -1338,6 +1338,6 @@
   width: auto;
   width: auto;
 }
 }
 
 
-#forka .f-fbtn[data-name="uninstall"]:not(.origin) {
+#forka .f-fbtn[name="uninstall"]:not(.origin) {
   color: red;
   color: red;
 }
 }