Tweaked Hide media icon style (Fixes #106)
This commit is contained in:
parent
6ec5cb35a3
commit
6c09165a6f
4 changed files with 8 additions and 28 deletions
|
|
@ -3088,16 +3088,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.app-body .icon-button.overlayed {
|
.app-body .icon-button.overlayed {
|
||||||
background-color: #ffffff;
|
background-color: rgba(0, 0, 0, .1);
|
||||||
color: #444b5d;
|
|
||||||
opacity: .6;
|
|
||||||
transition: opacity .3s;
|
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
.app-body .icon-button.overlayed:hover {
|
.app-body .icon-button.overlayed:hover {
|
||||||
background-color: #ffffff;
|
background-color: rgba(0, 0, 0, .4);
|
||||||
color: #444b5d;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
.app-body .status__wrapper--filtered__button {
|
.app-body .status__wrapper--filtered__button {
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
|
|
|
||||||
|
|
@ -3088,16 +3088,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.app-body .icon-button.overlayed {
|
.app-body .icon-button.overlayed {
|
||||||
background-color: #ffffff;
|
background-color: rgba(0, 0, 0, .1);
|
||||||
color: #444b5d;
|
|
||||||
opacity: .6;
|
|
||||||
transition: opacity .3s;
|
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
.app-body .icon-button.overlayed:hover {
|
.app-body .icon-button.overlayed:hover {
|
||||||
background-color: #ffffff;
|
background-color: rgba(0, 0, 0, .4);
|
||||||
color: #444b5d;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
.app-body .status__wrapper--filtered__button {
|
.app-body .status__wrapper--filtered__button {
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
|
|
|
||||||
|
|
@ -3088,16 +3088,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.app-body .icon-button.overlayed {
|
.app-body .icon-button.overlayed {
|
||||||
background-color: #ffffff;
|
background-color: rgba(0, 0, 0, .1);
|
||||||
color: #444b5d;
|
|
||||||
opacity: .6;
|
|
||||||
transition: opacity .3s;
|
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
.app-body .icon-button.overlayed:hover {
|
.app-body .icon-button.overlayed:hover {
|
||||||
background-color: #ffffff;
|
background-color: rgba(0, 0, 0, .4);
|
||||||
color: #444b5d;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
.app-body .status__wrapper--filtered__button {
|
.app-body .status__wrapper--filtered__button {
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
|
|
|
||||||
|
|
@ -3088,16 +3088,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.app-body .icon-button.overlayed {
|
.app-body .icon-button.overlayed {
|
||||||
background-color: #ffffff;
|
background-color: rgba(0, 0, 0, .1);
|
||||||
color: #444b5d;
|
|
||||||
opacity: .6;
|
|
||||||
transition: opacity .3s;
|
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
.app-body .icon-button.overlayed:hover {
|
.app-body .icon-button.overlayed:hover {
|
||||||
background-color: #ffffff;
|
background-color: rgba(0, 0, 0, .4);
|
||||||
color: #444b5d;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
.app-body .status__wrapper--filtered__button {
|
.app-body .status__wrapper--filtered__button {
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue