Tweaked Hide media icon style (Fixes #106)

This commit is contained in:
Niléane 2024-08-23 15:43:59 +02:00
commit 6c09165a6f
No known key found for this signature in database
4 changed files with 8 additions and 28 deletions

View file

@ -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);

View file

@ -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);

View file

@ -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);

View file

@ -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);