Merge branch 'master' of https://github.com/sigonasr2/ngsplanner
This commit is contained in:
commit
951b82cb5f
@ -174,7 +174,7 @@ function ClassSelectorWindow(p) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function GetSpecialWeaponName(item) {
|
function GetSpecialWeaponName(item) {
|
||||||
return item[WEAPON_EXISTENCE_DATA]!==undefined?(item[WEAPON_EXISTENCE_DATA].special_name?.length>0)?item[WEAPON_EXISTENCE_DATA].special_name:(item[WEAPON_WEAPON].name+" "+item[WEAPON_WEAPONTYPE].name):""
|
return item[WEAPON_EXISTENCE_DATA]!==undefined?(item[WEAPON_EXISTENCE_DATA].special_name?.length>0)?item[WEAPON_EXISTENCE_DATA].special_name:(item[WEAPON_WEAPON].name+" "+item[WEAPON_WEAPONTYPE].name):<><span style={{}}></span></>
|
||||||
}
|
}
|
||||||
|
|
||||||
function ConvertCoordinate(x,y) {
|
function ConvertCoordinate(x,y) {
|
||||||
|
@ -671,10 +671,10 @@ header a {
|
|||||||
background-color: rgba(25, 30, 35, 0.66) !important;
|
background-color: rgba(25, 30, 35, 0.66) !important;
|
||||||
margin: 10px 5px 0 auto !important;
|
margin: 10px 5px 0 auto !important;
|
||||||
}
|
}
|
||||||
.pageControlDetails:before {
|
/*.pageControlDetails:before {
|
||||||
content: "\270E";
|
content: "\270E";
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}*/
|
||||||
.pageControlDetails:hover {
|
.pageControlDetails:hover {
|
||||||
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));
|
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));
|
||||||
outline: 2px solid hsl(180, 78%, 50%);
|
outline: 2px solid hsl(180, 78%, 50%);
|
||||||
@ -1010,7 +1010,6 @@ input#editBoxInput {
|
|||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
.editClass {
|
.editClass {
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user