Skip to content

Commit

Permalink
darker shadows #715
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jun 27, 2024
1 parent dcee808 commit cf1f02b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/css/chise.css
Original file line number Diff line number Diff line change
Expand Up @@ -716,12 +716,14 @@ hr.inspector-divider {
padding-left: 5px !important;
padding-right: 5px !important;
border-radius: 8px 8px 0 0 !important;
box-shadow: 1px -1px 2px #b9b9b9;
border: 1px solid #aaaaaa;
box-shadow: 1px -1px 2px #999999;
}

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

.chise-tab:hover a {
Expand Down

0 comments on commit cf1f02b

Please sign in to comment.