@@ -349,6 +349,7 @@ button {
349349 border-radius : 5px ;
350350 padding : 5px 8px ;
351351 outline-color : rgba (143 , 168 , 118 , 0.5 );
352+ outline-style : solid;
352353 outline-color : rgba (143 , 168 , 118 , 0.5 );
353354 outline-style : solid;
354355 color : rgba (255 , 255 , 255 , 0.87 );
@@ -1158,16 +1159,14 @@ windowcontrols {
11581159 background-position : center;
11591160 background-repeat : no-repeat;
11601161 border-width : 0 ; }
1161- windowcontrols button .close {
1162- background-image : radial-gradient (circle at 50% , # 8fa876, # 8fa876 65% , # 232323 65% ); }
1163- windowcontrols button .close , windowcontrols button .close : hover , windowcontrols button .close : active , windowcontrols button .close : backdrop {
1164- color : # ffffff ; }
1165- windowcontrols button .close : hover {
1166- background-image : radial-gradient (circle at 50% , # 9cb286, # 9cb286 65% , # 232323 65% ); }
1167- windowcontrols button .close : active {
1168- background-image : radial-gradient (circle at 50% , # 829e66, # 829e66 65% , # 232323 65% ); }
1169- windowcontrols button .close : backdrop {
1170- background-image : radial-gradient (circle at 50% , # 606060, # 606060 65% , # 232323 65% ); }
1162+ windowcontrols button .close , windowcontrols button .close : hover , windowcontrols button .close : active , windowcontrols button .close : backdrop {
1163+ color : # ffffff ; }
1164+ windowcontrols button .close : hover {
1165+ background-image : radial-gradient (circle at 50% , # f20d1f, # f20d1f 65% , # 232323 65% ); }
1166+ windowcontrols button .close : active {
1167+ background-image : radial-gradient (circle at 50% , # ff791a, # ff791a 65% , # 232323 65% ); }
1168+ windowcontrols button .close : backdrop {
1169+ background-image : radial-gradient (circle at 50% , # 606060, # 606060 65% , # 232323 65% ); }
11711170 windowcontrols button .maximize : hover , windowcontrols button .maximize : hover : backdrop , windowcontrols button .minimize : hover , windowcontrols button .minimize : hover : backdrop {
11721171 background-image : radial-gradient (circle at 50% , # 4c4c4c, # 4c4c4c 65% , # 232323 65% ); }
11731172 windowcontrols button .maximize : active , windowcontrols button .maximize : active : backdrop , windowcontrols button .minimize : active , windowcontrols button .minimize : active : backdrop {
@@ -1185,7 +1184,7 @@ headerbar,
11851184 border-color : # 191919 ;
11861185 color : rgba (255 , 255 , 255 , 0.87 );
11871186 background-color : # 232323 ;
1188- box-shadow : inset 0 1 px # 373737 ; }
1187+ box-shadow : none ; }
11891188 .csd headerbar , .csd .titlebar : not (headerbar ) {
11901189 background-color : # 232323 ;
11911190 border-color : # 191919 ; }
@@ -2787,8 +2786,8 @@ window.dialog.message .titlebar {
27872786 background-image : none;
27882787 background-color : # 232323 ;
27892788 border-bottom : 1px solid # 111111 ;
2790- border-top-left-radius : 8 px ;
2791- border-top-right-radius : 8 px ; }
2789+ border-top-left-radius : 0 px ;
2790+ border-top-right-radius : 0 px ; }
27922791
27932792window .dialog .message .dialog-action-area button {
27942793 padding : 8px ;
0 commit comments