chat client: clean up css

This commit is contained in:
Felix Niklas 2015-11-26 10:37:49 +01:00
parent 20abe7ff87
commit f4efdf931b
2 changed files with 8 additions and 14 deletions

View file

@ -105,7 +105,7 @@
margin: 0 1em;
display: inline-block;
line-height: 2em;
padding: 0 .7em;
padding: 0 0.7em;
border-radius: 1em;
background: rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; }
@ -304,10 +304,11 @@
.zammad-chat-input {
margin: 0;
padding: 0;
padding: 1em 2em;
float: left;
width: auto;
height: auto;
max-height: 6em;
font-family: inherit;
line-height: inherit;
font-size: inherit;
@ -316,16 +317,12 @@
appearance: none;
border: none !important;
background: none;
box-shadow: none;
padding: 1em 2em;
box-shadow: none !important;
outline: none;
box-shadow: none;
resize: none;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
max-height: 6em;
box-shadow: none !important; }
flex: 1; }
.zammad-chat-input::-webkit-input-placeholder {
color: #d9d9d9; }

View file

@ -305,24 +305,21 @@
.zammad-chat-input {
margin: 0;
padding: 0;
padding: 1em 2em;
float: left;
width: auto;
height: auto;
max-height: 6em;
font-family: inherit;
line-height: inherit;
font-size: inherit;
appearance: none;
border: none !important;
background: none;
box-shadow: none;
padding: 1em 2em;
box-shadow: none !important;
outline: none;
box-shadow: none;
resize: none;
flex: 1;
max-height: 6em;
box-shadow: none !important;
}
.zammad-chat-input::-webkit-input-placeholder {