mirror of
https://github.com/pi-hole/web.git
synced 2026-01-09 06:20:56 +08:00
CSS fix for changes introduced in 1.10.24
Signed-off-by: darkexplosiveqwx <101737077+darkexplosiveqwx@users.noreply.github.com>
This commit is contained in:
parent
b52dca4507
commit
fcf6432006
@ -930,7 +930,7 @@ table.dataTable thead .sorting_desc_disabled::after {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting::after {
|
||||
table.dataTable thead .sorting:not(.sorting_asc, .sorting_desc)::after {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
|
||||
@ -397,18 +397,18 @@ td.highlight {
|
||||
background-color: rgba(255, 204, 0, 0.333);
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting:after,
|
||||
table.dataTable thead .sorting_asc:after,
|
||||
table.dataTable thead .sorting_desc:after,
|
||||
table.dataTable thead .sorting_asc_disabled:after,
|
||||
table.dataTable thead .sorting_desc_disabled:after {
|
||||
table.dataTable thead .sorting::after,
|
||||
table.dataTable thead .sorting_asc::after,
|
||||
table.dataTable thead .sorting_desc::after,
|
||||
table.dataTable thead .sorting_asc_disabled::after,
|
||||
table.dataTable thead .sorting_desc_disabled::after {
|
||||
opacity: 1;
|
||||
width: 20px;
|
||||
padding: 0 1px;
|
||||
border-radius: 4px;
|
||||
text-align: center;
|
||||
}
|
||||
table.dataTable thead .sorting:after {
|
||||
table.dataTable thead .sorting:not(.sorting_asc, .sorting_desc)::after {
|
||||
opacity: 0.6;
|
||||
}
|
||||
table.dataTable thead th:hover.sorting::after,
|
||||
|
||||
@ -1361,7 +1361,7 @@ table.table-bordered.dataTable td {
|
||||
border: 1px solid #111 !important;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting::before {
|
||||
table.dataTable thead .sorting:not(.sorting_asc, .sorting_desc)::before {
|
||||
content: "\25B3";
|
||||
position: absolute;
|
||||
bottom: 16px;
|
||||
@ -1372,15 +1372,15 @@ table.dataTable thead .sorting::before {
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting:after,
|
||||
table.dataTable thead .sorting_asc:after,
|
||||
table.dataTable thead .sorting_desc:after,
|
||||
table.dataTable thead .sorting_asc_disabled:after,
|
||||
table.dataTable thead .sorting_desc_disabled:after {
|
||||
table.dataTable thead .sorting::after,
|
||||
table.dataTable thead .sorting_asc::after,
|
||||
table.dataTable thead .sorting_desc::after,
|
||||
table.dataTable thead .sorting_asc_disabled::after,
|
||||
table.dataTable thead .sorting_desc_disabled::after {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting:after {
|
||||
table.dataTable thead .sorting:not(.sorting_asc, .sorting_desc)::after {
|
||||
opacity: 0.3;
|
||||
content: "\25BD";
|
||||
font-size: 0.6em;
|
||||
@ -1394,8 +1394,8 @@ table.dataTable thead .sorting_desc::after {
|
||||
content: "\25BC";
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting_asc_disabled:after,
|
||||
table.dataTable thead .sorting_desc_disabled:after {
|
||||
table.dataTable thead .sorting_asc_disabled::after,
|
||||
table.dataTable thead .sorting_desc_disabled::after {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user