mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
chande css class nextmatch_sortheader.asc + desc - used in nextmatchheader sorting table
This commit is contained in:
parent
1ead963f82
commit
c4383d931d
@ -742,16 +742,26 @@ button#admin-categories-index_add {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Arrow up and down for sorting
|
||||||
|
.nextmatch_sortheader {
|
||||||
|
/* background-position: right center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
color: #003075;
|
||||||
|
cursor: pointer;
|
||||||
|
margin-right: 10px;*/
|
||||||
|
padding-right: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
.nextmatch_sortheader.asc {
|
.nextmatch_sortheader.asc {
|
||||||
/* font-weight: bold;
|
font-weight: bold;
|
||||||
background-image: url(../images/up.png);*/
|
background-image: url(../images/selectarrowup.png);
|
||||||
background-size: 12px 12px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nextmatch_sortheader.desc {
|
.nextmatch_sortheader.desc {
|
||||||
/* font-weight: bold;
|
font-weight: bold;
|
||||||
background-image: url(../images/down.png);*/
|
background-image: url(../images/selectarrowdown.png);
|
||||||
background-size: 12px 12px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user