css点击高亮

.btn-default:active:focus, .btn-default:active:hover {
  color: #333;
  background-color:lightseagreen;
  border-color: #8c8c8c;
}
.btn {
	background: #eee;
}

  <input class="btn btn-default" type="button" value="Input">

 

posted @ 2019-07-05 10:59  安筱雨  阅读(6965)  评论(0编辑  收藏  举报