aboutsummaryrefslogtreecommitdiff
path: root/copyq-6.3.2/themes/notification.css
diff options
context:
space:
mode:
authorIndrajith K L2022-12-03 17:00:20 +0530
committerIndrajith K L2022-12-03 17:00:20 +0530
commitf5c4671bfbad96bf346bd7e9a21fc4317b4959df (patch)
tree2764fc62da58f2ba8da7ed341643fc359873142f /copyq-6.3.2/themes/notification.css
downloadcli-tools-windows-master.tar.gz
cli-tools-windows-master.tar.bz2
cli-tools-windows-master.zip
Adds most of the toolsHEADmaster
Diffstat (limited to 'copyq-6.3.2/themes/notification.css')
-rw-r--r--copyq-6.3.2/themes/notification.css15
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
+}