[gnome-shell/wip/fmuellner/notification-redux+sass: 31/141] theme: Remove looking glass border-image
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux+sass: 31/141] theme: Remove looking glass border-image
- Date: Thu, 19 Feb 2015 20:57:27 +0000 (UTC)
commit ade4048574804c3ccb007c2f54915ad2a5b80144
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Mon Nov 10 16:56:57 2014 +0100
theme: Remove looking glass border-image
Now that we no longer use images for the selected highligth
data/theme/_common.scss | 3 ++-
data/theme/gnome-shell.css | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 9bec90d..427049b 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -882,7 +882,8 @@ StScrollBar {
text-shadow: black 0px 2px 2px;
}
&:selected {
- border-image: url("panel-button-border.svg") 10 10 0 2;
+ border-bottom-width: 2px;
+ border-color: lighten($selected_bg_color,5%);
color: white;
text-shadow: black 0px 2px 2px;
}
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index e402ed3..d84ce5d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1770,7 +1770,8 @@ StScrollBar {
color: white;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
- border-image: url("panel-button-border.svg") 10 10 0 2;
+ border-bottom-width: 2px;
+ border-color: #256ab1;
color: white;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]