Browse Source

solid background for helios key binding helper

Nicolas Petton 10 years ago
parent
commit
cdb179e231
2 changed files with 2 additions and 0 deletions
  1. 1 0
      css/helios.css
  2. 1 0
      css/helios.less

+ 1 - 0
css/helios.css

@@ -536,6 +536,7 @@ body[id="helios"] .key_helper .command strong {
 body[id="helios"] .key_helper #binding-helper-main {
   display: block;
   padding: 5px;
+  background: #eee;
 }
 body[id="helios"] .key_helper .label {
   padding: 1px 4px;

+ 1 - 0
css/helios.less

@@ -617,6 +617,7 @@ body[id="helios"] {
 		#binding-helper-main {
 			display: block;
 			padding: 5px;
+			background: #eee;
 		}
 
 		.label {