forked from tirtharajsinha/DevSAT_Browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
63 lines (55 loc) · 1.02 KB
/
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
58
59
60
61
62
63
QAction {
margin-left: 15px;
}
QToolBar {
padding-left: 10px;
padding-right: 10px;
background-color: rgb(41, 40, 40);
}
QLineEdit {
height: 40px;
font-size: 18px;
background-repeat: none;
background-position: left;
padding-left: 35px;
margin-left: 10px;
margin-right: 10px;
background-color: rgb(41, 40, 40);
color: white;
}
QMainWindow {
background-color: rgb(50, 50, 50);
}
QTabWidget {
border: 0px solid black;
text-align: left;
}
QTabBar {
background: #222;
color: #666;
border-width: 0;
text-align: left;
}
QTabBar::tab:top {
height: 40px;
min-width: 200px;
max-width: 300px;
font-size: 14px;
text-align: left;
}
QTabBar::tab:top:selected {
background-color: black;
color: white;
}
QTabBar::tab:top:!selected {
color: black;
}
QTabBar::tab:top:hover {
color: rgb(214, 24, 198);
}
QTabBar::close-button {
image: url(static/close1.png);
}
QTabBar::close-button:hover {
image: url(static/close1-hover.png);
}