mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 08:53:59 +00:00
39 lines
868 B
SCSS
Vendored
39 lines
868 B
SCSS
Vendored
@use "../var";
|
|
|
|
/*------------------------------------------------------------------
|
|
[13. Treeview]
|
|
*/
|
|
|
|
span.dynatree-active a{
|
|
color:var.$color-master-dark !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
span.dynatree-selected a{
|
|
color:var.$color-master-dark !important;
|
|
font-style: normal;
|
|
|
|
}
|
|
ul.dynatree-container a:focus, span.dynatree-focused a:link{
|
|
background-color: transparent;
|
|
}
|
|
ul.dynatree-container{
|
|
background-color: transparent;
|
|
a:hover{
|
|
color: var.$color-master;
|
|
opacity: 0.7;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
ul.dynatree-container a{
|
|
color: var.$color-master;
|
|
}
|
|
|
|
span.dynatree-empty, span.dynatree-vline, span.dynatree-connector, span.dynatree-expander, span.dynatree-icon, span.dynatree-checkbox, span.dynatree-radio, span.dynatree-drag-helper-img, #dynatree-drop-marker{
|
|
height: 17px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
|