「User:Irukaza/common.css」:修訂間差異

跳至導覽 跳至搜尋
增加 433 位元組 、​ 2021年4月7日 (星期三)
無編輯摘要
imported>=海豚=
(清空页面)
imported>=海豚=
無編輯摘要
(未顯示同一使用者於中間所作的 1 次修訂)
行 1: 行 1:
button,
input[type='submit'],
input[type='button'] {
  padding-right: 30px;
  padding-left: 30px;
}


button:hover {
  background: #ddd;
  background: var(--button-hover);
}
input[type='submit']:hover {
  background: #ddd;
  background: var(--button-hover);
}
input[type='button']:hover {
  background: #ddd;
  background: var(--button-hover);
}
input:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
}
匿名使用者

導覽選單