SearchKit & Afform - Style click-sort column headers
[civicrm-core.git] / ext / search_kit / css / crmSearchTasks.css
CommitLineData
1e313889 1.crm-search-task-progress {
5145a3b5
CW
2 padding: 10px;
3 margin-top: 10px;
4 border: 1px solid lightgrey;
5}
b2ee26f0
CW
6
7.crm-search-display.crm-search-display-table td > crm-search-display-editable,
8.crm-search-display.crm-search-display-table td > .crm-editable-enabled {
9 display: block !important;
10}
11
12.crm-search-display crm-search-display-editable {
13 position: relative;
14}
15
16.crm-search-display crm-search-display-editable + span {
17 display: none !important;
18}
19
20.crm-search-display .crm-search-display-editable-buttons {
21 position: absolute;
22 bottom: -22px;
23 left: 0;
24}
00a9b1d0
CW
25#bootstrap-theme .crm-search-display th[ng-click] {
26 cursor: pointer;
27}
28#bootstrap-theme .crm-search-display th i.fa-sort-desc,
29#bootstrap-theme .crm-search-display th i.fa-sort-asc {
30 color: #1a5a82;
31}
32#bootstrap-theme .crm-search-display th:not(:hover) i.fa-sort {
33 opacity: .5;
34}