2013-12-04 00:47:55 +01:00
|
|
|
@import "ui-variables";
|
|
|
|
|
2013-12-04 02:05:39 +01:00
|
|
|
.tree-view {
|
|
|
|
font-size: @font-size;
|
|
|
|
background: @tree-view-background-color;
|
|
|
|
|
|
|
|
.selected:before {
|
|
|
|
background: #444;
|
|
|
|
box-shadow: inset -3px 0 0 rgba(0,0,0, .05);
|
|
|
|
}
|
2013-12-04 00:47:55 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.focusable-panel {
|
2013-12-04 02:05:39 +01:00
|
|
|
opacity: 1;
|
|
|
|
background: #303030;
|
|
|
|
box-shadow: inset -3px 0 0 rgba(0,0,0, .05);
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
background: #282828;
|
|
|
|
|
|
|
|
.selected:before {
|
|
|
|
background: @background-color-selected;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selected > .name,
|
|
|
|
.selected > .name:before,
|
|
|
|
.selected > .list-item > .name,
|
|
|
|
.selected > .list-item > .name:before {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
}
|
2013-12-04 00:47:55 +01:00
|
|
|
}
|