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

Fix for tree view

This commit is contained in:
Rnhmjoj 2014-03-12 14:30:47 +01:00
parent 845e82e57e
commit 03fe7ad568

View File

@ -11,8 +11,6 @@
.tool-panel {
.text(normal);
position: relative;
height: 36px;
line-height: 36px;
background-color: @tool-panel-background-color;
}
@ -43,3 +41,8 @@
.btn-background(@bg, @hover, @selected, @text);
}
}
.status-bar {
height: 36px;
line-height: 36px;
}