[gtk+] Adwaita: legible labels in headerbars in selection mode
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: legible labels in headerbars in selection mode
- Date: Mon, 25 Aug 2014 13:25:18 +0000 (UTC)
commit 3bad6d1367545486b2599afb7f347c32c9e606e5
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Aug 25 15:24:44 2014 +0200
Adwaita: legible labels in headerbars in selection mode
gtk/resources/theme/Adwaita/_common.scss | 2 +-
gtk/resources/theme/Adwaita/gtk-contained-dark.css | 2 +-
gtk/resources/theme/Adwaita/gtk-contained.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index aea4610..1fe2b4d 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -958,7 +958,7 @@ GtkComboBox {
}
}
&.selection-mode {
- color: darken($selected_bg_color, 15%);
+ color: $selected_fg_color;
text-shadow: 0 1px transparentize(black, 0.5);
border-color: $selected_borders_color;
background-image: linear-gradient(to bottom,
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index dafa6bb..e2614c1 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -1125,7 +1125,7 @@ GtkComboBox {
border-image: linear-gradient(to bottom, rgba(30, 34, 34, 0.5)) 0 1/1px 1px; }
.titlebar.selection-mode, GtkCalendar.selection-mode.header,
.header-bar.selection-mode {
- color: #14375d;
+ color: #ffffff;
text-shadow: 0 1px rgba(0, 0, 0, 0.5);
border-color: #0f2b48;
background-image: linear-gradient(to bottom, #256ab1, #215d9c);
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index fdb2995..ec4dcdd 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -1117,7 +1117,7 @@ GtkComboBox {
border-image: linear-gradient(to bottom, rgba(168, 168, 168, 0.5)) 0 1/1px 1px; }
.titlebar.selection-mode, GtkCalendar.selection-mode.header,
.header-bar.selection-mode {
- color: #256ab1;
+ color: #ffffff;
text-shadow: 0 1px rgba(0, 0, 0, 0.5);
border-color: #184472;
background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]