Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: TT-576 Improve grids visual presentation and function
  • Loading branch information
iHackN3WTON committed Mar 16, 2022
commit 1bdc681eaba57f0ab7dca8d242270aa3cb5ccc05
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ table.dataTable thead th.sorting_desc:after {
right: 3px;
display: block;
font-family: Arial, Helvetica, sans-serif;
color: #ff5e0a;
-webkit-text-stroke: 2px white;
}

table.dataTable thead .sorting_asc::after {
content: "▲";
}

table.dataTable thead .sorting_desc::after {
content: "▼";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,14 @@ table.dataTable thead th.sorting_desc:after {
right: 3px;
display: block;
font-family: Arial, Helvetica, sans-serif;
color: #ff5e0a;
-webkit-text-stroke: 2px white;
}

table.dataTable thead .sorting_asc::after {
content: "▲";
}

table.dataTable thead .sorting_desc::after {
content: "▼";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ table.dataTable thead th.sorting_desc:after {
right: 3px;
display: block;
font-family: Arial, Helvetica, sans-serif;
color: #ff5e0a;
-webkit-text-stroke: 2px white;
}

table.dataTable thead .sorting_asc::after {
content: "▲";
}

table.dataTable thead .sorting_desc::after {
content: "▼";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ table.dataTable thead th.sorting_desc:after {
right: 3px;
display: block;
font-family: Arial, Helvetica, sans-serif;
color: #ff5e0a;
-webkit-text-stroke: 2px white;
}

table.dataTable thead .sorting_asc::after {
content: "▲";
}

table.dataTable thead .sorting_desc::after {
content: "▼";
}
Expand Down