[beast: 43/70] EBEAST: move background fallback definitions into .gradient-01-bg



commit 355fd130d7ad05b0a2b7df7b12dea2e6d9251128
Author: Tim Janik <timj gnu org>
Date:   Mon Mar 6 01:40:17 2017 +0100

    EBEAST: move background fallback definitions into .gradient-01-bg
    
    Signed-off-by: Tim Janik <timj gnu org>

 ebeast/app.less |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ebeast/app.less b/ebeast/app.less
index daea80b..d4fda52 100644
--- a/ebeast/app.less
+++ b/ebeast/app.less
@@ -29,14 +29,14 @@ BrowserWindowDefaults               { ; /* used by main.js */
                                  defaultMonospaceFontSize: 13;              /* int needed */ }
 gradient-01                    { -im-convert: "-size 67x1080 -attenuate 0.2 +noise Uniform
                                                gradient:@{panel-background-lg0}-@{panel-background-lg1}"; }
-.gradient-01-bg                        { background: url(gradient-01.png) center repeat-x; background-size: 
auto 100%; }
-html                           { width: 100vw; height: 100vh; font-family: sans; }
-body                           { width: 100%; height: 100%; overflow: hidden; font: inherit;
-                                 padding: 0; margin: 0; color: @theme-foreground;
-                                 background-color: @theme-background;
+.gradient-01-bg                        { background-color: @theme-background;
                                  /* gradient with banding */
                                  background-image: @panel-background-lg;
                                  /* gradient image with reduced banding */
+                                 background: url(gradient-01.png) center repeat-x; background-size: auto 
100%; }
+html                           { width: 100vw; height: 100vh; font-family: sans; }
+body                           { width: 100%; height: 100%; overflow: hidden; font: inherit;
+                                 padding: 0; margin: 0; color: @theme-foreground;
                                  .gradient-01-bg; }
 body.window-inactive           { color: fade(@theme-foreground, 80%); }
 *                              { box-sizing: border-box; text-overflow: ellipsis; }


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