-
-
Notifications
You must be signed in to change notification settings - Fork 392
Expand file tree
/
Copy pathpacketsender.css
More file actions
78 lines (64 loc) · 1.2 KB
/
packetsender.css
File metadata and controls
78 lines (64 loc) · 1.2 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
QTableView::item
{
qproperty-wordWrap: false;
}
QStatusBar::item {
padding: 3px;
border-radius: 3px;
}
QStatusBar::item {
padding: 3px;
border-radius: 3px;
}
QTableWidget::item:selected {
background-color: #fff9c4;
color: black;
}
QTableWidget::item:selected {
background-color: #fff9c4; /* light yellow */
color: black;
}
QTableWidget::item:hover {
background-color: #fffbda;
}
QLineEdit {
border: 1px solid grey;
border-radius: 4px;
padding: 4px;
}
QMenuBar {
background-color: #fafafa;
color: #111111;
}
QMenuBar::item {
background: transparent;
color: #111111;
padding: 4px 8px;
}
QMenuBar::item:selected {
background-color: #ececec;
border-radius: 4px;
}
QMenuBar::item:pressed {
background-color: #e0e0e0;
border-radius: 4px;
}
QMenu {
background-color: #fafafa;
color: #111111;
border: 1px solid #cfcfcf;
}
QMenu::item {
background-color: transparent;
color: #111111;
padding: 6px 24px 6px 28px;
}
QMenu::item:selected {
background-color: #fff9c4;
color: #111111;
}
QMenu::separator {
height: 1px;
background-color: #d8d8d8;
margin: 4px 8px;
}