diff options
author | Indrajith K L | 2022-12-03 17:00:20 +0530 |
---|---|---|
committer | Indrajith K L | 2022-12-03 17:00:20 +0530 |
commit | f5c4671bfbad96bf346bd7e9a21fc4317b4959df (patch) | |
tree | 2764fc62da58f2ba8da7ed341643fc359873142f /copyq-6.3.2/themes/notification.css | |
download | cli-tools-windows-master.tar.gz cli-tools-windows-master.tar.bz2 cli-tools-windows-master.zip |
Diffstat (limited to 'copyq-6.3.2/themes/notification.css')
-rw-r--r-- | copyq-6.3.2/themes/notification.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/copyq-6.3.2/themes/notification.css b/copyq-6.3.2/themes/notification.css new file mode 100644 index 0000000..b8eff38 --- /dev/null +++ b/copyq-6.3.2/themes/notification.css @@ -0,0 +1,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 +} |