PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.2
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.2
5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 5.5.42 5.5.43 All 159 releases
wp-data-access / assets / css / wpda_datatables.css

wpda_datatables.css in WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards 5.2, at assets/css/wpda_datatables.css

21 lines 517 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 table.dataTable thead th.sorting:after {
2 font-family: "Material Icons";
3 content: "unfold_more";
4 padding-left: 0.5em;
5 vertical-align: middle !important;
6 }
7
8 table.dataTable thead .sorting_asc:after {
9 font-family: "Material Icons";
10 content: "expand_less";
11 padding-left: 0.5em;
12 vertical-align: middle !important;
13 }
14
15 table.dataTable thead .sorting_desc:after {
16 font-family: "Material Icons";
17 content: "expand_more";
18 padding-left: 0.5em;
19 vertical-align: middle !important;
20 }
21