Skip to content

Commit b269d3f

Browse files
committed
qplaintextedit border color change
1 parent b4e0816 commit b269d3f

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

AMOLED.qss

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
AMOLED Style Sheet for QT Applications
33
Author: Jaime A. Quiroga P.
44
Company: GTRONICK
5-
Last updated: 15/10/2019, 11:40.
5+
Last updated: 01/10/2021, 15:49.
66
Available at: https://github.com/GTRONICK/QSS/blob/master/AMOLED.qss
77
*/
88
QMainWindow {
@@ -21,22 +21,11 @@ QTextEdit {
2121
QPlainTextEdit {
2222
selection-background-color:#f39c12;
2323
background-color:#000000;
24-
border-style: solid;
25-
border-top-color: transparent;
26-
border-right-color: transparent;
27-
border-left-color: transparent;
28-
border-bottom-color: transparent;
29-
border-width: 1px;
24+
border: 1px solid #FF00FF;
3025
color: #a9b7c6;
3126
}
3227
QPushButton{
33-
border-style: solid;
34-
border-top-color: transparent;
35-
border-right-color: transparent;
36-
border-left-color: transparent;
37-
border-bottom-color: transparent;
38-
border-width: 1px;
39-
border-style: solid;
28+
border: 1px transparent;
4029
color: #a9b7c6;
4130
padding: 2px;
4231
background-color: #000000;
@@ -57,7 +46,7 @@ QPushButton:hover{
5746
border-top-color: transparent;
5847
border-right-color: transparent;
5948
border-left-color: transparent;
60-
border-bottom-color: #e67e22;
49+
border-bottom-color: #FF00FF;
6150
border-bottom-width: 1px;
6251
border-bottom-radius: 6px;
6352
border-style: solid;
@@ -70,7 +59,7 @@ QPushButton:pressed{
7059
border-top-color: transparent;
7160
border-right-color: transparent;
7261
border-left-color: transparent;
73-
border-bottom-color: #e67e22;
62+
border-bottom-color: #FF00FF;
7463
border-bottom-width: 2px;
7564
border-bottom-radius: 6px;
7665
border-style: solid;
@@ -304,7 +293,7 @@ QRadioButton::indicator:!checked {
304293
background-color: transparent;
305294
}
306295
QStatusBar {
307-
color:#027f7f;
296+
color:#34e8eb;
308297
}
309298
QSpinBox {
310299
color: #a9b7c6;

0 commit comments

Comments
 (0)