Skip to content

Commit

Permalink
ProDiscord.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ProChopa authored May 6, 2024
1 parent 40e3f4a commit 9d46cdb
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions ProDiscord.css
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,23 @@ div:has(> button[aria-label="Открыть меню выбора стикеро
color: var(--main-color);
}

/* Внутри голосовго канала */
.colorable__4f530.white_ce1c7b,
.colorable__4f530.white_ce1c7b:hover,
.colorable__4f530.white_ce1c7b.active_ff29dc {
background: var(--link-color);
color: var(--main-color);
border-color: var(--link-color);
opacity: 1;
}
.root__649bb {
display: none;
}
.root__3eef0,
.flexCenter__6f8a2 {
background: var(--main-color);
}

:root {
/* Цвет загрузки демок и прочего */
--primary-700: var(--main-color);
Expand Down Expand Up @@ -800,7 +817,8 @@ div:has(> button[aria-label="Открыть меню выбора стикеро
.voiceChannelsButton_fd0b98,
.lookFilled__950dd.colorGreen__75c93:disabled,
.lookFilled__950dd.colorGreen__75c93[aria-disabled=true],
.theme-dark .watchButton__5a93d {
.theme-dark .watchButton__5a93d,
.button_c5d028 {
background: var(--hover-color);
color: var(--blue-color-text);
border-radius: var(--border-radius);
Expand All @@ -826,7 +844,8 @@ div:has(> button[aria-label="Открыть меню выбора стикеро
.button_b82d53 .buttonColor__7bad9.buttonActive_ae686f,
.button_b82d53.buttonColor__7bad9.buttonActive_ae686f,
.button__76c4e:not([disabled]):hover,
.theme-dark .watchButton__5a93d:hover {
.theme-dark .watchButton__5a93d:hover,
.button_c5d028:hover {
background: var(--link-color);
color: var(--main-color);
border-radius: var(--border-radius);
Expand Down Expand Up @@ -855,7 +874,8 @@ div:has(> button[aria-label="Открыть меню выбора стикеро
.lookOutlined__014b5.colorPrimary_ebe632:active,
.voiceChannelsButton_fd0b98:active,
.button__76c4e:not([disabled]):active,
.theme-dark .watchButton__5a93d:active {
.theme-dark .watchButton__5a93d:active,
.button_c5d028:active {
background: var(--hover-color);
color: var(--blue-color-text);
border-radius: var(--border-radius);
Expand Down Expand Up @@ -888,19 +908,6 @@ div:has(> button[aria-label="Открыть меню выбора стикеро
background: var(--main-color);
}

/* Кнопки внутри голосовго канала */
.colorable__4f530.white_ce1c7b,
.colorable__4f530.white_ce1c7b:hover,
.colorable__4f530.white_ce1c7b.active_ff29dc {
background: var(--link-color);
color: var(--main-color);
border-color: var(--link-color);
opacity: 1;
}
.root__649bb {
display: none;
}

/* Кнопка "Загрузить"*/
.hoverButton_be4802 {
background: var(--hover-color);
Expand Down

0 comments on commit 9d46cdb

Please sign in to comment.