summaryrefslogtreecommitdiff
path: root/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtk.css
diff options
context:
space:
mode:
Diffstat (limited to 'skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtk.css')
-rw-r--r--skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtk.css55
1 files changed, 55 insertions, 0 deletions
diff --git a/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtk.css b/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtk.css
new file mode 100644
index 0000000..feaaa6f
--- /dev/null
+++ b/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtk.css
@@ -0,0 +1,55 @@
+#XfceNotifyWindow {
+ background-color: #709CD2;
+ border-radius: 10px;
+ border: 1px solid #ffffff;
+ padding: 20px;
+}
+
+#XfceNotifyWindow:hover {
+ background-color: shade(#709CD2, 0.98);
+}
+
+#XfceNotifyWindow label,
+#XfceNotifyWindow image {
+ color: #000000;
+}
+
+#XfceNotifyWindow label#summary {
+ font-weight: Bold;
+}
+
+#XfceNotifyWindow button {
+ font-weight: Bold;
+ border: 1px solid shade(#ffffff, 1.15);
+ box-shadow: none;
+ background-image: none;
+ background-color: #709CD2;
+ color: #000000;
+}
+
+#XfceNotifyWindow button:hover {
+ box-shadow: none;
+ background-image: none;
+ background-color: #709CD2;
+ color: #000000;
+}
+
+#XfceNotifyWindow progressbar {
+ min-height: 10px;
+ border-radius: 3px;
+}
+
+#XfceNotifyWindow progressbar progress {
+ background-image: none;
+ background-color: shade (#ddd, 0.65);
+ border: 1px solid shade (#ddd, 0.55);
+}
+
+#XfceNotifyWindow progressbar trough {
+ background-image: linear-gradient(to bottom,
+ shade(#ddd, 0.98),
+ shade(#ddd, 1.25)
+ );
+ border: 1px solid shade(#ddd, 0.8);
+ border-radius: 3px;
+}