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



commit 31a0eead4c1b99c234cbf9726d718c3be7edfe5f
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu May 11 15:19:19 2017 +0200

    Adwaita: regenerate the css

 gtk/theme/Adwaita/gtk-contained-dark.css |   39 ++++++++++++++++++-----------
 gtk/theme/Adwaita/gtk-contained.css      |   39 ++++++++++++++++++-----------
 2 files changed, 48 insertions(+), 30 deletions(-)
---
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index cbd9d3a..85b35a1 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -415,23 +415,32 @@ treeview entry.flat, treeview entry {
     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; }
+  padding: 5px;
+  margin-top: 2px;
+  margin-bottom: 2px;
+  border-style: none;
+  color: #232729;
+  background-color: #898b8b; }
+  :dir(ltr) .entry-tag {
+    margin-left: 8px;
+    margin-right: -5px; }
+  :dir(rtl) .entry-tag {
+    margin-left: -5px;
+    margin-right: 8px; }
   .entry-tag:hover {
-    background-color: #232729; }
-  .entry-tag .button {
-    border-color: transparent;
+    background-color: #a3a4a4; }
+  :backdrop .entry-tag {
+    color: #252a2c;
+    background-color: #5b5f60; }
+  .entry-tag.button {
     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; }
+    color: rgba(35, 39, 41, 0.7); }
+  :not(:backdrop) .entry-tag.button:hover {
+    border: 1px solid #898b8b;
+    color: #232729; }
+  :not(:backdrop) .entry-tag.button:active {
+    background-color: #898b8b;
+    color: rgba(35, 39, 41, 0.7); }
 
 /***********
  * Buttons *
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 1b0b559..2b62a36 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -415,23 +415,32 @@ treeview entry.flat, treeview entry {
     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; }
+  padding: 5px;
+  margin-top: 2px;
+  margin-bottom: 2px;
+  border-style: none;
+  color: #ffffff;
+  background-color: #4a90d9; }
+  :dir(ltr) .entry-tag {
+    margin-left: 8px;
+    margin-right: -5px; }
+  :dir(rtl) .entry-tag {
+    margin-left: -5px;
+    margin-right: 8px; }
   .entry-tag:hover {
-    background-color: #ffffff; }
-  .entry-tag .button {
-    border-color: transparent;
+    background-color: #74aae2; }
+  :backdrop .entry-tag {
+    color: #fcfcfc;
+    background-color: #4a90d9; }
+  .entry-tag.button {
     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; }
+    color: rgba(255, 255, 255, 0.7); }
+  :not(:backdrop) .entry-tag.button:hover {
+    border: 1px solid #4a90d9;
+    color: #ffffff; }
+  :not(:backdrop) .entry-tag.button:active {
+    background-color: #4a90d9;
+    color: rgba(255, 255, 255, 0.7); }
 
 /***********
  * Buttons *


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