[beast/ebeast] EBEAST: move background fallback definitions into .gradient-01-bg
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/ebeast] EBEAST: move background fallback definitions into .gradient-01-bg
- Date: Tue, 7 Mar 2017 22:47:42 +0000 (UTC)
commit be48e2e7c3761b52a4ec6eb5f2259d5c4df6feb9
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]