[gnome-shell/wip/message-tray: 8/24] theme: Update message-tray style in the overview
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/message-tray: 8/24] theme: Update message-tray style in the overview
- Date: Wed, 15 Aug 2012 18:02:42 +0000 (UTC)
commit 2eee585caed3c69b143e8c41ae64e1aedf334b85
Author: Florian MÃllner <fmuellner gnome org>
Date: Tue Jul 31 16:11:56 2012 +0200
theme: Update message-tray style in the overview
The currently used style works well in "normal" mode, where the
tray is shown to be located beneath the window layer (pushing the
latter up when revealed). It does not work very well in the overview,
so use the same style as dash and workspace switcher there.
data/theme/gnome-shell.css | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index b9fe82f..a4afd99 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1174,9 +1174,16 @@ StButton.popup-menu-item:insensitive {
#message-tray {
background: #2e3436 url(message-tray-background.png);
background-repeat: repeat;
+ border-top: 1px solid transparent;
+ transition-duration: 100;
height: 72px;
}
+#message-tray:overview {
+ background: rgba(0, 0, 0, 0.5);
+ border-top: 1px solid rgba(128, 128, 128, 0.4);
+}
+
.notification {
font-size: 11pt;
border-radius: 10px 10px 0px 0px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]