File: tooltip.css

package info (click to toggle)
copyq 13.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,964 kB
  • sloc: cpp: 63,306; sh: 992; xml: 452; python: 293; ruby: 152; makefile: 27; javascript: 25
file content (8 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
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}
}