Hide toolbar elements (sorter and limiter ) if javascript is disabled
This commit is contained in:
@@ -41,3 +41,8 @@
|
|||||||
> .pagination { margin: 15px 0 0; }
|
> .pagination { margin: 15px 0 0; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-js .toolbar {
|
||||||
|
.limiter,
|
||||||
|
.sort-by { display : none; }
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user