User:Irukaza/common.css:修订间差异

跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第1行: 第1行:
::-webkit-scrollbar {
::-webkit-scrollbar {
   height: 10px;
   height: 10px;
   width: 10px;
   width: 10px;
}
}
::-webkit-scrollbar-track {
::-webkit-scrollbar-track {
   background: #efefef;
   background: #efefef;
第10行: 第8行:
   border-radius: 6px;
   border-radius: 6px;
}
}
  ::-webkit-scrollbar-track {
  background: #161f27;
  background: var(--background);
}
::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb {
   background: rgb(213, 213, 213);
   background: rgb(213, 213, 213);
第21行: 第13行:
   border-radius: 6px;
   border-radius: 6px;
}
}
::-webkit-scrollbar-thumb:hover {
::-webkit-scrollbar-thumb:hover {
   background: rgb(196, 196, 196);
   background: rgb(196, 196, 196);
   background: var(--scrollbar-thumb-hover);
   background: var(--scrollbar-thumb-hover);
}
}