chat client: fix chat css
This commit is contained in:
parent
57b73e6026
commit
1249c7734f
2 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
||||||
background: #379ad7;
|
background: #379ad7;
|
||||||
color: white;
|
color: white;
|
||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
height: 2.5em;
|
|
||||||
box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3) inset, 0 -1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.13);
|
box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3) inset, 0 -1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.13);
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 5px 5px 0 0;
|
border-radius: 5px 5px 0 0;
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
background: hsl(203,67%,53%);
|
background: hsl(203,67%,53%);
|
||||||
color: white;
|
color: white;
|
||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
height: 2.5em;
|
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 -1px rgba(0,0,0,.1),
|
0 -1px rgba(0,0,0,.1),
|
||||||
0 1px rgba(255,255,255,.3) inset,
|
0 1px rgba(255,255,255,.3) inset,
|
||||||
|
|
Loading…
Reference in a new issue