7878 0 3px 3px alpha (# 000, 0.22 );
7979}
8080
81- .wallpaper-container radio {
81+ .wallpaper-container check {
82+ border-radius : 50% ;
8283 min-height : 20px ;
8384 min-width : 20px ;
8485 -gtk-icon-transform : scale (0.6 );
8586}
8687
87- appearance-view radiobutton .card {
88+ .wallpaper-container picture {
89+ min-width : 162px ;
90+ min-height : 100px ;
91+ }
92+
93+ appearance-view checkbutton .card {
8894 background-position : center;
8995 background-repeat : no-repeat;
9096 background-size : 86px 64px , cover;
@@ -93,21 +99,21 @@ appearance-view radiobutton .card {
9399 margin : 6px 6px 12px 12px ;
94100}
95101
96- appearance-view radiobutton .card .prefer-default {
102+ appearance-view checkbutton .card .prefer-default {
97103 background-color : white;
98104 background-image :
99- url ("resource:///io/elementary/switchboard/plug/pantheon-shell /appearance-default.svg" ),
105+ url ("resource:///io/elementary/settings/desktop /appearance-default.svg" ),
100106 linear-gradient (
101107 to bottom,
102108 alpha (@accent_color_ 300, 0.1 ),
103109 alpha (@accent_color_ 500, 0.1 )
104110 );
105111}
106112
107- appearance-view radiobutton .card .prefer-dark {
113+ appearance-view checkbutton .card .prefer-dark {
108114 background-color : mix (@BLACK_ 300, @BLACK_ 500, 0.25 );
109115 background-image :
110- url ("resource:///io/elementary/switchboard/plug/pantheon-shell /appearance-dark.svg" ),
116+ url ("resource:///io/elementary/settings/desktop /appearance-dark.svg" ),
111117 linear-gradient (
112118 to bottom,
113119 alpha (@accent_color_ 300, 0.1 ),
0 commit comments