Skip to content

Commit

Permalink
moved stuff around!
Browse files Browse the repository at this point in the history
  • Loading branch information
accrazed committed Feb 23, 2021
1 parent 93ec30a commit 3431b7d
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 64 deletions.
61 changes: 61 additions & 0 deletions NieR-Cursor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
#app-mount,
.title-3sZWYQ,
.modeDefault-3a2Ph1,
.container-1r6BKw,
.titleBar-AC4pGV {
cursor: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/Pointers/Hack_Normal_Select_v2.cur"), default !important;
}

.timestamp-3ZCmNB.latin24CompactTimeStamp-2V7XIQ,
.searchBar-3dMhjb,
.contents-2mQqc9,
textarea,
.textAreaSlate-1ZzRVj div div,
input {
cursor: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/Pointers/Hack_Text_Select_v2.cur"), default !important;
}

a,
button,
.folder-21wGz3,
.item-3eFBNF,
.css-gvi9bl-control,
.css-rzbxvl-option,
.css-1ba14n5-option,
.css-ku6vh5-indicatorContainer,
.avatar-1BDn8e,
.fileInput-23-d-3,
.container-3auIfb,
.input-rwLH4i,
.profileBadge-2niAfJ,
.item-1tOPte,
.container-3baos1 .avatar-SmRMf2,
.wrapper-25eVIn,
.result-oB0z--,
.labelClickable-11AuB8,
.buttonWrapper-1ZmCpA,
[role=button],
[role=button] header,
[type=checkbox],
label,
.item-26Dhrx,
.additionalActionsIcon-1FoUlE,
.clickable-1JJAn8:hover .layout-2DM8Md,
.actionIcon-PgcMM2,
.clickable-3Ya1ho,
.friendsTable-133bsv .friendsRow-2yicud {
cursor: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/Pointers/Hack_Link_Select_v2.cur"), default !important;
}

.grabber-3mFHz2 {
cursor: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/Pointers/Hack_Horizontal_Resize_v2.cur"), default !important;
}

.disabled,
.innerDisabled-1YTFPN,
.disabled-BrLY9Y,
.disabled-2HSEFa,
.modeLocked-25wLHj,
.modeLocked-25wLHj .mainContent-u_9PKf {
cursor: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/Pointers/Hack_Unavailable_v2.cur"), default !important;
}
1 change: 1 addition & 0 deletions NieRDarkSource.theme.css → NieR-Dark-Source.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*/

@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/font/stylesheet.css"); /* Font */
@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Cursor.theme.css"); /* Cursor */
@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Import.theme.css"); /* Main File */
@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/DarkImport.theme.css"); /* Dark Part of Theme */

Expand Down
62 changes: 0 additions & 62 deletions NieR-Import.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,68 +318,6 @@
box-shadow: none;
}

#app-mount,
.title-3sZWYQ,
.modeDefault-3a2Ph1,
.container-1r6BKw,
.titleBar-AC4pGV {
cursor: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/Pointers/Hack_Normal_Select_v2.cur"), default !important;
}

.timestamp-3ZCmNB.latin24CompactTimeStamp-2V7XIQ,
.searchBar-3dMhjb,
.contents-2mQqc9,
textarea,
.textAreaSlate-1ZzRVj div div,
input {
cursor: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/Pointers/Hack_Text_Select_v2.cur"), default !important;
}

a,
button,
.folder-21wGz3,
.item-3eFBNF,
.css-gvi9bl-control,
.css-rzbxvl-option,
.css-1ba14n5-option,
.css-ku6vh5-indicatorContainer,
.avatar-1BDn8e,
.fileInput-23-d-3,
.container-3auIfb,
.input-rwLH4i,
.profileBadge-2niAfJ,
.item-1tOPte,
.container-3baos1 .avatar-SmRMf2,
.wrapper-25eVIn,
.result-oB0z--,
.labelClickable-11AuB8,
.buttonWrapper-1ZmCpA,
[role=button],
[role=button] header,
[type=checkbox],
label,
.item-26Dhrx,
.additionalActionsIcon-1FoUlE,
.clickable-1JJAn8:hover .layout-2DM8Md,
.actionIcon-PgcMM2,
.clickable-3Ya1ho,
.friendsTable-133bsv .friendsRow-2yicud {
cursor: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/Pointers/Hack_Link_Select_v2.cur"), default !important;
}

.grabber-3mFHz2 {
cursor: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/Pointers/Hack_Horizontal_Resize_v2.cur"), default !important;
}

.disabled,
.innerDisabled-1YTFPN,
.disabled-BrLY9Y,
.disabled-2HSEFa,
.modeLocked-25wLHj,
.modeLocked-25wLHj .mainContent-u_9PKf {
cursor: url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/Pointers/Hack_Unavailable_v2.cur"), default !important;
}

.divider-3FBTu8,
.theme-dark .children-19S4PO:after,
.container-1r6BKw.themed-ANHk51 {
Expand Down
1 change: 1 addition & 0 deletions NieRLightSource.theme.css → NieR-Light-Source.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*/

@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/font/stylesheet.css"); /* Font */
@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Cursor.theme.css"); /* Cursor */
@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Import.theme.css"); /* Main File */
@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/LightImport.theme.css"); /* Light Part of Theme */

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion src/app/import.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import 'app';
@import 'cursor';
@import 'header';
@import 'pre-beta-bdd';
@import 'shapes';
1 change: 0 additions & 1 deletion src/dev.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

@import url('https://accrazed.github.io/YoRHA-UI-BetterDiscord/font/stylesheet.css'); /* Font */

/* GLOBAL VARIABLES */
/* GLOBAL VARIABLES */
:root {
--color-low: rgb(87, 84, 74);
Expand Down

0 comments on commit 3431b7d

Please sign in to comment.