无编辑摘要
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
| 第22行: | 第22行: | ||
body .ui-button { | body .ui-button { | ||
box-shadow: 0 0 0 0 !important; | box-shadow: 0 0 0 0 !important; | ||
} | |||
::-webkit-scrollbar-thumb { | |||
border: 0; | |||
min-height: 34px; | |||
padding-top: 100; | |||
background-clip: padding-box; | |||
background-color: rgba(0,0,0,.2); | |||
} | |||
::-webkit-scrollbar-track { | |||
border: 0; | |||
background-clip: padding-box; | |||
/* background-color: rgba(206,205,197,.95); */ | |||
} | |||
::selection { | |||
background: rgba(0,0,0,.1); | |||
text-shadow: none; | |||
} | } | ||
/* 链接显示效果 */ | /* 链接显示效果 */ | ||