SearchKit & Afform - Style click-sort column headers
[civicrm-core.git] / ext / search_kit / css / crmSearchTasks.css
index bdb38fbc2d269a4f620c2cd2fc71417dede0778d..69f37e89593293e55baae46adcfeb0306aed5e2b 100644 (file)
   bottom: -22px;
   left: 0;
 }
+#bootstrap-theme .crm-search-display th[ng-click] {
+  cursor: pointer;
+}
+#bootstrap-theme .crm-search-display th i.fa-sort-desc,
+#bootstrap-theme .crm-search-display th i.fa-sort-asc {
+  color: #1a5a82;
+}
+#bootstrap-theme .crm-search-display th:not(:hover) i.fa-sort {
+  opacity: .5;
+}