[epiphany] theme: Update from GTK+ 3 git
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] theme: Update from GTK+ 3 git
- Date: Sat, 14 Jan 2017 04:01:49 +0000 (UTC)
commit f68fc60c3a6c59ab58cbd8f411bdf31add55e788
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Jan 13 21:54:43 2017 -0600
theme: Update from GTK+ 3 git
Parse sass!
src/resources/epiphany.css | 34 +++++++++++++---------------------
1 files changed, 13 insertions(+), 21 deletions(-)
---
diff --git a/src/resources/epiphany.css b/src/resources/epiphany.css
index 856f9d9..cfaf011 100644
--- a/src/resources/epiphany.css
+++ b/src/resources/epiphany.css
@@ -2,8 +2,7 @@ button.active-menu {
color: #2e3436;
outline-color: rgba(46, 52, 54, 0.3);
border-color: #b6b6b3;
- background-image: none;
- background-color: #d9d9d7;
+ background-image: image(#d9d9d7);
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none; }
@@ -61,23 +60,21 @@ button.active-menu {
outline-color: rgba(46, 52, 54, 0.3);
border-color: #909fae;
border-bottom-color: #738698;
- background-image: linear-gradient(to bottom, #dde1e6, #cbd2d9 60%, #bfc8d0);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- box-shadow: inset 0 1px rgba(255, 255, 255, 0.6); }
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
+ background-image: linear-gradient(to bottom, #dde1e6, #cbd2d9 60%, #bfc8d0); }
.incognito-mode.titlebar button:active, .incognito-mode.titlebar button:checked,
.incognito-mode.titlebar button#ephy-page-menu-button.active-menu {
color: #2e3436;
outline-color: rgba(46, 52, 54, 0.3);
border-color: #909fae;
- background-image: none;
- background-color: #b9c3cc;
+ background-image: image(#b9c3cc);
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none; }
.incognito-mode.titlebar button:disabled {
border-color: #909fae;
- background-color: #d3d9df;
- background-image: none;
+ background-image: image(#d3d9df);
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@@ -85,7 +82,6 @@ button.active-menu {
color: #8b8e8f; }
.incognito-mode.titlebar button:backdrop {
border-color: #cbd2d9;
- background-color: transparent;
background-image: image(#cbd2d9);
text-shadow: none;
-gtk-icon-shadow: none;
@@ -95,16 +91,14 @@ button.active-menu {
color: #8b8e8f; }
.incognito-mode.titlebar button:backdrop:active {
border-color: #bbc5ce;
- background-color: #bbc5ce;
- background-image: none;
+ background-image: image(#bbc5ce);
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
border-color: #909fae; }
.incognito-mode.titlebar button:backdrop:active label, .incognito-mode.titlebar
button:backdrop:active {
color: #8b8e8f; }
.incognito-mode.titlebar button:backdrop:disabled {
border-color: #d3d9df;
- background-color: #d3d9df;
- background-image: none;
+ background-image: image(#d3d9df);
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
@@ -162,10 +156,10 @@ button.active-menu {
outline-color: rgba(69, 79, 82, 0.3);
border-color: #b6b6b3;
border-bottom-color: #91918c;
- background-image: linear-gradient(to bottom, #f7f7f7, #e8e8e7 60%, #dededd);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
- box-shadow: inset 0 1px white; }
+ box-shadow: inset 0 1px white;
+ background-image: linear-gradient(to bottom, #f7f7f7, #e8e8e7 60%, #dededd); }
.bookmark-tag-widget button:last-child:active image {
color: #454f52;
outline-color: rgba(69, 79, 82, 0.3);
@@ -178,8 +172,7 @@ button.active-menu {
color: #454f52;
outline-color: rgba(69, 79, 82, 0.3);
border-color: #b6b6b3;
- background-image: none;
- background-color: #d9d9d7;
+ background-image: image(#d9d9d7);
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none; }
@@ -205,10 +198,10 @@ button.active-menu {
outline-color: rgba(255, 255, 255, 0.3);
border-color: #215d9c;
border-bottom-color: #184472;
- background-image: linear-gradient(to bottom, #63a0de, #4a90d9 60%, #3986d5);
text-shadow: 0 -1px rgba(0, 0, 0, 0.49553);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.49553);
- box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }
+ box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
+ background-image: linear-gradient(to bottom, #63a0de, #4a90d9 60%, #3986d5); }
.bookmark-tag-widget-selected button:last-child:active image {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
@@ -221,8 +214,7 @@ button.active-menu {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #215d9c;
- background-image: none;
- background-color: #3180d4;
+ background-image: image(#3180d4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]