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

Increase satusab height and remove tabbar padding

This commit is contained in:
Rnhmjoj 2014-03-11 18:05:22 +01:00
parent 39f186bbd3
commit 845e82e57e
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,8 @@
.tool-panel {
.text(normal);
position: relative;
height: 36px;
line-height: 36px;
background-color: @tool-panel-background-color;
}

View File

@ -10,7 +10,6 @@
.tab-bar {
height: @tab-height + @tab-top-padding;
background: @tab-bar-background-color;
padding: 0 13px 0 10px;
box-sizing: border-box;
&:after {
@ -65,7 +64,7 @@
}
&:first-child {
margin-left: 20px;
margin-left: 17px;
}
&:hover {
@ -97,7 +96,7 @@
height: @tab-height;
}
&:before {
border-right: 0;
border-right: 0;
}
}