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

跳到导航 跳到搜索
添加566字节 、​ 2021年4月7日 (星期三)
无编辑摘要
imported>=海豚=
(清空页面)
imported>=海豚=
无编辑摘要
(未显示同一用户的1个中间版本)
第1行: 第1行:
 
html {
  scrollbar-color: rgb(213, 213, 213) #fff;
  scrollbar-color: var(--scrollbar-thumb) var(--background-body);
  scrollbar-width: thin;
}
input {
  transition:
   background-color 0.1s linear,
   border-color 0.1s linear,
   color 0.1s linear,
   box-shadow 0.1s linear,
   transform 0.1s ease;
  transition:
   background-color var(--animation-duration) linear,
   border-color var(--animation-duration) linear,
   color var(--animation-duration) linear,
   box-shadow var(--animation-duration) linear,
   transform var(--animation-duration) ease;
}
匿名用户

导航菜单