This commit is contained in:
Roman Kelesidis 2023-11-06 16:36:36 +07:00
parent 0d6053f218
commit 882f56e1b9
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
- Release v2.1.5-2024.05 🎉
- Block uploading more than one torrent file [33bb006](https://github.com/torrentpier/torrentpier-lts/commit/33bb006965cb22350624c6e89c4d5b39fd93c087) ([belomaxorka](https://github.com/belomaxorka))
- Some other changes / improvements
- Some design improvements for ajax alert
## [v2.1.5-2023.10 [Final]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.10) (2023-11-04)
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.09...v2.1.5-2023.10)

View File

@ -967,7 +967,7 @@ var.ajax-params { display: none; }
#ajax-loading {
display: none;
background: rgba(0,0,0, 0.5) url(../images/loading_1.gif) no-repeat center center;
float: right;
right: 0 !important;
width: 85px;
height: 30px;
border-bottom-left-radius: 10px;
@ -976,7 +976,7 @@ var.ajax-params { display: none; }
}
#ajax-error {
background: #d32031 url(../images/loading_1.gif) no-repeat center center;
float: right;
right: 0 !important;
min-width: 200px;
height: 30px;
border-bottom-left-radius: 10px;