File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -896,6 +896,14 @@ QToolButton {
896896 background: transparent;
897897 padding: 5px;
898898 border-radius: 10px;
899+ }
900+ .settings-window GamePatchSettingsWidget QScrollArea,
901+ .settings-window GamePatchSettingsWidget #patches_container {
902+ border: none;
903+ }
904+ .settings-window GamePatchSettingsWidget #patches_container > QFrame {
905+ border: none;
906+ margin: 0px 8px;
899907})" );
900908 if (IsDarkApplicationTheme ())
901909 {
@@ -929,6 +937,13 @@ QToolButton:hover {
929937}
930938QToolButton:pressed {
931939 background-color: #808180;
940+ }
941+ .settings-window GamePatchSettingsWidget QScrollArea,
942+ .settings-window GamePatchSettingsWidget #patches_container {
943+ background: #171717;
944+ }
945+ .settings-window GamePatchSettingsWidget #patches_container > QFrame {
946+ border-bottom: 1px solid #414141;
932947})" );
933948 }
934949 else
@@ -963,6 +978,13 @@ QToolButton:hover {
963978}
964979QToolButton:pressed {
965980 background-color: #8c8c8c;
981+ }
982+ .settings-window GamePatchSettingsWidget QScrollArea,
983+ .settings-window GamePatchSettingsWidget #patches_container {
984+ background: #ffffff;
985+ }
986+ .settings-window GamePatchSettingsWidget #patches_container > QFrame {
987+ border-bottom: 1px solid #414141;
966988})" );
967989 }
968990#endif
You can’t perform that action at this time.
0 commit comments