-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (47 loc) · 947 Bytes
/
style.css
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
QWidget {
background-color: #FFB7D5;
/*color: rgb(200, 200, 200);*/
font-family: Times New Roman, Times, serif;
font-weight: 600;
font-size: 20px;
}
QTextEdit {
color: #CAC6E0 ;
/*background-color: #CAC6E0;*/
background-color: #8E3179;
}
QPushButton {
color: #8E3179 ;
background-color: #CAC6E0;
font-size: 20px
}
QLabel {
color: #8E3179 ;
font-size: 20px
}
QSplitter {
background-color: #8E3179;
}
QComboBox {
color: #8E3179 ;
background-color: #CAC6E0;
font-size: 20px
}
QAbstractItemView::item:hover {
background-color: #8E3179;
}
QTableView {
color: #8E3179 ;
background-color: #FFB7D5;
font-size: 20px
}
QTableView::item:hover {
background-color: #CAC6E0;
}
QTableView::item:selected {
background-color: #CAC6E0;
}
QHeaderView {
background-color: #8E3179;
font-size: 20px
}