Skip to content

Commit

Permalink
highlight selected tab
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinShaikh committed Jul 31, 2024
1 parent 3d928b2 commit 35843c0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions zxlive/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,13 @@ def __init__(self) -> None:
min-width: 100px;
max-width: 250px;
border: 0px;
border-radius: 6px;
margin: 2px;
border-right: 1px solid rgba(140, 140, 140, 75);
margin: 1px;
margin-left: 0px;
margin-right: 0px;
}}
QTabBar::tab:selected {{
background-color: rgba(100, 190, 255, 75);
}}
QTabBar::close-button{{
background-image: url("zxlive/icons/close.svg");
Expand Down

0 comments on commit 35843c0

Please sign in to comment.