Przeglądaj źródła

更新 'login_html.js'

WXT往昔 3 lat temu
rodzic
commit
6c3a6ab373
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      login_html.js

+ 5 - 1
login_html.js

@@ -113,13 +113,17 @@ z-index:999999;">
 #ifame::-webkit-scrollbar{
       width: 5px;
       height: 8px;
+background-color: rgb(255, 255, 255);
       }
      #ifame::-webkit-scrollbar-button{
       width: 0px;
       height: 0px;
       }
       #iframe::-webkit-scrollbar-thumb{
-      background-color: rgb(53, 185, 149);
+
+      width: 5px;
+      height: 8px;
+background-color: rgb(53, 185, 149);
       }
 
     </style>