Adwaita: regenerate the css

This commit is contained in:
Lapo Calamandrei
2017-05-11 15:19:19 +02:00
parent 5c98b2b8ed
commit 31a0eead4c
2 changed files with 48 additions and 30 deletions

View File

@@ -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 *

View File

@@ -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 *