[gnome-shell/wip/fmuellner/notification-redux+sass: 73/207] theme: osd fixes
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux+sass: 73/207] theme: osd fixes
- Date: Tue, 17 Feb 2015 17:00:08 +0000 (UTC)
commit 25412ab39f73a964f428d6e570add51ffcaf167b
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Feb 9 16:04:11 2015 +0100
theme: osd fixes
data/theme/_common.scss | 4 ++--
data/theme/gnome-shell-high-contrast.css | 4 ++--
data/theme/gnome-shell.css | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index c399692..f467b66 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -1316,7 +1316,7 @@ StScrollBar {
.summary-source-button {
&:hover .summary-source,
&:selected .summary-source,
- &:focus .summary-source { background-color: lighten($bg_color,2%); }
+ &:focus .summary-source { background-color: lighten($osd_bg_color,2%); }
}
.summary-source-counter {
font-size: 10pt;
@@ -1326,7 +1326,7 @@ StScrollBar {
-shell-counter-overlap-y: 3px;
background-color: $selected_bg_color;
color: $selected_fg_color;
- border: 2px solid $fg_color;
+ border: 2px solid $osd_fg_color;
box-shadow: 0 2px 2px rgba(0,0,0,0.5);
border-radius: 0.9em; // should be 0.8 but whatever; wish I could do 50%;
}
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index fea04eb..91752e2 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1155,7 +1155,7 @@ StScrollBar {
transition-duration: 100ms; }
.summary-source-button:hover .summary-source, .summary-source-button:selected .summary-source,
.summary-source-button:focus .summary-source {
- background-color: #050505; }
+ background-color: #33393c; }
.summary-source-counter {
font-size: 10pt;
@@ -1166,7 +1166,7 @@ StScrollBar {
-shell-counter-overlap-y: 3px;
background-color: #215d9c;
color: #ffffff;
- border: 2px solid #fff;
+ border: 2px solid #eeeeec;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
border-radius: 0.9em; }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 54f7135..eae1699 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1155,7 +1155,7 @@ StScrollBar {
transition-duration: 100ms; }
.summary-source-button:hover .summary-source, .summary-source-button:selected .summary-source,
.summary-source-button:focus .summary-source {
- background-color: #3e4444; }
+ background-color: #33393c; }
.summary-source-counter {
font-size: 10pt;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]