summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/omniwindow.css
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-15 17:23:09 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-08-15 17:23:09 +0200
commitdc1674c73c7e3ca24ea651e15fa7098199b2a3db (patch)
tree56f038331a1c599498eecf68fcd5145e8e98f036 /module/web/static/css/omniwindow.css
parentaddjusted animations (diff)
downloadpyload-dc1674c73c7e3ca24ea651e15fa7098199b2a3db.tar.xz
fancier colors for background
Diffstat (limited to 'module/web/static/css/omniwindow.css')
-rw-r--r--module/web/static/css/omniwindow.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/web/static/css/omniwindow.css b/module/web/static/css/omniwindow.css
index 2117a77e0..4947ea3c7 100644
--- a/module/web/static/css/omniwindow.css
+++ b/module/web/static/css/omniwindow.css
@@ -6,7 +6,8 @@
position: absolute;
left: 0;
top: 0; /* TODO change gradient at all browser */
- background: -moz-radial-gradient(center, ellipse cover, rgba(127,127,0,0) 0%, rgba(127,127,127,0.9) 100%);
+ background: -moz-radial-gradient(center, ellipse cover, rgba(236,208,66,0) 0%, rgba(40,119,171,0.9) 100%);
+ /*background: -moz-radial-gradient(center, ellipse cover, rgba(127,127,0,0) 0%, rgba(127,127,127,0.9) 100%);*/
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);