Streamline button classes and display.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-03-06 17:41:50 +02:00
parent 519e2771f1
commit b2bc0cb211
8 changed files with 7 additions and 8 deletions

View File

@@ -81,7 +81,7 @@
</tr>
</thead>
</table>
<button type="button" id="resetButton" hidden="true">Clear Filters</button>
<button type="button" id="resetButton" hidden="true" class="btn btn-default btn-sm text-red">Clear Filters</button>
</div>
<!-- /.box-body -->
</div>

View File

@@ -64,7 +64,7 @@
</tr>
</thead>
</table>
<button type="button" id="resetButton" hidden="true">Reset sorting</button>
<button type="button" id="resetButton" hidden="true" class="btn btn-default btn-sm text-red">Reset sorting</button>
</div>
<!-- /.box-body -->
</div>

View File

@@ -64,7 +64,7 @@
</tr>
</thead>
</table>
<button type="button" id="resetButton" hidden="true">Reset sorting</button>
<button type="button" id="resetButton" hidden="true" class="btn btn-default btn-sm text-red">Reset sorting</button>
</div>
<!-- /.box-body -->
</div>

View File

@@ -74,7 +74,7 @@
</tr>
</thead>
</table>
<button type="button" id="resetButton" hidden="true">Reset sorting</button>
<button type="button" id="resetButton" hidden="true" class="btn btn-default btn-sm text-red">Reset sorting</button>
</div>
<!-- /.box-body -->
</div>

View File

@@ -63,7 +63,7 @@
</tr>
</thead>
</table>
<button type="button" id="resetButton" hidden="true">Reset sorting</button>
<button type="button" id="resetButton" hidden="true" class="btn btn-default btn-sm text-red">Reset sorting</button>
</div>
<!-- /.box-body -->
</div>

View File

@@ -156,7 +156,7 @@ if(strlen($showing) > 0)
</tfoot>
</table>
<label><input type="checkbox" id="autofilter" checked="true">&nbsp;Apply filtering on click on Type, Domain, and Clients</label><br/>
<button type="button" id="resetButton" hidden="true">Clear Filters</button>
<button type="button" id="resetButton" hidden="true" class="btn btn-default btn-sm text-red">Clear Filters</button>
</div>
<!-- /.box-body -->
</div>

View File

@@ -32,7 +32,7 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button id="pihole-disable-custom" type="button" class="btn btn-primary" data-dismiss="modal">Submit</button>
<button id="pihole-disable-custom" type="button" class="btn btn-primary" data-dismiss="modal">Submit</button>
</div>
</div>
</div>

View File

@@ -116,7 +116,6 @@
}
#resetButton {
color: #f00;
font-weight: 700;
}