diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-17 19:36:26 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-17 19:36:26 +0100 |
commit | 337fd980bcae89bb8b8f005c55ca3810128a525c (patch) | |
tree | ddadbdcd84f91beec72c29b884449a1ec6d7afe6 /module/web/static/css/default/style.less | |
parent | closed #1 (diff) | |
download | pyload-337fd980bcae89bb8b8f005c55ca3810128a525c.tar.xz |
show additional package info on hover
Diffstat (limited to 'module/web/static/css/default/style.less')
-rw-r--r-- | module/web/static/css/default/style.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index 4e6f6bd39..a6df51625 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -446,7 +446,7 @@ footer h2 { background: -o-radial-gradient(center, ellipse cover, rgba(236, 208, 66, 0) 0%, rgba(40, 119, 171, 0.9) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(236, 208, 66, 0) 0%, rgba(40, 119, 171, 0.9) 100%);
background: radial-gradient(center, ellipse cover, rgba(236, 208, 66, 0) 0%, rgba(40, 119, 171, 0.9) 100%);
- z-index: 50;
+ z-index: 100;
opacity: 0;
}
|