Skip to content
Snippets Groups Projects
Commit 0e73d1d6 authored by Michael Enz's avatar Michael Enz
Browse files

no-jira: tree view css fix for first tree element

parent cc11050e
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,13 @@
}
}
/* override transparent background for tree menu */
.o_tree.o_course_menu {
div.o_tree_l0 > a:first-child {
background-color: $o-tree-link-bg;
}
}
/* structure course element */
.o_st_peekview {
ul {
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment