[gnome-shell/wip/fmuellner/notification-redux+sass: 29/141] theme: Use box shadow for active panel menu border
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux+sass: 29/141] theme: Use box shadow for active panel menu border
- Date: Fri, 20 Feb 2015 12:59:23 +0000 (UTC)
commit 2cd615635e55e0ef24a25281d1ec06584fedc77f
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Mon Nov 10 15:10:40 2014 +0100
theme: Use box shadow for active panel menu border
data/theme/_common.scss | 12 ++++++------
data/theme/gnome-shell.css | 8 +++-----
2 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index a73fbbd..d45bca2 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -242,8 +242,7 @@ StScrollBar {
&.unlock-screen,
&.login-screen,
&.lock-screen {
- background-color: transparent;
-
+ background-color: transparent;
}
#panelLeft, #panelCenter { // spacing between activities<>app menu and such
@@ -270,7 +269,7 @@ StScrollBar {
font-weight: bold;
color: #ccc;
transition-duration: 100ms;
- padding: 2px;
+
#appMenuIcon {
app-icon-bottom-clip: 1px;
@@ -288,9 +287,10 @@ StScrollBar {
}
&:active, &:overview, &:focus, &:checked {
- border-color: lighten($selected_bg_color,5%);
- border-bottom-width: 2px;
- padding: 2px 2px 0 2px;
+ // Trick due to St limitations. It needs a background to draw
+ // a box-shadow
+ background-color: rgba(0, 0, 0, 0.01);
+ box-shadow: inset 0 -2px 0px lighten($selected_bg_color,5%);
color: lighten($fg_color,10%);
text-shadow: black 0px 2px 2px;
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index f79ebd0..e402ed3 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1205,8 +1205,7 @@ StScrollBar {
-minimum-hpadding: 6px;
font-weight: bold;
color: #ccc;
- transition-duration: 100ms;
- padding: 2px; }
+ transition-duration: 100ms; }
#panel .panel-button #appMenuIcon {
app-icon-bottom-clip: 1px; }
.panel-button:active #panel .panel-button #appMenuIcon, .panel-button:overview #panel .panel-button
#appMenuIcon, .panel-button:focus #panel .panel-button #appMenuIcon, .panel-button:checked #panel
.panel-button #appMenuIcon {
@@ -1215,9 +1214,8 @@ StScrollBar {
color: white;
text-shadow: black 0 2px 2px; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel
.panel-button:checked {
- border-color: #256ab1;
- border-bottom-width: 2px;
- padding: 2px 2px 0 2px;
+ background-color: rgba(0, 0, 0, 0.01);
+ box-shadow: inset 0 -2px 0px #256ab1;
color: white;
text-shadow: black 0px 2px 2px; }
#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview >
.system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked >
.system-status-icon {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]