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

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
(未显示同一用户的1个中间版本)
第8行: 第8行:
   background: #ddd;
   background: #ddd;
}
}
input:focus {
button,input {
   box-shadow: 0 0 0 2px #0096bfab;
   color: #000;
  box-shadow: 0 0 0 2px var(--focus);
   color: #000;
   background-color: #efefef;
   background-color: #efefef;
   font-family: inherit;
   font-family: inherit;
第21行: 第19行:
   border-radius: 6px;
   border-radius: 6px;
   outline: none;
   outline: none;
}
input:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
}
}

2021年4月7日 (三) 20:53的版本

button:hover {
  background: #ddd;
}
input[type='submit']:hover {
  background: #ddd;
}
input[type='button']:hover {
  background: #ddd;
}
button,input {
  color: #000;
  background-color: #efefef;
  font-family: inherit;
  font-size: inherit;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 10px;
  border: none;
  border-radius: 6px;
  outline: none;
}
input:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
}