mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
degray
This commit is contained in:
parent
d09ddc48e0
commit
6394978326
@ -21,7 +21,7 @@ limitations under the License.
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
border: 1px solid #e1e1e1;
|
border: 1px solid #a9dbf4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageComposer_row {
|
.mx_MessageComposer_row {
|
||||||
@ -40,7 +40,7 @@ limitations under the License.
|
|||||||
.mx_MessageComposer .mx_MessageComposer_avatar img {
|
.mx_MessageComposer .mx_MessageComposer_avatar img {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background-color: #bdbdbd;
|
background-color: #dbdbdb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageComposer_input {
|
.mx_MessageComposer_input {
|
||||||
|
@ -48,7 +48,7 @@ limitations under the License.
|
|||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 48px;
|
border-radius: 48px;
|
||||||
border: 1px solid #e1e1e1;
|
border: 1px solid #a9dbf4;
|
||||||
|
|
||||||
-webkit-box-ordinal-group: 2;
|
-webkit-box-ordinal-group: 2;
|
||||||
-moz-box-ordinal-group: 2;
|
-moz-box-ordinal-group: 2;
|
||||||
|
@ -45,7 +45,7 @@ limitations under the License.
|
|||||||
float: right;
|
float: right;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 48px;
|
border-radius: 48px;
|
||||||
border: 1px solid #e1e1e1;
|
border: 1px solid #a9dbf4;
|
||||||
margin-right: 22px;
|
margin-right: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 218 B |
Loading…
Reference in New Issue
Block a user