mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
new buttons
This commit is contained in:
parent
d946b39671
commit
185efb00fb
BIN
src/skins/vector/img/files.png
Normal file
BIN
src/skins/vector/img/files.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 503 B |
Binary file not shown.
Before Width: | Height: | Size: 977 B After Width: | Height: | Size: 729 B |
Binary file not shown.
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 713 B |
@ -55,7 +55,7 @@ module.exports = React.createClass({
|
|||||||
<textarea ref="textarea" onKeyDown={this.onKeyDown} placeholder="Type a message..." />
|
<textarea ref="textarea" onKeyDown={this.onKeyDown} placeholder="Type a message..." />
|
||||||
</div>
|
</div>
|
||||||
<div className="mx_MessageComposer_upload" onClick={this.onUploadClick}>
|
<div className="mx_MessageComposer_upload" onClick={this.onUploadClick}>
|
||||||
<img src="img/upload.png" width="32" height="32"/>
|
<img src="img/upload.png" width="17" height="22"/>
|
||||||
<input type="file" style={uploadInputStyle} ref="uploadInput" onChange={this.onUploadFileSelected} />
|
<input type="file" style={uploadInputStyle} ref="uploadInput" onChange={this.onUploadFileSelected} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -57,10 +57,10 @@ module.exports = React.createClass({
|
|||||||
buttonGroup =
|
buttonGroup =
|
||||||
<div className="mx_RightPanel_headerButtonGroup">
|
<div className="mx_RightPanel_headerButtonGroup">
|
||||||
<div className="mx_RightPanel_headerButton mx_RightPanel_filebutton">
|
<div className="mx_RightPanel_headerButton mx_RightPanel_filebutton">
|
||||||
<img src="img/file.png" width="32" height="32" title="Files" alt="Files"/>
|
<img src="img/file.png" width="17" height="22" title="Files" alt="Files"/>
|
||||||
</div>
|
</div>
|
||||||
<div className="mx_RightPanel_headerButton" onClick={ this.onMemberListButtonClick }>
|
<div className="mx_RightPanel_headerButton" onClick={ this.onMemberListButtonClick }>
|
||||||
<img src="img/members.png" width="32" height="32" title="Members" alt="Members"/>
|
<img src="img/members.png" width="17" height="22" title="Members" alt="Members"/>
|
||||||
</div>
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user