mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Various CSS improvements
This commit is contained in:
12
public/v1/css/bootstrap-sortable.css
vendored
12
public/v1/css/bootstrap-sortable.css
vendored
@@ -100,9 +100,15 @@ table.sortable > thead th:not([data-defaultsort=disabled]) {
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
table.sortable > thead th:hover:not([data-defaultsort=disabled]) {
|
||||
background: #efefef;
|
||||
@media (prefers-color-scheme: light) {
|
||||
table.sortable > thead th:hover:not([data-defaultsort=disabled]) {
|
||||
background: #efefef;
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
table.sortable > thead th:hover:not([data-defaultsort=disabled]) {
|
||||
background: #2a2f34;
|
||||
}
|
||||
}
|
||||
|
||||
table.sortable > thead th div.mozilla {
|
||||
|
Reference in New Issue
Block a user