케이보드 버튼 색상 변경

워드프레스Tip
작성자
어**
작성일
2022-08-17 02:17
조회
575
/* 버튼의 색상을 변경*/
a.kboard-default-button-small,
input.kboard-default-button-small,
button.kboard-default-button-small { color: white !important; background: #1e73be !important; }

/* 리스트 하단의 페이징 버튼의 색상을 변경*/
#kboard-default-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-default-list .kboard-pagination .kboard-pagination-pages li.active a { color: white !important; background: #1e73be !important; }
전체 0