HoverEffekt da
Dieser Commit ist enthalten in:
@ -53,13 +53,10 @@ QPushButton {
|
|||||||
|
|
||||||
QPushButton:hover {
|
QPushButton:hover {
|
||||||
background-color: #0078A3;
|
background-color: #0078A3;
|
||||||
margin-top: -2px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton:pressed {
|
QPushButton:pressed {
|
||||||
background-color: #005C7A;
|
background-color: #005C7A;
|
||||||
padding: 13px 23px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton:disabled {
|
QPushButton:disabled {
|
||||||
|
|||||||
@ -25,7 +25,7 @@ class PlatformButton(QWidget):
|
|||||||
# Layout für den Container
|
# Layout für den Container
|
||||||
layout = QVBoxLayout(self)
|
layout = QVBoxLayout(self)
|
||||||
layout.setAlignment(Qt.AlignCenter)
|
layout.setAlignment(Qt.AlignCenter)
|
||||||
layout.setContentsMargins(10, 10, 10, 10)
|
layout.setContentsMargins(12, 12, 12, 12)
|
||||||
|
|
||||||
# Icon-Button
|
# Icon-Button
|
||||||
self.icon_button = QPushButton()
|
self.icon_button = QPushButton()
|
||||||
@ -52,7 +52,7 @@ class PlatformButton(QWidget):
|
|||||||
}
|
}
|
||||||
QPushButton:pressed {
|
QPushButton:pressed {
|
||||||
background-color: #DCE2FF;
|
background-color: #DCE2FF;
|
||||||
padding: 23px;
|
border: 1px solid #0099CC;
|
||||||
}
|
}
|
||||||
QPushButton:disabled {
|
QPushButton:disabled {
|
||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren