File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2260,25 +2260,30 @@ messagedialog {
2260
2260
border-bottom-right-radius : 0px ;
2261
2261
box-shadow : 0 1px 2px alpha (black, 0.2 ); }
2262
2262
messagedialog .titlebar .horizontal {
2263
+ border : none;
2263
2264
background-image : none;
2264
2265
background-color : # EBEBE4 ; }
2265
2266
messagedialog .csd .dialog-action-area button {
2266
2267
padding : 10px ;
2267
2268
border-radius : 0 ;
2268
2269
border-bottom-style : none;
2269
- background-image : none; }
2270
+ background-image : none;
2271
+ -gtk-outline-radius : 0 ; }
2270
2272
messagedialog .csd .dialog-action-area button : last-child {
2271
2273
border-right-width : 0 ;
2272
2274
border-radius : 0px ;
2273
- border-bottom-right-radius : 0px ; }
2275
+ border-bottom-right-radius : 0px ;
2276
+ -gtk-outline-radius : 0 0 0px 0 ; }
2274
2277
messagedialog .csd .dialog-action-area button : first-child {
2275
2278
border-left-width : 0 ;
2276
2279
border-radius : 0px ;
2277
- border-bottom-left-radius : 0px ; }
2280
+ border-bottom-left-radius : 0px ;
2281
+ -gtk-outline-radius : 0 0 0 0px ; }
2278
2282
messagedialog .csd .dialog-action-area button : only-child {
2279
2283
border-radius : 0px ;
2280
2284
border-bottom-left-radius : 0px ;
2281
- border-bottom-right-radius : 0px ; }
2285
+ border-bottom-right-radius : 0px ;
2286
+ -gtk-outline-radius : 0 0 0px 0px ; }
2282
2287
2283
2288
.titlebar {
2284
2289
border-bottom : none;
You can’t perform that action at this time.
0 commit comments