created profile in parent view
This commit is contained in:
@@ -40,4 +40,31 @@ div.list div.money_deposit {
|
||||
background-color: #F3BF75;
|
||||
border-left: 2px solid #000;
|
||||
color: #002E4C;
|
||||
}
|
||||
}
|
||||
|
||||
.list_item.training {
|
||||
background-color: #a1ffff;
|
||||
border-left: 2px solid #0a40ff;
|
||||
}
|
||||
|
||||
.list_item.training:hover {
|
||||
background-color: #5ecfcf;
|
||||
}
|
||||
|
||||
.list_item.competition {
|
||||
background-color: #f6bea0;
|
||||
border-left: 2px solid #ef4710;
|
||||
}
|
||||
|
||||
.list_item.competition:hover {
|
||||
background-color: #f0a278;
|
||||
}
|
||||
|
||||
.list_item.camp {
|
||||
background-color: #97fc7e;
|
||||
border-left: 2px solid #278310;
|
||||
}
|
||||
|
||||
.list_item.camp:hover {
|
||||
background-color: #69de4c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user