|
6 | 6 | } |
7 | 7 |
|
8 | 8 | /* Headings */ |
9 | | -.ModalDialogPopup div[class*="appproperties_Title_"] |
| 9 | +.ModalDialogPopup div[class*="appproperties_Title_"], |
| 10 | +.ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="appproperties_BetaLabel_"] |
10 | 11 | { |
11 | 12 | font-family: var(--basefont) !important; |
12 | 13 | font-size: var(--header_size) !important; |
13 | 14 | font-weight: var(--header_weight) !important; |
| 15 | + color: var(--fg) !important; |
14 | 16 | } |
15 | 17 |
|
16 | | -.ModalDialogPopup div[class*="appproperties_Detail_"] |
| 18 | +.ModalDialogPopup div[class*="appproperties_Detail_"], |
| 19 | +.ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="appproperties_BetaLabel_"] + div |
17 | 20 | { |
18 | 21 | font-family: var(--basefont) !important; |
19 | 22 | font-size: var(--label_size) !important; |
20 | 23 | font-weight: var(--label_weight) !important; |
| 24 | + color: var(--fg) !important; |
| 25 | +} |
| 26 | + |
| 27 | +/* Normal Text */ |
| 28 | +.ModalDialogPopup div[class*="appproperties_AppProperties_"] .DialogBody, |
| 29 | +.ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="appproperties_BuildInfo_"] |
| 30 | +{ |
| 31 | + font-family: var(--basefont) !important; |
| 32 | + font-size: var(--basesize) !important; |
| 33 | + font-weight: var(--baseweight) !important; |
| 34 | + color: var(--fg) !important; |
21 | 35 | } |
22 | 36 |
|
23 | 37 | /* Top Border */ |
|
83 | 97 | .ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="appproperties_WorkshopGrid_"] |
84 | 98 | { |
85 | 99 | border-radius: var(--card_radius) !important; |
| 100 | + border: none !important; |
| 101 | + background: none !important; |
| 102 | + box-shadow: none !important; |
86 | 103 | } |
87 | 104 |
|
88 | 105 | .ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="appproperties_DlcGrid_"] div[class*="appproperties_DlcHeader_"], |
89 | 106 | .ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="appproperties_WorkshopGrid_"] div[class*="appproperties_WorkshopHeader_"] |
90 | 107 | { |
91 | 108 | background: var(--card_solid_bg) !important; |
| 109 | + font-family: var(--basefont) !important; |
| 110 | + font-weight: var(--header_weight) !important; |
| 111 | + color: var(--fg) !important; |
92 | 112 | } |
93 | 113 |
|
94 | 114 | .ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="appproperties_DlcGrid_"] div[class*="appproperties_NameText_"], |
|
253 | 273 |
|
254 | 274 | .ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="gamepaddialog_FieldChildren_"] > .DialogDropDown |
255 | 275 | { |
256 | | - margin-right: 18px !important; |
| 276 | + margin: 0px 18px !important; |
257 | 277 | } |
258 | 278 |
|
259 | 279 | .ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="gamepaddialog_FieldLabel_"] + div[class*="gamepaddialog_FieldChildren_"] > .DialogDropDown |
|
326 | 346 | align-self: center !important; |
327 | 347 | min-height: var(--button_min_height) !important; |
328 | 348 | padding-left: 5px !important; |
| 349 | + text-decoration: none !important; |
| 350 | + white-space: nowrap !important; |
329 | 351 | } |
330 | 352 |
|
331 | 353 | .ModalDialogPopup div[class*="appproperties_AppProperties_"] div[class*="gamepaddialog_FieldLabel_"] > div > div:nth-child(2) a |
|
0 commit comments