use color from command pallette for decorations in problems view

This commit is contained in:
Sandeep Somavarapu 2016-06-08 08:47:25 +02:00
parent a7db19b3eb
commit c8b28c2929

View file

@ -72,12 +72,12 @@
}
.markers-panel .markers-panel-container .tree-container .markers-panel-tree-entry .highlight {
background-color: rgba(234, 92, 0, 0.3);
color: #007ACC;
font-weight: bold;
}
.hc-black .markers-panel .markers-panel-container .tree-container .markers-panel-tree-entry .highlight {
background: none !important;
border: 1px dotted #f38518;
color: #0097FB;
}
.markers-panel .icon {