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/tooltip.css | |
download | cli-tools-windows-f5c4671bfbad96bf346bd7e9a21fc4317b4959df.tar.gz cli-tools-windows-f5c4671bfbad96bf346bd7e9a21fc4317b4959df.tar.bz2 cli-tools-windows-f5c4671bfbad96bf346bd7e9a21fc4317b4959df.zip |
Diffstat (limited to 'copyq-6.3.2/themes/tooltip.css')
-rw-r--r-- | copyq-6.3.2/themes/tooltip.css | 8 |
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} +} |