File: _qpushbutton.scss

package info (click to toggle)
qtsass 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 1,337; sh: 7; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
QPushButton {
    background: $background;
    color: $accent;
    padding: $text-padding;
    border: 0;
    border-radius: $border-radius;
}

QPushButton:hover,
QPushButton:focus {
    background: $accent;
    color: $background;
}