[epiphany] theme: update CSS for latest Adwaita



commit 152ff5b34d05c6584c387ed488364106de8f082f
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Apr 23 21:07:48 2016 -0500

    theme: update CSS for latest Adwaita

 src/resources/epiphany.css |   91 ++++++++++++++++++++++---------------------
 1 files changed, 47 insertions(+), 44 deletions(-)
---
diff --git a/src/resources/epiphany.css b/src/resources/epiphany.css
index 5deb6a0..852db5e 100644
--- a/src/resources/epiphany.css
+++ b/src/resources/epiphany.css
@@ -1,11 +1,12 @@
 button.active-menu {
   color: #2e3436;
   outline-color: rgba(46, 52, 54, 0.3);
-  border-color: #9d9d99;
-  background-image: linear-gradient(to bottom, #c8c8c5, #dcdcda);
-  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 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(255, 255, 255, 0); }
+  border-color: #b6b6b3;
+  background-image: none;
+  background-color: #d4d4d2;
+  box-shadow: inset 0 1px rgba(255, 255, 255, 0);
+  text-shadow: none;
+  -gtk-icon-shadow: none; }
 
 .floating-bar {
   background-color: @theme_base_color;
@@ -25,12 +26,13 @@ button.active-menu {
 
 .incognito-mode.titlebar {
   background-image: linear-gradient(to top, #a5b1bd, #c5cdd5 2px, #cbd2d9 3px);
+  background-color: #cbd2d9;
   box-shadow: inset 0 1px #f1f3f5;
   background-image: -gtk-icontheme("user-not-tracked-symbolic"), linear-gradient(#cbd2d9);
   background-size: 64px 64px, 100% 100%;
   background-position: 160px 0, 0 0;
   background-repeat: no-repeat, no-repeat;
-  border-color: #8192a3;
+  border-color: #909fae;
   color: rgba(46, 52, 54, 0.2); }
   .incognito-mode.titlebar > * {
     color: #2e3436; }
@@ -43,16 +45,17 @@ button.active-menu {
   .incognito-mode.titlebar button {
     color: #2e3436;
     outline-color: rgba(46, 52, 54, 0.3);
-    border-color: #8192a3;
+    border-color: #909fae;
+    border-bottom-color: #738598;
     background-image: linear-gradient(to bottom, #cbd2d9, #bfc8d0 60%, #aeb8c3);
     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), 0 1px rgba(241, 243, 245, 0); }
+    box-shadow: inset 0 1px rgba(255, 255, 255, 0.6), 0 1px #f1f3f5; }
     .incognito-mode.titlebar button.flat, .incognito-mode.titlebar button.titlebutton {
       border-color: transparent;
       background-color: transparent;
       background-image: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
+      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
       text-shadow: none;
       -gtk-icon-shadow: none; }
     .incognito-mode.titlebar button.titlebutton {
@@ -61,70 +64,70 @@ button.active-menu {
     .incognito-mode.titlebar button:hover {
       color: #2e3436;
       outline-color: rgba(46, 52, 54, 0.3);
-      border-color: #8192a3;
-      /*
-      background-image: linear-gradient(to bottom,
-                                        lighten($c, 16%),
-                                        lighten($c, 6%) 40%,
-                                        lighten($c, 2%));
-      */
+      border-color: #909fae;
+      border-bottom-color: #738598;
       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), 0 1px rgba(241, 243, 245, 0); }
+      box-shadow: inset 0 1px rgba(255, 255, 255, 0.6), 0 1px #f1f3f5; }
     .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: #8192a3;
-      background-image: linear-gradient(to bottom, #a5b1bd, #bcc5ce);
-      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 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(241, 243, 245, 0); }
+      border-color: #909fae;
+      background-image: none;
+      background-color: #b3bec8;
+      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #f1f3f5;
+      text-shadow: none;
+      -gtk-icon-shadow: none; }
     .incognito-mode.titlebar button:disabled {
-      color: #8b8e8e;
-      border-color: #8192a3;
-      background-image: linear-gradient(to bottom, #d2d8de);
+      border-color: #909fae;
+      background-color: #d2d8de;
+      background-image: none;
       text-shadow: none;
       -gtk-icon-shadow: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(241, 243, 245, 0); }
-      .incognito-mode.titlebar button:disabled > .label {
-        color: inherit; }
+      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px #f1f3f5; }
+      .incognito-mode.titlebar button:disabled label, .incognito-mode.titlebar button:disabled {
+        color: #8b8e8e; }
     .incognito-mode.titlebar button:backdrop {
-      color: #8b8e8e;
       border-color: #cbd2d9;
-      background-image: linear-gradient(to bottom, #cbd2d9);
+      background-color: transparent;
+      background-image: image(#cbd2d9);
       text-shadow: none;
       -gtk-icon-shadow: none;
       box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(241, 243, 245, 0);
-      border-color: #8192a3; }
+      border-color: #909fae; }
+      .incognito-mode.titlebar button:backdrop label, .incognito-mode.titlebar button:backdrop {
+        color: #8b8e8e; }
       .incognito-mode.titlebar button:backdrop:active {
-        color: #8b8e8e;
-        border-color: #aeb8c3;
-        background-image: linear-gradient(to bottom, #aeb8c3);
+        border-color: #bac4cd;
+        background-color: #bac4cd;
+        background-image: none;
         box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(241, 243, 245, 0);
-        border-color: #8192a3; }
+        border-color: #909fae; }
+        .incognito-mode.titlebar button:backdrop:active label, .incognito-mode.titlebar 
button:backdrop:active {
+          color: #8b8e8e; }
       .incognito-mode.titlebar button:backdrop:disabled {
-        color: #989ea3;
         border-color: #d2d8de;
-        background-image: linear-gradient(to bottom, #d2d8de);
+        background-color: #d2d8de;
+        background-image: none;
         text-shadow: none;
         -gtk-icon-shadow: none;
         box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(241, 243, 245, 0);
-        border-color: #8192a3; }
-        .incognito-mode.titlebar button:backdrop:disabled > .label {
-          color: inherit; }
+        border-color: #909fae; }
+        .incognito-mode.titlebar button:backdrop:disabled label, .incognito-mode.titlebar 
button:backdrop:disabled {
+          color: #989ea3; }
     .incognito-mode.titlebar button.flat:backdrop, .incognito-mode.titlebar button.titlebutton:backdrop {
       border-color: transparent;
       background-color: transparent;
       background-image: none;
-      box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
+      box-shadow: inset 0 1px rgba(255, 255, 255, 0);
       text-shadow: none;
       -gtk-icon-shadow: none; }
   .incognito-mode.titlebar entry {
-    box-shadow: inset 0 0 0 1px rgba(74, 144, 217, 0), 0 1px rgba(241, 243, 245, 0);
-    border-color: #8192a3; }
+    box-shadow: inset 0 0 0 1px rgba(74, 144, 217, 0), 0 1px #f1f3f5;
+    border-color: #909fae; }
     .incognito-mode.titlebar entry:focus {
       border-color: #4a90d9;
-      box-shadow: inset 0 0 0 1px #4a90d9, 0 1px rgba(241, 243, 245, 0); }
+      box-shadow: inset 0 0 0 1px #4a90d9, 0 1px #f1f3f5; }
     .incognito-mode.titlebar entry:backdrop {
       box-shadow: none; }


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