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

33 lines
598 B
Plaintext
Raw Normal View History

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
}