修改后台样式

This commit is contained in:
Anyon 2019-12-14 14:43:05 +08:00
parent ebf977c7c6
commit 2a1f741b75
3 changed files with 1 additions and 8 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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