Sfoglia il codice sorgente

更新 'login_html.js'

WXT往昔 3 anni fa
parent
commit
c1e4461744
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      login_html.js

+ 13 - 0
login_html.js

@@ -108,6 +108,19 @@ z-index:999999;">
         overflow-y:scroll;
         overflow-x:hidden;
 }
+
+
+#ifame::-webkit-scrollbar{
+      width: 5px;
+      height: 8px;
+      }
+      #ifame::-webkit-scrollbar-button{
+      background-color: rgb(53, 185, 149);
+      }
+      #ifame::-webkit-scrollbar-track{
+          background-color: rgb(255, 255, 255);
+      }
+
     </style>
     `)