[gnome-shell/wip/fmuellner/notification-redux+sass: 47/207] theme: minor OSD tweak
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux+sass: 47/207] theme: minor OSD tweak
- Date: Tue, 17 Feb 2015 16:57:57 +0000 (UTC)
commit 48dce463c608f4768d1934dfe7bd99457c3587b0
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 c7ad199..b0ce2bc 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 d4dfc58..84d6000 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]