Skip to content

Commit

Permalink
Library shadow removal and other improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseTheFlower authored Dec 27, 2023
1 parent 2a31300 commit bf6d30e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion libraryroot.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3490,7 +3490,7 @@ button[class*="appdetailsheader_ExitEditModeButton_"][class*="appdetailsheader_E
background: rgb(var(--black45));
}
[class*="appproperties_BetasDropDown_"] ._DialogInputContainer::-webkit-scrollbar-button {
display:none!important;
display: none!important;
}
[class*="downloads_AutoUpdateSettings_"] {
color: rgb(var(--white50));
Expand Down Expand Up @@ -3920,6 +3920,23 @@ div[class*="eventbbcodeparser_Header1_"], div[class*="eventbbcodeparser_Header2_
[class*="libraryhomeshowcases_OptionsRule_"] {
border-top: 1px solid rgb(var(--white12));
}
[class*="standardtemplates_StandardTemplateDesktop_"]:hover {
background: rgb(var(--white24));
}
[class*="standardtemplates_StandardTemplateDesktop_"] {
background: rgb(var(--white12));
}
.contextMenuItem [class*="jumplist_JumpListGameName_"][class*="jumplist_Running_"] {
color: rgb(var(--ingame));
font-weight: normal;
}
[class*="boxcarousel_BoxCarouselContents_"][class*="boxcarousel_MaskRight_"] {
-webkit-mask-image: none;
border-right: 1px solid rgb(var(--clientBG)); /* Experimental */
}
[class*="libraryhome_UpdateLoweredPriorityNotice_"] {
color: rgb(var(--white50));
}
/*
button[class*="appdetailsheader_ExitEditModeButton_"][class*="appdetailsheader_ExitEditModeButton_"]:hover {
background: !important;
Expand Down

0 comments on commit bf6d30e

Please sign in to comment.