1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-03-17 18:48:37 +01:00

fixable tabs

This commit is contained in:
Matt Graham 2013-11-06 13:35:29 -05:00
parent 2f5866aeff
commit 57320766cc
3 changed files with 8 additions and 8 deletions

View File

@ -28,7 +28,6 @@
.inset-panel {
position: relative;
background-color: @inset-panel-background-color;
border-radius: @component-border-radius;
}
.is-blurred {

View File

@ -21,7 +21,7 @@
left: 0px;
width: 100%;
background-color: @tab-background-color-active;
border-top: 1px solid @tab-border-color;
border-top: 1px solid lighten(@tab-border-color, 5%);
}
.tab {
@ -75,10 +75,9 @@
.tab.active {
z-index: 10;
line-height: @tab-height - 4px;
line-height: @tab-height - 3px;
color: @text-color-highlight;
box-shadow: inset -1px -1px 0 @tab-border-color;
border: none;
box-shadow: inset -1px 1px 0 lighten(@tab-border-color, 5%);
.title{
position: relative;
@ -92,8 +91,10 @@
&, &:before {
background-image: -webkit-linear-gradient(top, lighten(@tab-background-color-active, 7%), @tab-background-color-active);
height: @tab-height + 1px;
box-shadow: inset 1px 1px 0 @tab-border-color;
border: none;
}
&:before {
box-shadow: inset 1px 1px 0 lighten(@tab-border-color, 5%);
}
}

View File

@ -49,7 +49,7 @@
@tab-bar-border-color: darken(@tab-background-color-active, 10%);
@tab-background-color: #333;
@tab-background-color-active: #222;
@tab-border-color: red;
@tab-border-color: #333;
@tree-view-background-color: @tool-panel-background-color;
@tree-view-border-color: @tool-panel-border-color;