active class
This commit is contained in:
parent
a8551f4c71
commit
81fa77a347
@ -389,6 +389,17 @@ header {
|
||||
height: 40px;
|
||||
cursor: pointer;
|
||||
text-transform: uppercase;
|
||||
|
||||
transition-property: all;
|
||||
transition-duration: 0.5s;
|
||||
transition-delay: 0;
|
||||
transition-timing-function: ease;
|
||||
|
||||
}
|
||||
|
||||
.vbox-table td:active {
|
||||
background-color: whitesmoke;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
|
||||
@ -9,7 +9,7 @@ function errorToast(err) {
|
||||
return toast.error({
|
||||
title: 'BEEP BOOP',
|
||||
message: err,
|
||||
position: 'topRight',
|
||||
position: 'bottomCenter',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@ -73,13 +73,13 @@ const SPECS = {
|
||||
LBSI: { colour: 'cyan', caption: 'HpI', svg: shapes.square },
|
||||
RBSI: { colour: 'purple', caption: 'HpI', svg: shapes.square },
|
||||
|
||||
Damage: { colour: 'white', caption: 'Damage', svg: shapes.hexagon },
|
||||
RedDamageI: { colour: 'red', caption: 'DamageI', svg: shapes.hexagon },
|
||||
BlueDamageI: { colour: 'blue', caption: 'DamageI', svg: shapes.hexagon },
|
||||
GreenDamageI: { colour: 'green', caption: 'DamageI', svg: shapes.hexagon },
|
||||
GRDI: { colour: 'yellow', caption: 'DamageI', svg: shapes.hexagon },
|
||||
GBDI: { colour: 'cyan', caption: 'DamageI', svg: shapes.hexagon },
|
||||
RBDI: { colour: 'purple', caption: 'DamageI', svg: shapes.hexagon },
|
||||
Damage: { colour: 'white', caption: 'Damage', svg: shapes.circle },
|
||||
RedDamageI: { colour: 'red', caption: 'DamageI', svg: shapes.circle },
|
||||
BlueDamageI: { colour: 'blue', caption: 'DamageI', svg: shapes.circle },
|
||||
GreenDamageI: { colour: 'green', caption: 'DamageI', svg: shapes.circle },
|
||||
GRDI: { colour: 'yellow', caption: 'DamageI', svg: shapes.circle },
|
||||
GBDI: { colour: 'cyan', caption: 'DamageI', svg: shapes.circle },
|
||||
RBDI: { colour: 'purple', caption: 'DamageI', svg: shapes.circle },
|
||||
|
||||
Speed: { colour: 'white', caption: 'Speed', svg: shapes.diamond },
|
||||
RedSpeed: { colour: 'red', caption: 'SpeedI', svg: shapes.diamond },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user