summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 10:00:41 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 10:00:41 +0300
commite28a9939557e3dedde344a393737831e1abbd006 (patch)
tree83e3e10c68e9827fac636951774a415e5b23a475 /prefs.php
parent4142f63e109ce3516f42aba25aa8074d2a3ab13e (diff)
replace a few more hardcoded colors with less variables
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index a3b6a662a..ff2840ef5 100644
--- a/prefs.php
+++ b/prefs.php
@@ -107,7 +107,7 @@
<div id="overlay">
<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>