z-index the buttons
This commit is contained in:
parent
b88a35ef84
commit
404c768a17
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ body {
|
||||||
border: 1px dashed #000;
|
border: 1px dashed #000;
|
||||||
margin: 25px;
|
margin: 25px;
|
||||||
margin-bottom:80px;
|
margin-bottom:80px;
|
||||||
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newTextBox {
|
.newTextBox {
|
||||||
|
@ -82,6 +83,7 @@ body {
|
||||||
border-color: #666;
|
border-color: #666;
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
z-index: 10;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
background: #D0CDFF;
|
background: #D0CDFF;
|
||||||
background: -moz-linear-gradient(top, #B9D7B8, #fff);
|
background: -moz-linear-gradient(top, #B9D7B8, #fff);
|
||||||
|
|
Loading…
Add table
Reference in a new issue