Bladeren bron

Helios: grey background for welcome page buttons

Nicolas Petton 11 jaren geleden
bovenliggende
commit
d24f6f7fd6
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 1 0
      css/helios.css
  2. 1 0
      css/helios.less

+ 1 - 0
css/helios.css

@@ -284,6 +284,7 @@ body[id="helios"] .welcome h2 {
   color: #666;
 }
 body[id="helios"] .welcome button {
+  background: #eee;
   margin: 10px;
   padding: 20px;
   height: auto;

+ 1 - 0
css/helios.less

@@ -337,6 +337,7 @@ body[id="helios"] {
 		}
 
 		button {
+			background: #eee;
 			margin: 10px;
 			padding: 20px;
 			height: auto;