mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
style on table sortable
This commit is contained in:
parent
b60b527ee1
commit
7edab7891e
1 changed files with 12 additions and 0 deletions
|
@ -16,3 +16,15 @@ body {
|
||||||
.no-name {
|
.no-name {
|
||||||
color: #df5a0d;
|
color: #df5a0d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.js-sort-table th {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.js-sort-table th:hover {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.js-sort-table th:active {
|
||||||
|
background-color: #e0e0e0;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue