[gnome-themes-standard/wip/sass] headerbars: lighter and flatter
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/sass] headerbars: lighter and flatter
- Date: Thu, 5 Jun 2014 16:30:06 +0000 (UTC)
commit e07f0bc320155eb234f9e0b9949275f74c4dbec0
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Jun 5 18:29:47 2014 +0200
headerbars: lighter and flatter
themes/Adwaita/gtk-3.0/_common.scss | 4 ++--
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 2 +-
themes/Adwaita/gtk-3.0/gtk-contained.css | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index b8b19a3..46ac505 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -518,8 +518,8 @@ GtkComboBox {
background-color: transparent;
background-image: linear-gradient(to bottom,
- lighten($bg_color,2%),
- darken($bg_color,5%));
+ lighten($bg_color,4%),
+ $bg_color);
box-shadow: inset 0 -1px mix($borders_color, $bg_color, 30%), // bottom shade
inset 0 1px $borders_edge; // top highlight
padding: 6px;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index dbce444..04945cc 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -609,7 +609,7 @@ GtkComboBox {
border-color: #1c1f1f;
border-radius: 7px 7px 0 0;
background-color: transparent;
- background-image: linear-gradient(to bottom, #3e4444, #2d3232);
+ background-image: linear-gradient(to bottom, #434a4a, #393f3f);
box-shadow: inset 0 -1px #303535, inset 0 1px rgba(238, 238, 236, 0.1);
padding: 6px; }
.titlebar:backdrop,
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index d61beb3..909900a 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -609,7 +609,7 @@ GtkComboBox {
border-color: #a1a1a1;
border-radius: 7px 7px 0 0;
background-color: transparent;
- background-image: linear-gradient(to bottom, #f2f2f2, #e0e0e0);
+ background-image: linear-gradient(to bottom, #f7f7f7, #ededed);
box-shadow: inset 0 -1px #d6d6d6, inset 0 1px white;
padding: 6px; }
.titlebar:backdrop,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]