Skip to content

Commit 40f6f8c

Browse files
committed
Various fixes and enhancements
1 parent c01f0d4 commit 40f6f8c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

gtk-3.20/gtk.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2260,25 +2260,30 @@ messagedialog {
22602260
border-bottom-right-radius: 0px;
22612261
box-shadow: 0 1px 2px alpha(black, 0.2); }
22622262
messagedialog .titlebar.horizontal {
2263+
border: none;
22632264
background-image: none;
22642265
background-color: #EBEBE4; }
22652266
messagedialog.csd .dialog-action-area button {
22662267
padding: 10px;
22672268
border-radius: 0;
22682269
border-bottom-style: none;
2269-
background-image: none; }
2270+
background-image: none;
2271+
-gtk-outline-radius: 0; }
22702272
messagedialog.csd .dialog-action-area button:last-child {
22712273
border-right-width: 0;
22722274
border-radius: 0px;
2273-
border-bottom-right-radius: 0px; }
2275+
border-bottom-right-radius: 0px;
2276+
-gtk-outline-radius: 0 0 0px 0; }
22742277
messagedialog.csd .dialog-action-area button:first-child {
22752278
border-left-width: 0;
22762279
border-radius: 0px;
2277-
border-bottom-left-radius: 0px; }
2280+
border-bottom-left-radius: 0px;
2281+
-gtk-outline-radius: 0 0 0 0px; }
22782282
messagedialog.csd .dialog-action-area button:only-child {
22792283
border-radius: 0px;
22802284
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; }
22822287

22832288
.titlebar {
22842289
border-bottom: none;

0 commit comments

Comments
 (0)