[gtk+/gtk-3-22] Adwaita: regenerate css



commit 01a94a06e7fbbc9dd7e6873b509561f2fedf2459
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Tue May 9 13:32:56 2017 +0200

    Adwaita: regenerate css

 gtk/theme/Adwaita/gtk-contained-dark.css |   19 +++++++++++++++++++
 gtk/theme/Adwaita/gtk-contained.css      |   19 +++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index d4a2b3e..cbd9d3a 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -414,6 +414,25 @@ treeview entry.flat, treeview entry {
   treeview entry.flat:focus, treeview entry:focus {
     border-color: #215d9c; }
 
+.entry-tag {
+  border-color: transparent;
+  background-color: transparent;
+  background-image: none;
+  box-shadow: inset 0 1px rgba(255, 255, 255, 0);
+  text-shadow: none;
+  -gtk-icon-shadow: none;
+  background-color: #0c0d0d; }
+  .entry-tag:hover {
+    background-color: #232729; }
+  .entry-tag .button {
+    border-color: transparent;
+    background-color: transparent;
+    background-image: none;
+    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
+    text-shadow: none;
+    -gtk-icon-shadow: none;
+    background-color: transparent; }
+
 /***********
  * Buttons *
  ***********/
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index e44a94f..1b0b559 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -414,6 +414,25 @@ treeview entry.flat, treeview entry {
   treeview entry.flat:focus, treeview entry:focus {
     border-color: #4a90d9; }
 
+.entry-tag {
+  border-color: transparent;
+  background-color: transparent;
+  background-image: none;
+  box-shadow: inset 0 1px rgba(255, 255, 255, 0);
+  text-shadow: none;
+  -gtk-icon-shadow: none;
+  background-color: #e6e6e6; }
+  .entry-tag:hover {
+    background-color: #ffffff; }
+  .entry-tag .button {
+    border-color: transparent;
+    background-color: transparent;
+    background-image: none;
+    box-shadow: inset 0 1px rgba(255, 255, 255, 0);
+    text-shadow: none;
+    -gtk-icon-shadow: none;
+    background-color: transparent; }
+
 /***********
  * Buttons *
  ***********/


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