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:
parent
845e82e57e
commit
03fe7ad568
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user