summaryrefslogtreecommitdiff
path: root/static/pichat.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/pichat.css')
-rwxr-xr-xstatic/pichat.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/pichat.css b/static/pichat.css
index 28e7431..584189e 100755
--- a/static/pichat.css
+++ b/static/pichat.css
@@ -174,12 +174,13 @@ height: expression(this.width > 400 ? 400: true);max-width:400px;}
}
#loginbar {
+ background: white;
padding: 5px;
position: absolute;
bottom: 40px;
left: 40px;
line-height: 8px;
- z-index: 2;
+ z-index: 5;
border: 1px solid #15fff3;
}