You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
402 B
17 lines
402 B
.baobab-toolbar.toolbar {
|
|
border-color: shade (@bg_color, 0.9);
|
|
border-style: solid;
|
|
border-width: 0 0 1px 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.cell.baobab-level-cell,
|
|
.cell.baobab-level-cell:hover,
|
|
.cell.baobab-level-cell:selected,
|
|
.cell.baobab-level-cell:selected:hover {
|
|
border-color: alpha (black, 0.06);
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
background-color: @base_color;
|
|
}
|