[beast: 57/70] EBEAST: provide @button-active-lg and @button-radius settings in app.less



commit d6eade6c1eee61ff747ff36f089928a0e580cc4c
Author: Tim Janik <timj gnu org>
Date:   Wed Mar 8 09:45:48 2017 +0100

    EBEAST: provide @button-active-lg and @button-radius settings in app.less
    
    Signed-off-by: Tim Janik <timj gnu org>

 ebeast/app.less |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ebeast/app.less b/ebeast/app.less
index 31dca09..8363d23 100644
--- a/ebeast/app.less
+++ b/ebeast/app.less
@@ -19,11 +19,13 @@
 @button-light:                 #999999;
 @button-lg:                    linear-gradient(to bottom, #777777 0%, #707070 45%, #606060 55%, #555555 
100%);
 @button-dark:                  #444444;
-@button-border:                #555555;
+@button-radius:                        @theme-border-radius;
+@button-border:                #333333;
 @button-hover:                 fade(#ffffff, 10%);
 @button-active:                        fade(#000000, 20%);
 @button-active-fg:             #bbbbbb;
-@button-active-border:         #333333;
+@button-active-lg:                     linear-gradient(to bottom, #606060 0%, #707070 50%, #606060 100%);
+@button-active-border:         #555555;
 @glow-control:                 #0080ff;
 @focus-outline:                        1px solid @glow-control;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]