Skip to content

Commit

Permalink
initial sidebar tab shadowing #715
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jun 27, 2024
1 parent c99b32d commit 4b99233
Show file tree
Hide file tree
Showing 2 changed files with 8,747 additions and 18 deletions.
38 changes: 20 additions & 18 deletions app/css/chise.css
Original file line number Diff line number Diff line change
Expand Up @@ -716,10 +716,12 @@ hr.inspector-divider {
padding-left: 5px !important;
padding-right: 5px !important;
border-radius: 8px 8px 0 0 !important;
box-shadow: 1px -1px 2px #b9b9b9;
}

.chise-tab.active a {
background: #eaeaea !important;
box-shadow: 1px -1px 2px 0 #777777 !important;
}

.chise-tab:hover a {
Expand All @@ -736,24 +738,6 @@ hr.inspector-divider {
box-shadow: 1px 1px 1px #b9b9b9;
}

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

.map-tab-type {
position: absolute;
background-color: #555;
margin-top: -2px;
padding-left: 4px;
padding-right: 4px;
border: 0px solid #555;
border-radius: 5px;
right: 3px;
font-size: 9px;
color: white;
}

.chise-network-tab a {
color: #555;
padding-top: 10px !important;
Expand All @@ -771,8 +755,26 @@ hr.inspector-divider {
border: 0px !important;
}

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

.chise-network-tab.active, .chise-network-tab.active a {
background: white !important;

}
.map-tab-type {
position: absolute;
background-color: #555;
margin-top: -2px;
padding-left: 4px;
padding-right: 4px;
border: 0px solid #555;
border-radius: 5px;
right: 3px;
font-size: 9px;
color: white;
}

.close:hover,
Expand Down
Loading

0 comments on commit 4b99233

Please sign in to comment.