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