feat: add focus styling to ACTION_BUTTON_STYLE
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
parent
60d6f0734d
commit
c25589ac96
@ -200,6 +200,10 @@ ACTION_BUTTON_STYLE = """
|
|||||||
QPushButton:pressed {
|
QPushButton:pressed {
|
||||||
background: #282a33;
|
background: #282a33;
|
||||||
}
|
}
|
||||||
|
QPushButton:focus {
|
||||||
|
border: 2px solid #409EFF;
|
||||||
|
background-color: #404554;
|
||||||
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# ТЕКСТОВЫЕ СТИЛИ: ЗАГОЛОВКИ И ОСНОВНОЙ КОНТЕНТ
|
# ТЕКСТОВЫЕ СТИЛИ: ЗАГОЛОВКИ И ОСНОВНОЙ КОНТЕНТ
|
||||||
|
Loading…
x
Reference in New Issue
Block a user