Adwaita: fix outline radius for dialog-action-area buttons
authorSebastian Keller <sebastian-keller@gmx.de>
Thu, 16 Apr 2015 23:07:03 +0000 (01:07 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Apr 2015 02:07:25 +0000 (22:07 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=748013

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 34fc60255deab1c65307f30eb1d9a730cdb5ebe9..dcf38f8ca2b841b2c69ce3c70c31fd786a02ff3c 100644 (file)
@@ -2879,10 +2879,12 @@ GtkCalendar {
     }
     %last_button {
       border-bottom-right-radius: 7px;
+      outline-bottom-right-radius: 5px;
     }
     %first_button {
       border-left-style: none;
       border-bottom-left-radius: 7px;
+      outline-bottom-left-radius: 5px;
     }
   }
 }
index afa2610d1460dbebdbba09e651c279db8274df98..a712bf43fe3f92e57224f8a13612e93fc05b1be0 100644 (file)
@@ -3989,10 +3989,12 @@ GtkCalendar {
     border-right-style: none;
     border-bottom-style: none; }
   .message-dialog.csd .dialog-action-area .button:last-child {
-    border-bottom-right-radius: 7px; }
+    border-bottom-right-radius: 7px;
+    outline-bottom-right-radius: 5px; }
   .message-dialog.csd .dialog-action-area .button:first-child {
     border-left-style: none;
-    border-bottom-left-radius: 7px; }
+    border-bottom-left-radius: 7px;
+    outline-bottom-left-radius: 5px; }
 
 GtkFileChooserDialog .search-bar {
   background-color: #292929;
index e6e3584a0805787f633cb2c948e4da3a26cb303c..fa7acda1811c8a0ca32f6854a125a2e527e4acb6 100644 (file)
@@ -4161,10 +4161,12 @@ GtkCalendar {
     border-right-style: none;
     border-bottom-style: none; }
   .message-dialog.csd .dialog-action-area .button:last-child {
-    border-bottom-right-radius: 7px; }
+    border-bottom-right-radius: 7px;
+    outline-bottom-right-radius: 5px; }
   .message-dialog.csd .dialog-action-area .button:first-child {
     border-left-style: none;
-    border-bottom-left-radius: 7px; }
+    border-bottom-left-radius: 7px;
+    outline-bottom-left-radius: 5px; }
 
 GtkFileChooserDialog .search-bar {
   background-color: #ffffff;