mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-17 18:08:41 +00:00
Add sorting icons to tables and fix whitespace
This commit is contained in:
parent
949f11c584
commit
704a120a00
|
|
@ -4729,6 +4729,10 @@ section > h2 {
|
|||
/* Content box */
|
||||
/* Navigation */
|
||||
/* Colors */
|
||||
table .sort-asc, table .sort-desc {
|
||||
padding-left: 5px;
|
||||
cursor: pointer; }
|
||||
|
||||
.table {
|
||||
background: none; }
|
||||
.table caption {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
@import "_mixins", "_vars";
|
||||
|
||||
table .sort-asc, table .sort-desc {
|
||||
padding-left: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.table {
|
||||
background: none;
|
||||
caption {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user