About dialog now informs user when update is available or when they are up to date based on the github release api
parent
d0221f2233
commit
72b42dea5a
@ -1,3 +1,16 @@
|
|||||||
i {
|
i {
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.version-spinner {
|
||||||
|
top: 4px;
|
||||||
|
margin-right: 5px;
|
||||||
|
margin-left: 5px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.version-checked-icon {
|
||||||
|
top: 4px;
|
||||||
|
margin-left: 2px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
Loading…
Reference in New Issue