1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:05:55 +00:00

replace a few more hardcoded colors with less variables

This commit is contained in:
Andrew Dolgov
2018-12-09 10:00:41 +03:00
parent 4142f63e10
commit e28a993955
9 changed files with 82 additions and 84 deletions

View File

@@ -138,7 +138,7 @@
<div id="overlay" style="display : block">
<div id="overlay_inner">
<div class="insensitive"><?php echo __("Loading, please wait...") ?></div>
<?php echo __("Loading, please wait...") ?>
<div dojoType="dijit.ProgressBar" places="0" style="width : 300px" id="loading_bar"
progress="0" maximum="100">
</div>