progress bar pointer hover

This commit is contained in:
SpikeHD
2022-05-13 23:39:01 -07:00
parent 01133861f6
commit 2bc3ac9c53
2 changed files with 4 additions and 1 deletions

View File

@@ -140,7 +140,6 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
<img className="ServerIcon" src={Server} />
</BigButton>
</div>
</div>
)
}

View File

@@ -48,6 +48,10 @@
color: #fff !important;
}
.MainProgressBarWrapper:hover {
cursor: pointer;
}
.ProgressBarWrapper div {
display: flex;
flex-direction: row;