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

跳到导航 跳到搜索
删除16字节 、​ 2021年5月6日 (星期四)
无编辑摘要
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
(未显示同一用户的61个中间版本)
第1行: 第1行:
 
.comment-container-top {
::-webkit-scrollbar {
   border: none;
  height: 10px;
  width: 10px;
}
}
 
.comment-container-top > div:first-child {
::-webkit-scrollbar-track {
   height: 30px;
  background: #efefef;
   line-height: 30px;
  background: var(--background);
   border-radius: 4px 4px 0 0;
  border-radius: 6px;
   box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
}
}
 
.comment-container-top, .comment-container {
  ::-webkit-scrollbar-track {
   margin-left: 0 !important;
  background: #161f27;
   margin-right: 0 !important;
  background: var(--background);
}
}
 
.comment-body textarea, .comment-preview {
::-webkit-scrollbar-thumb {
   margin: 20px 0px 0px -8px;
  background: rgb(213, 213, 213);
   width: 102%;
  background: var(--scrollbar-thumb);
  border-radius: 6px;
}
}
 
.comment-toolbar {
 
   width: 102%;
 
   margin: 0px 0px 0px -8px;
 
::-webkit-scrollbar-thumb:hover {
  background: rgb(196, 196, 196);
  background: var(--scrollbar-thumb-hover);
}
}
匿名用户

导航菜单