미디어위키:Gadget-editsummary.css: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
Gapo (토론 | 기여)
 
(차이 없음)

2012년 8월 27일 (월) 03:01 기준 최신판

#esSummaryButtons {
  white-space: nowrap;
}
 
#esSummaryButtons esSummaryButton {
  background: #C2F2FF;
  border: 1px solid #9BD5F5;
  padding: 0px 2px;
  margin: 2px;
  cursor: pointer;
  font-size: 80%;
  line-height: 17px;
  color: #5B5B5B;
}
 
#esSummaryButtons esSummaryButton:hover {
  background: #B1EBFF;
  border: 1px solid #64BDF0;
  color: black;
  text-decoration: none;
}