add background color to NAV_WIDGET_STYLE

This commit is contained in:
2025-06-12 15:58:03 +07:00
parent 79e2ad1997
commit 186ee048f7

View File

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