Merge pull request #11612 from seamuslee001/crm-21719-civi
[civicrm-core.git] / css / contactSummary.css
index 0c248d78bfdebf4d13d740233345cdba4983e566..c29270bac9795acb7492d63749b5138bdb9e1187 100644 (file)
@@ -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
+}