blob: b8eff38fa2e3fb1df5aed7423e02e49ae0ac17e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#Notification, #Notification QWidget
{
/* Resets notification opacity. It will be set in NotificationDaemon::setNotificationOpacity(). */
;background: ${notification_bg + #000}
}
#Notification QWidget{
;color: ${notification_fg}
;${notification_font}
}
#Notification #NotificationTitle{
;${scale=1.2}${notification_font}${scale=1}
}
#Notification #NotificationTip{
;font-style: italic
}
|