change stling of embed buttons

This commit is contained in:
HF 2022-02-09 21:24:15 +01:00
parent 6bcc8ab537
commit 909dc49d63
5 changed files with 19 additions and 2 deletions

View File

@ -75,12 +75,12 @@ const MdLink = ({ href, title }) => {
{(showEmbed) {(showEmbed)
? ( ? (
<HiStop <HiStop
style={{ verticalAlign: 'middle', color: 'red' }} className="ebcl"
/> />
) )
: ( : (
<HiArrowsExpand <HiArrowsExpand
style={{ verticalAlign: 'middle', color: '#4646ff' }} className="ebex"
/> />
)} )}
</span> </span>

View File

@ -700,6 +700,14 @@ tr:nth-child(even) {
.msg.redtext{ .msg.redtext{
color: red; color: red;
} }
.ebex {
vertical-align: middle;
color: #4646ff;
}
.ebcl {
vertical-align: middle;
color: red;
}
.ping { .ping {
background-color: #ffff87; background-color: #ffff87;
border-style: solid; border-style: solid;

View File

@ -151,6 +151,9 @@ tr:nth-child(even) {
.msg.greentext{ .msg.greentext{
color: #94ff94; color: #94ff94;
} }
.ebex {
color: #fff4bd;
}
.chatlink { .chatlink {
color: #f9edde; color: #f9edde;

View File

@ -156,6 +156,9 @@ tr:nth-child(even) {
.msg.greentext{ .msg.greentext{
color: #94ff94; color: #94ff94;
} }
.ebex {
color: #fff4bd;
}
.chatlink { .chatlink {
color: #f9edde; color: #f9edde;

View File

@ -136,6 +136,9 @@ tr:nth-child(even) {
.msg.greentext{ .msg.greentext{
color: #94ff94; color: #94ff94;
} }
.ebex {
color: #fff4bd;
}
.chatlink { .chatlink {
color: #f9edde; color: #f9edde;