Minor style fixes

This commit is contained in:
Pásztor Gábor 2015-04-18 22:12:56 +02:00
parent 8aa5465b27
commit 997a032849
2 changed files with 38 additions and 0 deletions

View File

@ -41,6 +41,8 @@ div.control-popover {
}
&.placement-bottom > div {
border: 1px solid @color-popover-border;
&:after {
.triangle(up, 15px, 8px, @color-popover-bg);
left: 15px;

View File

@ -128,6 +128,16 @@ table.table.data {
}
}
&.secondary {
&.content-tabs {
&.primary-collapsed {
> div > ul.nav-tabs {
background: @color-fancy-form-tabless-fields-bg;
}
}
}
}
&.primary {
> div > ul.nav-tabs {
&.master-area {
@ -203,6 +213,32 @@ div.control-componentlist {
}
}
.nav.selector-group {
li {
&.active {
border-color: @color-list-active-border;
}
}
}
//
// TreeView
//
.control-treeview {
ol {
> li {
&.active {
> div {
&:after {
background: @color-list-active-border;
}
}
}
}
}
}
//
// Sidenav Tree
//