wangtao пре 2 година
родитељ
комит
bc5dbf64e4

+ 6 - 6
相关文档/20221020智慧楼宇-开发文件/20221019智慧楼宇/index.html

@@ -3369,12 +3369,12 @@
             -webkit-appearance: none
         }
         
-        ::-webkit-input-placeholder {
+         ::-webkit-input-placeholder {
             color: inherit;
             opacity: .54
         }
         
-        ::-webkit-file-upload-button {
+         ::-webkit-file-upload-button {
             -webkit-appearance: button;
             font: inherit
         }
@@ -3383,21 +3383,21 @@
             box-sizing: border-box;
         }
         
-        ::-webkit-scrollbar {
+         ::-webkit-scrollbar {
             width: 8px;
             height: 8px;
             background: #20212300;
             border-radius: 4px;
         }
         
-        ::-webkit-scrollbar-thumb {
+         ::-webkit-scrollbar-thumb {
             border: 1px solid rgba(105, 99, 99, 0.2);
             background-color: rgba(15, 15, 15, 0.3);
             border-radius: 4px;
         }
         
-        ::-webkit-scrollbar-corner,
-        ::-webkit-resizer {
+         ::-webkit-scrollbar-corner,
+         ::-webkit-resizer {
             background: #20212300;
         }