[gtk/tagged-entry] include generated css



commit a01faa714ad03c8e2c530d5af89ebcc5418a268e
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 22 12:46:33 2019 -0500

    include generated css

 gtk/theme/Adwaita/gtk-contained-dark.css | 10 ++++++++++
 gtk/theme/Adwaita/gtk-contained.css      | 10 ++++++++++
 2 files changed, 20 insertions(+)
---
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 3d3e2f999b..e8acb976b0 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -2022,6 +2022,16 @@ popover.emoji-completion contents row box { border-spacing: 10px; padding: 2px 1
 
 popover.emoji-completion .emoji:hover { background-color: #424242; }
 
+entry tag { background: blue; border-radius: 12px; margin: 6px 3px; }
+
+entry tag label { color: white; }
+
+entry tag box { border-spacing: 4px; }
+
+entry tag label.first-child { margin-left: 10px; }
+
+entry tag label.last-child { margin-right: 10px; }
+
 /* GTK NAMED COLORS ---------------- use responsibly! */
 /*
 widget text/foreground color */
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 2c19f864ce..0906e1facc 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -2042,6 +2042,16 @@ popover.emoji-completion contents row box { border-spacing: 10px; padding: 2px 1
 
 popover.emoji-completion .emoji:hover { background-color: white; }
 
+entry tag { background: blue; border-radius: 12px; margin: 6px 3px; }
+
+entry tag label { color: white; }
+
+entry tag box { border-spacing: 4px; }
+
+entry tag label.first-child { margin-left: 10px; }
+
+entry tag label.last-child { margin-right: 10px; }
+
 /* GTK NAMED COLORS ---------------- use responsibly! */
 /*
 widget text/foreground color */


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