no box shadow on btn send
This commit is contained in:
parent
7c2b2d98e8
commit
27d8293b06
1 changed files with 4 additions and 1 deletions
|
@ -68,9 +68,12 @@ li.notification {
|
|||
background-color:rgba(0, 0, 0, 0.5)
|
||||
}
|
||||
|
||||
input[type=text], input[type=password], #sendMessage, .badge {
|
||||
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset;
|
||||
}
|
||||
|
||||
input[type=text], input[type=password], #sendMessage, .badge, .btn-send {
|
||||
color: #ccc;
|
||||
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset;
|
||||
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue