Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Update to v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed May 9, 2017
1 parent 35644ff commit 062702e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions css/ClearVision_v5.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* "ClearVision CSS v5.2.0" by @Zerthox */
/* "ClearVision CSS v5.2.1" by @Zerthox */
/* Based on "Discord Reborn v4.30" by @Omniscient & "DarkMatter" by @Hammock */

/* BACKGROUND, LOADING ANIMATIONS & DEV MARK BY ZERTHOX */
Expand All @@ -14,7 +14,7 @@ ________/\\\\\\\\\__/\\\\\\_________________________________________________/\\\
_______\/////////__\/////////____\//////////___\////////\//__\///________________\///________\///__\//////////__\///_____\/////_____\///____\///__
*/
.account::after {
content: "ClearVision v5.2.0";
content: "ClearVision v5.2.1";
color: #fff;
font-size: 11px;
font-weight: 700;
Expand Down Expand Up @@ -5145,10 +5145,6 @@ ul.bda-slist {
.search-popout .date-picker .date-picker-hint {
border-color: transparent;
}
.search-results-wrap,
.theme-dark .search-results-wrap {
background-color: rgba(0, 0, 0, .9);
}
.search-results-wrap .search-header,
.theme-dark .search-results-wrap .search-header,
.react-datepicker .react-datepicker__header {
Expand Down Expand Up @@ -7354,7 +7350,7 @@ img:not(.emote):not(.emoji)::before {
}
.ui-switch::before {
top: 0;
left: 0;
left: 0 !important;
bottom: 0;
width: 18px !important;
height: 18px !important;
Expand All @@ -7366,7 +7362,7 @@ img:not(.emote):not(.emoji)::before {
transform: none !important;
}
.ui-switch-checkbox:checked + .ui-switch::before {
left: 100%;
left: 100% !important;
margin-left: -18px;
}
.connection .ui-switch {
Expand Down Expand Up @@ -7397,7 +7393,8 @@ img:not(.emote):not(.emoji)::before {
background: rgba(0, 0, 0, 0.7) !important;
border-bottom: 1px solid transparent !important;
}
.channel-members {
.channel-members,
.search-results-wrap {
background: rgba(0, 0, 0, 0.75) !important;
}
.friends-header {
Expand Down Expand Up @@ -7564,6 +7561,9 @@ img:not(.emote):not(.emoji)::before {
.ui-button.primary .ui-button-contents {
background-image: none !important;
}
.ui-button.brand.filled {
background: var(--main-color);
}
.ui-button.red {
background-color: #a93d3d;
}
Expand Down Expand Up @@ -8909,7 +8909,7 @@ img:not(.emote):not(.emoji)::before {

/* LIGHT VERSION */
.theme-light .layers {
background: rgba(0, 0, 0, .3) !important;
background: rgba(0, 0, 0, .1) !important;
}
.theme-light .guilds-wrapper .guilds .guild .guild-inner {
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1) !important;
Expand Down
2 changes: 1 addition & 1 deletion css/ClearVision_v5.min.css

Large diffs are not rendered by default.

0 comments on commit 062702e

Please sign in to comment.