Skip to content

Commit

Permalink
Settings window improvements, hotfixes after Valve's updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseTheFlower authored Jan 16, 2024
1 parent 335471e commit 29375a1
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions libraryroot.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,13 @@ body,body[class*="shared_common_v6_"] /* Adding a BG here overrides the overlay
[class*="gamelistbar_GameListHomeAndSearch_"] {
background-color:transparent;
}
[class*="pagedsettings_PagedSettingsDialog_PageListColumn_"] {
.DesktopUI [class*="pagedsettings_PagedSettingsDialog_PageListColumn_"] {
background:rgb(var(--header_dark));
padding-left:0px;
min-width:205px;
padding-top:46px;
height: calc(100% - 46px)!important;
min-height: calc(100% - 46px)!important;
}
.DialogContent,.DialogContentTransition {
background:rgb(var(--clientBG));
Expand Down Expand Up @@ -277,7 +279,7 @@ div.MediumWindow
}
[class*="gamelistdropdown_Bar_"] {
padding-top:0px;
padding-bottom:6px;
padding-bottom:0px;
}
[class*="gamelistsearchbar_Container_"][class*="gamelistsearchbar_AdvancedSearchContainer_"],[class*="gamelistsearchbar_Container_"][class*="gamelistsearchbar_SearchInput_"]
.DialogTextInputBase,[class*="gamelistsearchbar_Container_"][class*="gamelistsearchbar_SearchInput_"]
Expand Down Expand Up @@ -327,6 +329,13 @@ img,[class*="appportrait_HoversEnabled_"]
padding:3px 6px;
border-bottom:1px solid rgb(var(--frameBorder));
border-top:1px solid rgb(var(--frameBorder));
margin-left: 0px;
color: rgb(var(--white));
background-color: rgb(var(--textentry));
/*margin-right: 0px;
margin-bottom: 0px;
Like the original but clashes with the buttons above
*/
}
[class*="downloads_SectionItem_"] [class*="downloads_Button_"],[class*="downloads_SectionItem_"] [class*="downloads_Button_"]:enabled,[class*="downloads_SectionItem_"] [class*="downloads_Button_"]:active,[class*="downloads_SectionItem_"] [class*="downloads_Button_"]:hover,[class*="downloads_SectionItem_"]
[class*="downloads_Button_"]:enabled:active:hover,[class*="downloads_SectionItem_"]
Expand Down Expand Up @@ -2356,7 +2365,7 @@ button.DialogButton.Primary:hover, button.DialogButton.Primary.gpfocus {
[class*="desktopbrowser_URLBar_"] .DialogTextInputBase:focus-within:hover {
background: rgb(var(--white));
}
[class*="desktopbrowser_URLBar_"] .DialogTextInputBase:focus-within {
.DesktopUI [class*="desktopbrowser_URLBar_"] .DialogTextInputBase:focus-within, [class*="desktopbrowser_URLBar_"] .DialogTextInputBase:focus-within {
background: rgb(var(--white));
color: rgb(var(--black));
}
Expand Down Expand Up @@ -3489,7 +3498,8 @@ button[class*="appdetailsheader_ExitEditModeButton_"][class*="appdetailsheader_E
padding: 8px;
background: rgb(var(--black45));
}
[class*="appproperties_BetasDropDown_"] ._DialogInputContainer::-webkit-scrollbar-button {
[class*="appproperties_BetasDropDown_"] ._DialogInputContainer::-webkit-scrollbar-button,
[class*="pagedsettings_PagedSettingsDialog_PageList_"]::-webkit-scrollbar {
display: none!important;
}
[class*="downloads_AutoUpdateSettings_"] {
Expand Down Expand Up @@ -3937,6 +3947,22 @@ div[class*="eventbbcodeparser_Header1_"], div[class*="eventbbcodeparser_Header2_
[class*="libraryhome_UpdateLoweredPriorityNotice_"] {
color: rgb(var(--white50));
}
.gpfocuswithin~[class*="appgrid_LibraryImageBackgroundGlow_"], :hover~[class*="appgrid_LibraryImageBackgroundGlow_"], [class*="appgrid_LibraryImageBackgroundGlow_"][class*="appgrid_ShowAsHovered_"] {
display: none;
}
[class*="gamelistsearchbar_Container_"] [class*="gamelistsearchbar_AdvancedSearchContainer_"] [class*="gamelistsearchbar_AdvancedSearchButton_"] svg {
width: 18px;
height: 18px;
}
[class*="gamelistdropdown_Bar_"] [class*="gamelistdropdown_MenuHeader_"] [class*="gamelistdropdown_Arrow_"] {
margin-top: 0px;
}
[class*="appactivityday_AppActivityDay_"] [class*="appactivityday_AppActivityDate_"] [class*="appactivityday_Rule_"] {
background: rgb(var(--white12));
}
.settings_SettingsDialogDescriptionText_3w92E.DesktopUI, .DesktopUI .settings_SettingsDialogDescriptionText_3w92E {
color: rgb(var(--white50));
}
/*
button[class*="appdetailsheader_ExitEditModeButton_"][class*="appdetailsheader_ExitEditModeButton_"]:hover {
background: !important;
Expand Down

0 comments on commit 29375a1

Please sign in to comment.