added background for flat text buttons
authorLinda Nichols <lynnaloo@gmail.com>
Fri, 18 Apr 2014 19:08:14 +0000 (19:08 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Fri, 18 Apr 2014 19:08:14 +0000 (19:08 +0000)
lib/enyo-x/source/less/screen.less

index dbe9898..3b14362 100644 (file)
@@ -14,6 +14,7 @@
 @slate-blue: #357ec7;
 @dark-slate-blue: #1a4f77;
 @lightest-gray: #efefef;
+@button-gray: #e1e1e1;
 @earl-grey: #f3f3f3;
 @silver: #aaa;
 @smoke: #d7d7d7;
@@ -137,7 +138,7 @@ body {
   .onyx-button {
     margin: 2px;
     min-width: 60px;
-    background: #e1e1e1;
+    background: @button-gray;
     color: @charcoal;
     font-size: 20px;
     &.text {