From f5c4671bfbad96bf346bd7e9a21fc4317b4959df Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 3 Dec 2022 17:00:20 +0530 Subject: Adds most of the tools --- copyq-6.3.2/themes/tooltip.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 copyq-6.3.2/themes/tooltip.css (limited to 'copyq-6.3.2/themes/tooltip.css') 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} +} -- cgit v1.2.3