Skip to content

Commit

Permalink
style change on tab borders #715
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jun 26, 2024
1 parent 2eb448f commit d844ae0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/css/chise.css
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,14 @@ hr.inspector-divider {
border-radius: 0 0 8px 2px !important;
background: transparent !important;
border-top: 0px !important;
border: 1px solid #777;
border: 1px solid #b9b9b9;
border-left-width: 0px !important;
box-shadow: 1px 1px 2px #777;
box-shadow: 1px 1px 1px #b9b9b9;
}

.chise-network-tab.active {
border: 1px solid #434343;
box-shadow: 1px 1px 2px #434343;
}

.map-tab-type {
Expand Down

0 comments on commit d844ae0

Please sign in to comment.