[MessageTray] add support for notification actions

https://bugzilla.gnome.org/show_bug.cgi?id=606979
This commit is contained in:
Dan Winship
2010-02-01 15:41:22 -05:00
parent d20d815b45
commit e40063fc34
3 changed files with 61 additions and 1 deletions

View File

@ -561,6 +561,28 @@ StTooltip {
spacing-columns: 10px;
}
#notification-actions {
spacing: 5px;
}
.notification-button {
border: 2px rgba(0,0,0,0.0);
border-radius: 5px;
padding: 5px;
background: #c0c0c0;
color: black;
font-weight: bold;
}
.notification-button:hover {
border: 2px solid white;
}
.notification-button:active {
border: 2px solid white;
background: #808080;
}
#summary-mode {
spacing: 10px;
padding: 2px 4px;