Italicize filter count text
This commit is contained in:
parent
8c892973be
commit
270c629515
|
|
@ -220,7 +220,7 @@
|
|||
</div> <!-- dump1090_infoblock -->
|
||||
|
||||
<div class="config_button_row">
|
||||
<button id="filter_button" class="config_button">Filters (<span id="active_filter_count">0</span>)</button>
|
||||
<button id="filter_button" class="config_button">Filters (<span class="italicize"><span id="active_filter_count">0</span> Enabled)</span></button>
|
||||
<button id="column_select_button" class="config_button">Select Columns</button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -858,6 +858,10 @@ select.error, textarea.error, input.error {
|
|||
-moz-border-radius: 4px;
|
||||
}
|
||||
|
||||
.italicize {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.stats_button {
|
||||
position: relative;
|
||||
background-color: rgba(0, 160, 226, 1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue