add background color to NAV_WIDGET_STYLE
This commit is contained in:
@ -33,7 +33,7 @@ TITLE_LABEL_STYLE = """
|
|||||||
# СТИЛЬ ОБЛАСТИ НАВИГАЦИИ (КНОПКИ ВКЛАДОК)
|
# СТИЛЬ ОБЛАСТИ НАВИГАЦИИ (КНОПКИ ВКЛАДОК)
|
||||||
NAV_WIDGET_STYLE = """
|
NAV_WIDGET_STYLE = """
|
||||||
QWidget {
|
QWidget {
|
||||||
background: none;
|
background: #282a33;
|
||||||
border: 0px solid;
|
border: 0px solid;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
@ -48,7 +48,7 @@ NAV_BUTTON_STYLE = """
|
|||||||
font-family: 'Play';
|
font-family: 'Play';
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border: none;
|
border: #409EFF;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
NavLabel[checked = true] {
|
NavLabel[checked = true] {
|
||||||
|
Reference in New Issue
Block a user