[gnome-shell/wip/sass: 46/58] theme: osd fixes
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 46/58] theme: osd fixes
- Date: Tue, 17 Feb 2015 22:32:03 +0000 (UTC)
commit f9c38703c51a1ad89fea485ab5d84bc1726cd975
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 4521df2..c5a8444 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -986,6 +986,7 @@ StScrollBar {
}
.window-caption {
spacing: 25px;
+ color: $osd_fg_color;
background-color: transparentize($osd_bg_color,0.3);
border-radius: 8px;
padding: 4px 12px;
@@ -1006,7 +1007,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 cc36b6e..c12c1cc 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 6e0d1ac..c7f9b4b 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -846,6 +846,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]