[gnome-shell/wip/sass: 25/63] theme: minor OSD tweak
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 25/63] theme: minor OSD tweak
- Date: Wed, 18 Feb 2015 21:09:05 +0000 (UTC)
commit 12a80a75a30770e279bb3ddefd48df47959f1337
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 4c14e88..78b8c1d 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 c6581de..ed109af 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]