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)
? (
<HiStop
style={{ verticalAlign: 'middle', color: 'red' }}
className="ebcl"
/>
)
: (
<HiArrowsExpand
style={{ verticalAlign: 'middle', color: '#4646ff' }}
className="ebex"
/>
)}
</span>

View File

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

View File

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

View File

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

View File

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