-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathFOLON.css
85 lines (85 loc) · 1.67 KB
/
FOLON.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
QWidget {
padding: 5px;
background-color: rgba(0,0,0,0);
}
#centralWidget {
background-color: #222222;
background-image: url("FOLON-Downgrader-Files/FOLONBackground.png");
background-repeat: no-repeat;
background-position: center;
}
QWidget:enabled {
color: #ddd4ea;
}
QPushButton:enabled {
color: #ddd4ea;
background-color: #a380d2;
}
QPushButton#InstallButton {
margin-left: 100px;
margin-right: 100px;
padding-top: 20px;
padding-bottom: 20px;
/*background-color: #ee8695;
color: black;*/
}
/*QPushButton#InstallButton::Hover {
background-color: #fbbbad;
}*/
QWidget#TextBox {
border-bottom: 2px solid #a380d2;
}
QWidget#InsideTextBox {
margin: 0;
padding: 0px;
}
QLineEdit:disabled, QPushButton:disabled {
color: #3c215e;
border: 2px solid #3c215e;
}
QLineEdit:enabled {
/*background-color: #111111;*/
border-radius: 0;
}
QPushButton{
border-radius: 5%;
}
QPushButton#PathButton{
padding: 0;
margin: 0;
width: 30%;
height: 30%;
background: none;
}
QLineEdit::placeholder {
color: grey;
}
QPushButton::Hover, QCheckBox::indicator::Hover {
background-color: #a887d5;
}
QLabel#ImageLabel ,QPixmap{
border-radius: 50px;
}
QProgressBar {
qproperty-alignment: AlignCenter;
border: 2px solid #a380d2;
border-radius: 5%;
}
QProgressBar::chunk {
color: white;
border-radius: 5%;
background-color: #a380d2;
}
QCheckBox {
background-color: none;
border: none;
}
QCheckBox::indicator {
width: 30%;
height: 30%;
background-color: #a380d2;
border-radius: 4%;
}
QCheckBox::indicator::Checked {
image: url("FOLON-Downgrader-Files/check.svg");
}