File tree Expand file tree Collapse file tree
Steam SpaceTheme/files/theme/options Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ._3yD46y5pd3zOGR7CzKs0mC > div : nth-child (2 ) {
2+ display : none !important ;
3+ }
Original file line number Diff line number Diff line change 1+ ._2jphjrSifC6orDT4g_7Wd {
2+ display : none !important ;
3+ }
Original file line number Diff line number Diff line change 11{
2+ "Configuration" : [
3+ {
4+ "Name" : " Wallet Visibility" ,
5+ "ToolTip" : " Hide wallet balance" ,
6+ "Type" : " CheckBox" ,
7+ "Value" : false
8+ },
9+ {
10+ "Name" : " Name Visibility" ,
11+ "ToolTip" : " Hide user name from top right corner" ,
12+ "Type" : " CheckBox" ,
13+ "Value" : false
14+ }
15+ ],
216 "Patches" : [
317 {
418 "MatchRegexString" : " ^Steam$" ,
5- "TargetCss" : " Steam SpaceTheme/main.css"
19+ "TargetCss" : " Steam SpaceTheme/main.css" ,
20+ "Statement" : [
21+ {
22+ "If" : " Wallet Visibility" ,
23+ "Equals" : true ,
24+ "True" : {
25+ "TargetCss" : " Steam SpaceTheme/files/theme/options/WalletVisibility.css"
26+ },
27+ "False" : {}
28+ },
29+ {
30+ "If" : " Name Visibility" ,
31+ "Equals" : true ,
32+ "True" : {
33+ "TargetCss" :" Steam SpaceTheme/files/theme/options/NameVisibility.css"
34+ },
35+ "False" : {}
36+ }
37+ ]
638 },
739 {
840 "MatchRegexString" : " Friends List" ,
941 "TargetJs" : " friends.custom.js" ,
1042 "TargetCss" : " friends.custom.css"
43+ },
44+ {
45+ "MatchRegexString" : " ^Account" ,
46+ "Statement" : [
47+ {
48+ "If" : " Wallet Visibility" ,
49+ "Equals" : true ,
50+ "True" : {
51+ "TargetCss" :" Steam SpaceTheme/files/theme/options/WalletVisibility.css"
52+ },
53+ "False" : {}
54+ }
55+ ]
1156 }
1257 ],
1358 "GlobalsColors" : [
You can’t perform that action at this time.
0 commit comments