X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2FcontactSummary.css;h=c29270bac9795acb7492d63749b5138bdb9e1187;hb=f1fd93f66b0c4125a0c8afef5258caee355c7e29;hp=0c248d78bfdebf4d13d740233345cdba4983e566;hpb=e68d4035151c218b5e504883725fecd62eaea4ac;p=civicrm-core.git diff --git a/css/contactSummary.css b/css/contactSummary.css index 0c248d78bf..c29270bac9 100644 --- a/css/contactSummary.css +++ b/css/contactSummary.css @@ -345,9 +345,29 @@ 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; } #tagGroup table { color: #000; -} \ No newline at end of file +}