[gnome-shell/wip/message-tray: 4/22] theme: Update theme
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/message-tray: 4/22] theme: Update theme
- Date: Mon, 13 Aug 2012 20:28:33 +0000 (UTC)
commit 9b44eed31ea55d6554f4a2283435f9ab0229b6fa
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Jul 30 19:52:56 2012 -0300
theme: Update theme
We use the background image for hovered, and the running indicator
for focus elsewhere. Use it for here as well.
Additionally, add a proper border radius so we get a nice background.
data/theme/gnome-shell.css | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index a188f4d..78ffa84 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1393,15 +1393,17 @@ StButton.popup-menu-item:insensitive {
padding: 2px 4px 0px 0px;
}
+.summary-source-button {
+ transition-duration: 100;
+}
+
.summary-source-button:hovered {
- background-image: url("running-indicator.svg");
- background-size: contain;
+ background-color: rgba(255,255,255,0.1);
+ border-radius: 4px;
}
.summary-source-button:selected {
background-image: url("running-indicator.svg");
- background-color: rgba(255,255,255,0.1);
- transition-duration: 100;
background-size: contain;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]