X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcontactSummary.css;h=c29270bac9795acb7492d63749b5138bdb9e1187;hb=cdfd6563657a87bceac36baa51534aeca362d8b2;hp=a0b14924a98e07512a9d748f1d3d760084176809;hpb=977132359c34f54dfcf38a6f642bf92bfbadd98a;p=civicrm-core.git diff --git a/css/contactSummary.css b/css/contactSummary.css index a0b14924a9..c29270bac9 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -345,6 +345,26 @@ div#crm-contact-thumbnail { width: 100%; } +#tagtree { + max-height: 500px; + overflow: auto; +} + +#tagtree li { + margin-top: 5px; +} +#tagtree ins.jstree-icon { + cursor: pointer; + position: relative; + top: -3px; +} +#tagtree .jstree-disabled { + cursor: not-allowed; +} +#tagtree .jstree-disabled > .jstree-checkbox { + opacity: .2; +} + #tagGroup table .label { color: #FFF; }