[gnome-shell/wip/sass: 52/90] theme: minor OSD tweak
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 52/90] theme: minor OSD tweak
- Date: Wed, 18 Feb 2015 20:44:44 +0000 (UTC)
commit c74c467199f84f59c925dcb7f12514849a3d8410
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Jan 14 14:35:32 2015 +0100
theme: minor OSD tweak
data/theme/_common.scss | 2 +-
data/theme/gnome-shell-high-contrast.css | 2 +-
data/theme/gnome-shell.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 81eea96..01b92d7 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -330,7 +330,7 @@ StScrollBar {
.level {
height: 0.6em;
border-radius: 0.3em;
- background-color: darken($bg_color,15%);
+ background-color: transparentize(darken($bg_color,15%),0.5);
color: $fg_color;
}
}
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index c83f6ec..2054cae 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -843,7 +843,7 @@ StScrollBar {
.osd-window .level {
height: 0.6em;
border-radius: 0.3em;
- background-color: black;
+ background-color: rgba(0, 0, 0, 0.5);
color: #fff; }
/* App Switcher */
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index c1f9df7..ddf2860 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -843,7 +843,7 @@ StScrollBar {
.osd-window .level {
height: 0.6em;
border-radius: 0.3em;
- background-color: #151717;
+ background-color: rgba(21, 23, 23, 0.5);
color: #eeeeec; }
/* App Switcher */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]