[gtk+/gtk-3-16] Adwaita: fix outline radius for dialog-action-area buttons



commit e1e5cd881e289db96a9f4ec6c331cd997f1b16e6
Author: Sebastian Keller <sebastian-keller gmx de>
Date:   Fri Apr 17 01:07:03 2015 +0200

    Adwaita: fix outline radius for dialog-action-area buttons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748013

 gtk/theme/Adwaita/_common.scss           |    2 ++
 gtk/theme/Adwaita/gtk-contained-dark.css |    6 ++++--
 gtk/theme/Adwaita/gtk-contained.css      |    6 ++++--
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index d6b1030..b035b51 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -2876,10 +2876,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;
     }
   }
 }
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index de3f7ad..149b637 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -3992,10 +3992,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;
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 4f7fe44..53aeba7 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -4164,10 +4164,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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]