aboutsummaryrefslogtreecommitdiff
path: root/copyq-6.3.2/themes/tooltip.css
diff options
context:
space:
mode:
Diffstat (limited to 'copyq-6.3.2/themes/tooltip.css')
-rw-r--r--copyq-6.3.2/themes/tooltip.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/copyq-6.3.2/themes/tooltip.css b/copyq-6.3.2/themes/tooltip.css
new file mode 100644
index 0000000..7a5a0db
--- /dev/null
+++ b/copyq-6.3.2/themes/tooltip.css
@@ -0,0 +1,8 @@
+#item QToolTip, QMenu QToolTip {
+ ;${notes_font}
+ ;background: ${notes_bg}
+ ;color: ${notes_fg}
+ /* Resetting border helps in some cases to set correct background color. */
+ ;border: 1px solid ${notes_fg}
+ ;${notes_css}
+}