소스 검색

更新 'login_html.js'

WXT往昔 3 년 전
부모
커밋
6c3a6ab373
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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>