[gnome-shell/wip/sass: 90/99] theme: osd fixes
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 90/99] theme: osd fixes
- Date: Tue, 17 Feb 2015 12:10:12 +0000 (UTC)
commit 65652a7def0d1b57687c9c933eb92ee4a0dc113c
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Feb 9 15:59:39 2015 +0100
theme: osd fixes
data/theme/_common.scss | 3 ++-
data/theme/gnome-shell-high-contrast.css | 3 ++-
data/theme/gnome-shell.css | 1 +
3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 751353b..c399692 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -985,6 +985,7 @@ StScrollBar {
}
.window-caption {
spacing: 25px;
+ color: $osd_fg_color;
background-color: transparentize($osd_bg_color,0.3);
border-radius: 8px;
padding: 4px 12px;
@@ -1005,7 +1006,7 @@ StScrollBar {
border-width: 2px;
}
- .search-entry-icon { icon-size: 1em; padding: 0 4px; color: transparentize($osd_fg_color,.3); }
+ .search-entry-icon { icon-size: 1em; padding: 0 4px; color: transparentize($fg_color,.3); }
&:hover, &:focus {
.search-entry-icon { color: $fg_color; }
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 611e88a..fea04eb 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -845,6 +845,7 @@ StScrollBar {
.window-caption {
spacing: 25px;
+ color: #eeeeec;
background-color: rgba(46, 52, 54, 0.7);
border-radius: 8px;
padding: 4px 12px;
@@ -871,7 +872,7 @@ StScrollBar {
.search-entry .search-entry-icon {
icon-size: 1em;
padding: 0 4px;
- color: rgba(238, 238, 236, 0.7); }
+ color: rgba(255, 255, 255, 0.7); }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #fff; }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 4e552bc..54f7135 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -845,6 +845,7 @@ StScrollBar {
.window-caption {
spacing: 25px;
+ color: #eeeeec;
background-color: rgba(46, 52, 54, 0.7);
border-radius: 8px;
padding: 4px 12px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]