1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00

Add a bottom border to the tabs.

@mattgraham, if you don't like this, we can revert...
This commit is contained in:
Ben Ogle 2013-11-06 11:40:06 -08:00
parent 05b9c12013
commit f23fb3c07b

View File

@ -3,11 +3,12 @@
@modified-icon-width: 8px;
@tab-skew: 30deg;
@tab-top-padding: 5px;
@tab-bottom-border-height: 5px;
@tab-bottom-border-height: 8px;
@tab-border: 1px solid @tab-border-color;
@tab-bar-bottom-border-color: #111;
.tab-bar {
height: @tab-height + @tab-top-padding + 5px;
height: @tab-height + @tab-top-padding + @tab-bottom-border-height;
background: @tab-bar-background-color;
box-shadow: inset 0 -8px 8px -4px rgba(0,0,0, .15);
padding: 0 10px;
@ -22,6 +23,7 @@
width: 100%;
background-color: @tab-background-color-active;
border-top: 1px solid @tab-border-color;
border-bottom: 1px solid @tab-bar-bottom-border-color;
}
.tab {