add class CustomLineEdit & new icons for context menu #22

Manually merged
Dervart merged 5 commits from Dervart/PortProtonQt:context_menu into main 2025-07-02 16:19:00 +00:00
11 changed files with 96 additions and 40 deletions
Showing only changes of commit d2ed759acc - Show all commits

View File

@ -583,19 +583,6 @@ ADDGAME_INPUT_STYLE = f"""
border: {border_c} {color_a};
background-color: {color_e};
}}
QMenu {{
border: {border_b} {color_g};
padding: 5px 10px;
background: {color_d};
}}
QMenu::item {{
padding: 0px 10px;
border: 10px solid {color_h}; /* reserve space for selection border */
}}
QMenu::item:selected {{
background: {color_c};
border-radius: {border_radius_a};
}}
"""
# СТИЛЬ КАРТОЧКИ ИГРЫ (GAMECARD)