mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
Hide sort of tables without id
This commit is contained in:
parent
704a120a00
commit
c96151e11c
|
|
@ -4729,6 +4729,9 @@ section > h2 {
|
|||
/* Content box */
|
||||
/* Navigation */
|
||||
/* Colors */
|
||||
table:not([id]) .sort-asc, table:not([id]) .sort-desc {
|
||||
display: none; }
|
||||
|
||||
table .sort-asc, table .sort-desc {
|
||||
padding-left: 5px;
|
||||
cursor: pointer; }
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
@import "_mixins", "_vars";
|
||||
|
||||
table:not([id]) .sort-asc, table:not([id]) .sort-desc {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table .sort-asc, table .sort-desc {
|
||||
padding-left: 5px;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user