[epiphany] theme: remove another "improvement"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] theme: remove another "improvement"
- Date: Wed, 6 Jan 2016 02:03:11 +0000 (UTC)
commit f3113c5bec20116a4239ec143e667e9951987c80
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Tue Jan 5 20:01:43 2016 -0600
theme: remove another "improvement"
src/resources/epiphany.css | 9 +++++++++
src/resources/epiphany.scss | 2 +-
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/epiphany.css b/src/resources/epiphany.css
index a566963..17164d4 100644
--- a/src/resources/epiphany.css
+++ b/src/resources/epiphany.css
@@ -80,6 +80,15 @@ button.active-menu {
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); }
+ .incognito-mode.titlebar button:disabled {
+ color: #8b8e8e;
+ border-color: #8192a3;
+ background-image: linear-gradient(to bottom, #d2d8de);
+ 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; }
.incognito-mode.titlebar button:backdrop {
color: #8b8e8e;
border-color: #cbd2d9;
diff --git a/src/resources/epiphany.scss b/src/resources/epiphany.scss
index defcd94..1ff14bd 100644
--- a/src/resources/epiphany.scss
+++ b/src/resources/epiphany.scss
@@ -72,7 +72,7 @@ $edge_color: lighten($incognito_color, 13%);
&:active, &:checked, &#ephy-page-menu-button.active-menu {
@include button(active, $incognito_color, $edge:$edge_color); }
&:disabled {
- @include button(disabled, $incognito_color, $edge:$edge_color); }
+ @include button(insensitive, $incognito_color, $edge:$edge_color); }
&:backdrop {
@include button(backdrop, $incognito_color, $edge:$edge_color);
border-color: _border_color($incognito_color);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]