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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed May 13, 2017
1 parent 44a2e93 commit f00e70b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
35 changes: 32 additions & 3 deletions css/ClearVision_v5.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* "ClearVision CSS v5.2.1" by @Zerthox */
/* "ClearVision CSS v5.2.2" 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.1";
content: "ClearVision v5.2.2";
color: #fff;
font-size: 11px;
font-weight: 700;
Expand Down Expand Up @@ -1470,6 +1470,9 @@ textarea {
-webkit-filter: invert(100%);
filter: invert(100%);
}
.modal-content {
background: transparent;
}
.form .form-inner {
background-color: rgba(0, 0, 0, 0.8);
color: hsla(0, 0%, 100%, .7);
Expand Down Expand Up @@ -2601,6 +2604,16 @@ ul.bda-slist {
margin-bottom: 5px;
border-radius: 5px;
}
.bd-pfbtn {
background: var(--main-color) !important;
padding: 1px 6px;
border-radius: 4px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.bd-pfbtn:hover {
background: var(--hover-color) !important;
}
#bd-themes-pane .bda-plugin-reload {
margin-top: 68px;
margin-left: 20px;
Expand Down Expand Up @@ -7774,6 +7787,11 @@ img:not(.emote):not(.emoji)::before {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.user-settings-locale .ui-flex.flex-horizontal img {
opacity: 1;
-webkit-filter: none;
filter: gnone;
}
.ui-audit-log {
background-color: rgba(0, 0, 0, .3) !important;
border: none !important;
Expand Down Expand Up @@ -8081,7 +8099,7 @@ img:not(.emote):not(.emoji)::before {
[layer-id="server-settings"] .ui-standard-sidebar-view .sidebar-region .ui-tab-bar.SIDE .ui-tab-bar-item:nth-child(4)::after {
background: url(https://cdn.rawgit.com/Zerthox/ClearVision/master/icons/history.svg);
}
[layer-id="user-settings"] .ui-standard-sidebar-view .sidebar-region .ui-tab-bar.SIDE > .ui-tab-bar-item:last-child::after {
[layer-id="user-settings"] .ui-standard-sidebar-view .sidebar-region .ui-tab-bar.SIDE > .ui-tab-bar-item.danger::after {
background: url(https://cdn.rawgit.com/Zerthox/ClearVision/master/icons/exit.svg);
}
.ui-standard-sidebar-view .sidebar-region .ui-tab-bar.SIDE .ui-tab-bar-item:nth-child(2)::after {
Expand Down Expand Up @@ -8136,6 +8154,17 @@ img:not(.emote):not(.emoji)::before {
.bd-blue .ui-sidebar .ui-tab-bar.SIDE .ui-tab-bar-item.selected {
background: var(--main-color);
}
.social-links-link {
opacity: .3;
-webkit-transition: all .3s ease-in-out !important;
transition: all .3s ease-in-out !important;
}
.social-links-link:hover {
opacity: .7;
}
.social-links-link .ui-icon-fg {
fill: #fff !important;
}

/* CONNECTION SETTINGS */
.settings-connections-wrapper .user-settings-modal-connections .user-settings-modal-connections-list {
Expand Down
2 changes: 1 addition & 1 deletion css/ClearVision_v5.min.css

Large diffs are not rendered by default.

0 comments on commit f00e70b

Please sign in to comment.