Parent: [139094] (diff)

Child: [9b2e2b] (diff)

Download this file

standard.css    35 lines (29 with data), 998 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
QListView, QTableView {
background: #FFFFFF;
alternate-background-color: #DADADA;
}
QListView:focus, QTableView:focus {
border: 2px solid #424e72;
}
QPushButton[flat=true] {
color: white;
border-radius: 7;
padding: 1px;
padding-left: 1px;
padding-right: 1px;
}
QPushButton[flat=true]:checked {
background-color: qradialgradient(spread:pad, cx:0.5, cy:0.5,
radius:0.6, fx:0.502, fy:0.500876,
stop:0.8 rgba(243, 132, 26, 255),
stop:1 rgba(255, 255, 255, 0));
}
QPushButton[flat=true]:pressed{
background-color: qradialgradient(spread:pad, cx:0.5, cy:0.5,
radius:0.50, fx:0.502, fy:0.500876,
stop:0.7 rgba(243, 132, 26, 255),
stop:1 rgba(255, 255, 255, 0));
}
QTabBar::close-button {
image: url(:/icons/cross.png)
}