mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +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 */
|
/* Content box */
|
||||||
/* Navigation */
|
/* Navigation */
|
||||||
/* Colors */
|
/* Colors */
|
||||||
|
table:not([id]) .sort-asc, table:not([id]) .sort-desc {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
table .sort-asc, table .sort-desc {
|
table .sort-asc, table .sort-desc {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
@import "_mixins", "_vars";
|
@import "_mixins", "_vars";
|
||||||
|
|
||||||
|
table:not([id]) .sort-asc, table:not([id]) .sort-desc {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
table .sort-asc, table .sort-desc {
|
table .sort-asc, table .sort-desc {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user