[gnome-shell/wip/fmuellner/notification-redux+sass: 32/207] 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: 32/207] theme: Remove looking glass border-image
- Date: Tue, 17 Feb 2015 16:56:42 +0000 (UTC)
commit acde3fa65b92aa83ca0a045b2d78f1116d25f7c7
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 7e50480..7378534 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -885,7 +885,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 1d3f33f..82dede5 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1777,7 +1777,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]