Issue #158 : updated zindex of minimap zoom square

This commit is contained in:
jdescottes
2014-03-30 21:29:44 +02:00
parent 4410aa5420
commit 3765ce3d5e
3 changed files with 2 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
.minimap-crop-frame {
position:absolute;
border:1px solid rgba(255,255,255,0.5);
z-index:9999;
z-index:100;
box-sizing : border-box;
-moz-box-sizing : border-box;
cursor : pointer;

View File

@@ -42,24 +42,6 @@ body {
bottom: 0;
}
.piskel-name-container {
overflow:hidden;
position:fixed;
top:10px;
left:10px;
color:white;
font-family:Tahoma;
z-index: 10000;
}
.piskel-name-container #piskel-name {
border :none;
color : lightgrey;
background: transparent;
font-size:16pt;
}
.column {
display: inline-block;
}