[gnome-shell/wip/sass: 74/88] theme: osd fixes
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 74/88] theme: osd fixes
- Date: Thu, 19 Feb 2015 20:58:56 +0000 (UTC)
commit f15b62474013a16f27e6fe049ffc22b5ff4c3c2e
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 3cadc63..bd7b42c 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -983,6 +983,7 @@ StScrollBar {
}
.window-caption {
spacing: 25px;
+ color: $osd_fg_color;
background-color: transparentize($osd_bg_color,0.3);
border-radius: 8px;
padding: 4px 12px;
@@ -1003,7 +1004,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 1a6670a..d38cafa 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 bc0f5c7..f6c4acd 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]