updated styles according to makets
This commit is contained in:
parent
c79eb90e08
commit
5dc3cb1187
|
@ -79,17 +79,22 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
.tab-bg {
|
.tab-bg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 28px;
|
height: 24px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 4px;
|
top: 6px;
|
||||||
background-color: @gray-light;
|
background-color: @tabs-bg-color;
|
||||||
border-left: 4px solid @tabs-bg-color;
|
border-radius: 2px 2px 0 0;
|
||||||
border-right: 3px solid @tabs-bg-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.active) {
|
&:hover {
|
||||||
.tab-bg {
|
.tab-bg {
|
||||||
display: none;
|
background-color: rgba(255,255,255,0.2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
.tab-bg {
|
||||||
|
background-color: @gray-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -98,7 +103,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: @height-tabs;
|
line-height: @height-tabs;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0 14px;
|
padding: 2px 8px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@ -120,7 +125,7 @@
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
> a {
|
> a {
|
||||||
color: #000;
|
color: #444;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue