Skip to content

Commit 4b99233

Browse files
committed
initial sidebar tab shadowing #715
1 parent c99b32d commit 4b99233

File tree

2 files changed

+8747
-18
lines changed

2 files changed

+8747
-18
lines changed

app/css/chise.css

+20-18
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,12 @@ hr.inspector-divider {
716716
padding-left: 5px !important;
717717
padding-right: 5px !important;
718718
border-radius: 8px 8px 0 0 !important;
719+
box-shadow: 1px -1px 2px #b9b9b9;
719720
}
720721

721722
.chise-tab.active a {
722723
background: #eaeaea !important;
724+
box-shadow: 1px -1px 2px 0 #777777 !important;
723725
}
724726

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

739-
.chise-network-tab.active {
740-
border: 1px solid #434343;
741-
box-shadow: 1px 1px 2px #434343;
742-
}
743-
744-
.map-tab-type {
745-
position: absolute;
746-
background-color: #555;
747-
margin-top: -2px;
748-
padding-left: 4px;
749-
padding-right: 4px;
750-
border: 0px solid #555;
751-
border-radius: 5px;
752-
right: 3px;
753-
font-size: 9px;
754-
color: white;
755-
}
756-
757741
.chise-network-tab a {
758742
color: #555;
759743
padding-top: 10px !important;
@@ -771,8 +755,26 @@ hr.inspector-divider {
771755
border: 0px !important;
772756
}
773757

758+
.chise-network-tab.active {
759+
border: 1px solid #434343;
760+
box-shadow: 1px 1px 2px #434343;
761+
}
762+
774763
.chise-network-tab.active, .chise-network-tab.active a {
775764
background: white !important;
765+
766+
}
767+
.map-tab-type {
768+
position: absolute;
769+
background-color: #555;
770+
margin-top: -2px;
771+
padding-left: 4px;
772+
padding-right: 4px;
773+
border: 0px solid #555;
774+
border-radius: 5px;
775+
right: 3px;
776+
font-size: 9px;
777+
color: white;
776778
}
777779

778780
.close:hover,

0 commit comments

Comments
 (0)