mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-14 00:38:40 +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 */
|
/* Content box */
|
||||||
/* Navigation */
|
/* Navigation */
|
||||||
/* Colors */
|
/* Colors */
|
||||||
|
table .sort-asc, table .sort-desc {
|
||||||
|
padding-left: 5px;
|
||||||
|
cursor: pointer; }
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
background: none; }
|
background: none; }
|
||||||
.table caption {
|
.table caption {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,10 @@
|
||||||
@import "_mixins", "_vars";
|
@import "_mixins", "_vars";
|
||||||
|
|
||||||
|
table .sort-asc, table .sort-desc {
|
||||||
|
padding-left: 5px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
background: none;
|
background: none;
|
||||||
caption {
|
caption {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user