mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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 {
|
||||
/* font-weight: bold;
|
||||
background-image: url(../images/up.png);*/
|
||||
background-size: 12px 12px;
|
||||
font-weight: bold;
|
||||
background-image: url(../images/selectarrowup.png);
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
|
||||
.nextmatch_sortheader.desc {
|
||||
/* font-weight: bold;
|
||||
background-image: url(../images/down.png);*/
|
||||
background-size: 12px 12px;
|
||||
font-weight: bold;
|
||||
background-image: url(../images/selectarrowdown.png);
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user