[gtk+] Adwaita: rounded corners for colorscale popup



commit 5085e1c70d4949798f761d2b1c5a7952293e69ab
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Fri Mar 11 18:01:36 2016 +0100

    Adwaita: rounded corners for colorscale popup

 gtk/theme/Adwaita/_common.scss           |    2 ++
 gtk/theme/Adwaita/gtk-contained-dark.css |    3 +++
 gtk/theme/Adwaita/gtk-contained.css      |    3 +++
 3 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 1fbe282..c8ed449 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3800,6 +3800,8 @@ colorswatch {
   }
 }
 
+// colorscale popup
+colorchooser .popover.osd { border-radius: 5px; }
 
 /********
  * Misc *
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index a4a9911..92b261d 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -4077,6 +4077,9 @@ colorswatch#editor-color-sample {
   colorswatch#editor-color-sample overlay {
     border-radius: 4.5px; }
 
+colorchooser .popover.osd {
+  border-radius: 5px; }
+
 /********
  * Misc *
  ********/
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 8cce223..f981dbd 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -4110,6 +4110,9 @@ colorswatch#editor-color-sample {
   colorswatch#editor-color-sample overlay {
     border-radius: 4.5px; }
 
+colorchooser .popover.osd {
+  border-radius: 5px; }
+
 /********
  * Misc *
  ********/


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