From 2161c02ffb8da16ad31ed46b47d397f4eac5e449 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 1 Apr 2013 19:10:09 +0200 Subject: [PATCH] Fix z-indexes --- converse.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/converse.css b/converse.css index d8a521805..15ec94025 100644 --- a/converse.css +++ b/converse.css @@ -3,7 +3,7 @@ } #chatpanel { - z-index: 4; /*--Keeps the panel on top of all other elements--*/ + z-index: 99; /*--Keeps the panel on top of all other elements--*/ position: fixed; bottom: 0; right: 0; height: 332px; @@ -440,7 +440,7 @@ dd.available-chatroom, display:none; float: right; margin-right: 15px; - z-index: 3; /* So that it's higher than the content actions */ + z-index: 20; /* So that it's higher than the content actions */ border-radius: 4px; } @@ -537,13 +537,6 @@ ul#controlbox-tabs li a { border-top-right-radius: 4px; border-top-left-radius: 4px; color:#666; - background-color:#EEE; - background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */ - background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */ - background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ - background: linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); /* W3C */ text-shadow: 0 1px 0 rgba(250, 250, 250, 1); } @@ -629,7 +622,7 @@ input.custom-xmpp-status { border-top: 0; width: 99%; background-color: #FFF; - z-index: 4; + z-index: 21; } .dropdown dd ul li a:hover {