mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Tweaked report filters text.
This commit is contained in:
@@ -52,10 +52,10 @@
|
||||
<label><input type="checkbox" id="hideAllPluginMessages" />Hide All Plugin Messages</label>
|
||||
<label><input type="checkbox" id="hideMessagelessPlugins" />Hide Messageless Plugins</label>
|
||||
<div>
|
||||
<span id="hiddenPluginNo">0</span> of <span id="totalPluginNo"></span> plugins hidden.
|
||||
Plugins hidden: <span id="hiddenPluginNo">0</span> / <span id="totalPluginNo"></span>
|
||||
</div>
|
||||
<div>
|
||||
<span id="hiddenMessageNo">0</span> of <span id="filterTotalMessageNo"></span> messages hidden.
|
||||
Messages hidden: <span id="hiddenMessageNo">0</span> / <span id="filterTotalMessageNo"></span>
|
||||
</div>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
|
||||
@@ -104,7 +104,7 @@ table td:first-child {
|
||||
cursor:pointer;
|
||||
}
|
||||
#filters div {
|
||||
padding:0.4em;
|
||||
padding:0.2em 1em;
|
||||
font-style:italic;
|
||||
}
|
||||
input[type='checkbox'] {
|
||||
|
||||
Reference in New Issue
Block a user