Change cursor to cell for entry-select
parent
bf722f48fb
commit
2537dcff07
|
@ -3,7 +3,7 @@ div.squad-list-entry, a.squad-list-entry {
|
||||||
width: 475px;
|
width: 475px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: lightgrey solid 1px;
|
border: lightgrey solid 1px;
|
||||||
cursor: pointer;
|
cursor: cell;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ div.rank-list-entry, a.rank-list-entry {
|
||||||
width: 475px;
|
width: 475px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: lightgrey solid 1px;
|
border: lightgrey solid 1px;
|
||||||
cursor: pointer;
|
cursor: cell;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ div.squad-list-entry, a.squad-list-entry {
|
||||||
width: 475px;
|
width: 475px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: lightgrey solid 1px;
|
border: lightgrey solid 1px;
|
||||||
cursor: pointer;
|
cursor: cell;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ div.user-list-entry, a.user-list-entry {
|
||||||
width: 475px;
|
width: 475px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
border: lightgrey solid 1px;
|
border: lightgrey solid 1px;
|
||||||
|
cursor: cell;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,10 +13,16 @@ div.user-list-entry, a.user-list-entry {
|
||||||
|
|
||||||
.icon-award {
|
.icon-award {
|
||||||
background: url(../../../assets/award.png);
|
background: url(../../../assets/award.png);
|
||||||
width: 18px;
|
width: 27px;
|
||||||
height: 29px;
|
height: 42px;
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.trash {
|
||||||
|
font-size: 19px;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
@ -32,12 +39,6 @@ small {
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
.trash {
|
|
||||||
font-size: 19px;
|
|
||||||
margin-left: 12px;
|
|
||||||
margin-top: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit {
|
.edit {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="fade-in user-list-entry" [ngClass]="{selected : selected}" style="cursor: pointer;" (click)="select()">
|
<div class="fade-in user-list-entry" [ngClass]="{selected : selected}" (click)="select()">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue