X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcontactSummary.css;h=6a957989da923a37ab5a8d35b1b6485dfda0aa91;hb=f2d30bf7460557c2d88973f883cc00b2fb926fea;hp=a0b14924a98e07512a9d748f1d3d760084176809;hpb=fd06599225567fbd39b64a4f3d4ed17449cb0e15;p=civicrm-core.git diff --git a/css/contactSummary.css b/css/contactSummary.css index a0b14924a9..6a957989da 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -345,6 +345,30 @@ div#crm-contact-thumbnail { width: 100%; } +#tagtree { + max-height: 500px; + overflow: auto; +} +#tagtree, +#tagtree li.highlighted ul { + background-color: white; +} +#tagtree li.highlighted, +#tagtree li.highlighted-child.jstree-closed { + background-color: #fefcb0; +} +#tagtree li { + margin-top: 5px; +} +#tagtree ins.jstree-icon { + cursor: pointer; + position: relative; + top: -3px; +} +#tagtree input { + margin: 0; +} + #tagGroup table .label { color: #FFF; }