Skip to content

Commit

Permalink
reverting sidebar tab style #715
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jun 27, 2024
1 parent d844ae0 commit 542a200
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/css/chise.css
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,21 @@ hr.inspector-divider {
margin: 1px;
}

.chise-tab a {
color: #555;
padding-left: 5px !important;
padding-right: 5px !important;
border-radius: 8px 8px 0 0 !important;
}

.chise-tab.active a {
background: #eaeaea !important;
}

.chise-tab:hover a {
background: #eaeaea !important;
}

.chise-network-tab {
margin-right: 2px;
border-radius: 0 0 8px 2px !important;
Expand Down

0 comments on commit 542a200

Please sign in to comment.