소스 검색

Helios: makes the action text of key helpers bold for better readability

Nicolas Petton 10 년 전
부모
커밋
4d20fcf54c
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      css/helios.css
  2. 1 0
      css/helios.less

+ 1 - 0
css/helios.css

@@ -545,6 +545,7 @@ body[id="helios"] .key_helper .label {
 body[id="helios"] .key_helper .action {
   padding: 0 0.5em 0 5px;
   color: inherit;
+  font-weight: bold;
 }
 body[id="helios"] .key_helper .selected {
   background-image: linear-gradient(top, #cccccc, #bbbbbb);

+ 1 - 0
css/helios.less

@@ -627,6 +627,7 @@ body[id="helios"] {
 		.action {
 			padding: 0 0.5em 0 5px;
 			color: inherit;
+			font-weight: bold;
 		}
 
 		.selected {