瀏覽代碼

修改后台样式

Anyon 5 年之前
父節點
當前提交
2a1f741b75

+ 0 - 4
public/static/theme/css/console.css

@@ -10,10 +10,6 @@
 ::-webkit-input-placeholder {
   color: #aaa;
 }
-::-webkit-scrollbar {
-  width: 3px;
-  height: 3px;
-}
 ::-webkit-scrollbar-track {
   background: #ccc !important;
 }

文件差異過大導致無法顯示
+ 0 - 0
public/static/theme/css/console.css.map


+ 0 - 3
public/static/theme/css/console.less

@@ -28,9 +28,6 @@
 }
 
 ::-webkit-scrollbar {
-  width: 3px;
-  height: 3px;
-
   &-track {
     background: #ccc !important
   }

部分文件因文件數量過多而無法顯示