torrentpier/styles/templates/default/css/ajax.css
Cønstantine Kovalensky 0b499dc137
Limit execution time for forum file-listing (#1211)
* Limit execution time for forum file-listing

* Prevent multiple ajax calling
---------

Co-authored-by: Roman Kelesidis <roman25052006.kelesh@gmail.com>
2023-12-18 09:03:00 +04:00

51 lines
1.1 KiB
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* TorrentPier Bull-powered BitTorrent tracker engine
*
* @copyright Copyright (c) 2005-2024 TorrentPier (https://torrentpier.com)
* @link https://github.com/torrentpier/torrentpier for the canonical source repository
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
*/
var.ajax-params {
display: none;
}
#ajax-loading, #ajax-error {
display: none;
position: fixed;
float: right;
top: 0 !important;
z-index: 2000;
padding: 6px;
color: white;
font-size: 11px;
min-width: 80px;
min-height: 30px;
white-space: nowrap;
border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
}
#ajax-loading {
background: rgba(0, 0, 0, 0.5) url(../images/loading.gif) no-repeat center center;
}
#ajax-error {
background: #d32031;
}
.editable-container {
cursor: pointer;
}
.editable-container:hover {
background: #E8E9F8;
}
.loading-1 {
background: transparent url(../images/loading.gif) no-repeat left center;
padding-left: 22px;
padding-block: inherit;
}