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:
parent
05b9c12013
commit
f23fb3c07b
@ -3,11 +3,12 @@
|
|||||||
@modified-icon-width: 8px;
|
@modified-icon-width: 8px;
|
||||||
@tab-skew: 30deg;
|
@tab-skew: 30deg;
|
||||||
@tab-top-padding: 5px;
|
@tab-top-padding: 5px;
|
||||||
@tab-bottom-border-height: 5px;
|
@tab-bottom-border-height: 8px;
|
||||||
@tab-border: 1px solid @tab-border-color;
|
@tab-border: 1px solid @tab-border-color;
|
||||||
|
@tab-bar-bottom-border-color: #111;
|
||||||
|
|
||||||
.tab-bar {
|
.tab-bar {
|
||||||
height: @tab-height + @tab-top-padding + 5px;
|
height: @tab-height + @tab-top-padding + @tab-bottom-border-height;
|
||||||
background: @tab-bar-background-color;
|
background: @tab-bar-background-color;
|
||||||
box-shadow: inset 0 -8px 8px -4px rgba(0,0,0, .15);
|
box-shadow: inset 0 -8px 8px -4px rgba(0,0,0, .15);
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
@ -22,6 +23,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: @tab-background-color-active;
|
background-color: @tab-background-color-active;
|
||||||
border-top: 1px solid @tab-border-color;
|
border-top: 1px solid @tab-border-color;
|
||||||
|
border-bottom: 1px solid @tab-bar-bottom-border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab {
|
.tab {
|
||||||
|
Loading…
Reference in New Issue
Block a user