1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-02-03 12:54:19 +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 { .tool-panel {
.text(normal); .text(normal);
position: relative; position: relative;
height: 36px;
line-height: 36px;
background-color: @tool-panel-background-color; background-color: @tool-panel-background-color;
} }
@ -43,3 +41,8 @@
.btn-background(@bg, @hover, @selected, @text); .btn-background(@bg, @hover, @selected, @text);
} }
} }
.status-bar {
height: 36px;
line-height: 36px;
}