chat client: clean up css
This commit is contained in:
parent
20abe7ff87
commit
f4efdf931b
2 changed files with 8 additions and 14 deletions
|
@ -105,7 +105,7 @@
|
||||||
margin: 0 1em;
|
margin: 0 1em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
padding: 0 .7em;
|
padding: 0 0.7em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; }
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; }
|
||||||
|
@ -304,10 +304,11 @@
|
||||||
|
|
||||||
.zammad-chat-input {
|
.zammad-chat-input {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 1em 2em;
|
||||||
float: left;
|
float: left;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: 6em;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
@ -316,16 +317,12 @@
|
||||||
appearance: none;
|
appearance: none;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: none;
|
box-shadow: none !important;
|
||||||
padding: 1em 2em;
|
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: none;
|
|
||||||
resize: none;
|
resize: none;
|
||||||
-webkit-flex: 1;
|
-webkit-flex: 1;
|
||||||
-ms-flex: 1;
|
-ms-flex: 1;
|
||||||
flex: 1;
|
flex: 1; }
|
||||||
max-height: 6em;
|
|
||||||
box-shadow: none !important; }
|
|
||||||
|
|
||||||
.zammad-chat-input::-webkit-input-placeholder {
|
.zammad-chat-input::-webkit-input-placeholder {
|
||||||
color: #d9d9d9; }
|
color: #d9d9d9; }
|
||||||
|
|
|
@ -305,24 +305,21 @@
|
||||||
|
|
||||||
.zammad-chat-input {
|
.zammad-chat-input {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 1em 2em;
|
||||||
float: left;
|
float: left;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: 6em;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: none;
|
box-shadow: none !important;
|
||||||
padding: 1em 2em;
|
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: none;
|
|
||||||
resize: none;
|
resize: none;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-height: 6em;
|
|
||||||
box-shadow: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.zammad-chat-input::-webkit-input-placeholder {
|
.zammad-chat-input::-webkit-input-placeholder {
|
||||||
|
|
Loading…
Reference in a new issue