1
0
فهرست منبع

Helios: grey background for welcome page buttons

Nicolas Petton 11 سال پیش
والد
کامیت
d24f6f7fd6
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;