| 1 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table { |
| 2 |
font-family: Inter; |
| 3 |
border: 0; |
| 4 |
} |
| 5 |
|
| 6 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table td, |
| 7 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table th { |
| 8 |
font-style: normal; |
| 9 |
font-weight: 400; |
| 10 |
font-size: 13px; |
| 11 |
line-height: 20px; |
| 12 |
color: #5A6C89; |
| 13 |
border: none; |
| 14 |
margin: 5px 0; |
| 15 |
vertical-align: middle; |
| 16 |
} |
| 17 |
|
| 18 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th { |
| 19 |
background: #F8F8FA; |
| 20 |
border-right: 0 !important; |
| 21 |
} |
| 22 |
|
| 23 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead tr th a span { |
| 24 |
font-style: normal; |
| 25 |
font-size: 13px; |
| 26 |
line-height: 20px; |
| 27 |
color: #5A6C89; |
| 28 |
} |
| 29 |
|
| 30 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th .sorting-indicator { |
| 31 |
position: relative; |
| 32 |
visibility: visible !important; |
| 33 |
} |
| 34 |
|
| 35 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sorted .sorting-indicator:before { |
| 36 |
color: #5A6C89; |
| 37 |
} |
| 38 |
|
| 39 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sorted.desc .sorting-indicator:before, |
| 40 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sorted.asc:hover .sorting-indicator:before, |
| 41 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sortable .sorting-indicator:before { |
| 42 |
position: absolute; |
| 43 |
font-size: 15px; |
| 44 |
left: 0; |
| 45 |
top: -3px; |
| 46 |
} |
| 47 |
|
| 48 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sorted.desc:hover .sorting-indicator:before, |
| 49 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sorted.asc .sorting-indicator:before { |
| 50 |
top: -3px; |
| 51 |
left: 0; |
| 52 |
position: absolute; |
| 53 |
font-size: 15px; |
| 54 |
} |
| 55 |
|
| 56 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sorted.desc .sorting-indicator:before { |
| 57 |
font-family: "wpDataTablesIcons"; |
| 58 |
content: "\f0dd"; |
| 59 |
} |
| 60 |
|
| 61 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sorted.asc .sorting-indicator:before { |
| 62 |
font-family: "wpDataTablesIcons"; |
| 63 |
content: "\f0e1"; |
| 64 |
} |
| 65 |
|
| 66 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sorted.desc:hover .sorting-indicator:before { |
| 67 |
font-family: "wpDataTablesIcons"; |
| 68 |
content: "\f0e1"; |
| 69 |
} |
| 70 |
|
| 71 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sorted.asc:hover .sorting-indicator:before { |
| 72 |
font-family: "wpDataTablesIcons"; |
| 73 |
content: "\f0dd"; |
| 74 |
} |
| 75 |
|
| 76 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table thead th.sortable .sorting-indicator:before { |
| 77 |
color: #5A6C89; |
| 78 |
font-family: "wpDataTablesIcons"; |
| 79 |
opacity: 0.4; |
| 80 |
content: "\f0e1"; |
| 81 |
} |
| 82 |
|
| 83 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table tbody tr { |
| 84 |
border-top: 1px solid #F3F3FA; |
| 85 |
} |
| 86 |
|
| 87 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table tbody tr:last-child { |
| 88 |
border-bottom: none; |
| 89 |
} |
| 90 |
|
| 91 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table tbody > :nth-child(odd) { |
| 92 |
background-color: #ffffff; |
| 93 |
} |
| 94 |
|
| 95 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table tbody tr:hover { |
| 96 |
background-color: #f9f9f9; |
| 97 |
} |
| 98 |
|
| 99 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table td.column-id { |
| 100 |
color: #000000; |
| 101 |
} |
| 102 |
|
| 103 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table .wdt-function-flex { |
| 104 |
display: flex; |
| 105 |
justify-content: flex-end; |
| 106 |
gap: 8px; |
| 107 |
} |
| 108 |
|
| 109 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table .column-actions { |
| 110 |
text-align: right; |
| 111 |
padding-top: 12px; |
| 112 |
} |
| 113 |
|
| 114 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table a { |
| 115 |
font-family: Inter; |
| 116 |
font-style: normal; |
| 117 |
font-weight: normal; |
| 118 |
font-size: 13px; |
| 119 |
line-height: 20px; |
| 120 |
color: #008CFF; |
| 121 |
} |
| 122 |
|
| 123 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table a:focus { |
| 124 |
box-shadow: none; |
| 125 |
} |
| 126 |
|
| 127 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table .column-actions a { |
| 128 |
line-height: 40px; |
| 129 |
display: inline-block; |
| 130 |
position: relative; |
| 131 |
font-size: 20px; |
| 132 |
color: #304463; |
| 133 |
width: 36px; |
| 134 |
height: 36px; |
| 135 |
} |
| 136 |
|
| 137 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table tr:hover > .column-actions a:hover { |
| 138 |
background: #FFFFFF; |
| 139 |
border-radius: 28px; |
| 140 |
} |
| 141 |
|
| 142 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table tr .column-actions a i { |
| 143 |
font-size: 15px; |
| 144 |
color: #ffffff; |
| 145 |
position: absolute; |
| 146 |
left: 11px; |
| 147 |
top: 10px; |
| 148 |
} |
| 149 |
|
| 150 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table tr:hover > .column-actions a i { |
| 151 |
color: #304463; |
| 152 |
} |
| 153 |
|
| 154 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table .wdt-function-flex { |
| 155 |
display: flex; |
| 156 |
justify-content: flex-end; |
| 157 |
gap: 8px; |
| 158 |
} |
| 159 |
|
| 160 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table td.column-actions { |
| 161 |
padding-right: 12px; |
| 162 |
} |
| 163 |
|
| 164 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table td.column-actions { |
| 165 |
padding-right: 20px; |
| 166 |
} |
| 167 |
|
| 168 |
.wdt-datatables-admin-wrap .card.plugin-settings.wdt-browse-table .wpdt-search-box .fg-line, |
| 169 |
.wdt-datatables-admin-wrap .card.plugin-settings .wpdt-search-box .fg-line { |
| 170 |
position: relative; |
| 171 |
} |
| 172 |
|
| 173 |
.wdt-datatables-admin-wrap .card.plugin-settings.wdt-browse-table .wpdt-search-box i, |
| 174 |
.wdt-datatables-admin-wrap .card.plugin-settings .wpdt-search-box i { |
| 175 |
position: absolute; |
| 176 |
top: 11px; |
| 177 |
left: 10px; |
| 178 |
color: #091E6F; |
| 179 |
} |
| 180 |
|
| 181 |
.wdt-datatables-admin-wrap .card.plugin-settings .wpdt-search-box input { |
| 182 |
padding-left: 30px; |
| 183 |
} |
| 184 |
|
| 185 |
.wdt-datatables-admin-wrap .card.plugin-settings .wpdt-search-box input { |
| 186 |
background: #FFFFFF; |
| 187 |
border: 1px solid #DBDFEA; |
| 188 |
box-sizing: border-box; |
| 189 |
box-shadow: 0 0.5px 2px rgba(15, 30, 81, 0.11); |
| 190 |
border-radius: 4px; |
| 191 |
margin: 0; |
| 192 |
padding: 8px 0 8px 30px; |
| 193 |
min-width: 300px; |
| 194 |
} |
| 195 |
|
| 196 |
.wdt-datatables-admin-wrap .card.plugin-settings .wpdt-search-box input:focus { |
| 197 |
outline: none; |
| 198 |
border: 1px solid #DBDFEA; |
| 199 |
box-shadow: 0 0.5px 2px rgba(15, 30, 81, 0.11); |
| 200 |
} |
| 201 |
|
| 202 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table tr .column-actions a { |
| 203 |
width: 40px; |
| 204 |
height: 40px; |
| 205 |
} |
| 206 |
|
| 207 |
.wdt-datatables-admin-wrap .card.plugin-settings .wdt-permissions-table tr .column-actions a i { |
| 208 |
left: 12px; |
| 209 |
top: 12px; |
| 210 |
} |
| 211 |
|