1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-25 11:44:19 +01:00

Use tab background color var

This commit is contained in:
Ben Ogle 2013-11-06 11:19:30 -08:00
parent 573b20411c
commit 05b9c12013

View File

@ -8,7 +8,7 @@
.tab-bar {
height: @tab-height + @tab-top-padding + 5px;
background: tab-bar-background-color;
background: @tab-bar-background-color;
box-shadow: inset 0 -8px 8px -4px rgba(0,0,0, .15);
padding: 0 10px;
box-sizing: border-box;