mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
feat: update settings dialog to handle image path as None; improve table item focus styles
This commit is contained in:
@@ -84,10 +84,16 @@ def _table_stylesheet(view_type="QTableWidget"):
|
||||
{view_type}::item {{
|
||||
border-bottom: 1px solid {c["border"]};
|
||||
padding: 6px 14px;
|
||||
outline: none;
|
||||
{color_rule}
|
||||
}}
|
||||
{view_type}::item:selected {{
|
||||
background: {c["selected"]};
|
||||
outline: none;
|
||||
}}
|
||||
{view_type}::item:focus {{
|
||||
outline: none;
|
||||
border: none;
|
||||
}}
|
||||
QHeaderView {{
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user