equal
deleted
inserted
replaced
74 "}" |
74 "}" |
75 "QPushButton:pressed{" |
75 "QPushButton:pressed{" |
76 "border-color: white;" |
76 "border-color: white;" |
77 "}" |
77 "}" |
78 |
78 |
|
79 "QLineEdit{" |
|
80 "border: solid;" |
|
81 "border-width: 4px;" |
|
82 "border-radius: 12px;" |
|
83 "border-color: orange;" |
|
84 "background-color: #0d0544;" |
|
85 "color: orange;" |
|
86 "font: bold 14px;" |
|
87 "}" |
|
88 "QLineEdit:hover{" |
|
89 "border-color: yellow;" |
|
90 "}" |
|
91 |
79 "QComboBox{" |
92 "QComboBox{" |
80 "border: solid;" |
93 "border: solid;" |
81 "border-width: 4px;" |
94 "border-width: 4px;" |
82 "border-radius: 16px;" |
95 "border-radius: 12px;" |
83 "border-color: orange;" |
96 "border-color: orange;" |
84 "background-color: #0d0544;" |
97 "background-color: #0d0544;" |
85 "color: orange;" |
98 "color: orange;" |
86 "font: bold 14px;" |
99 "font: bold 14px;" |
87 "padding: 3px;" |
100 "padding: 3px;" |