mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 11:35:15 +08:00
naming convention and wrap all styles inside .table-shadow-box to avoid unexpected style in the future
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="shadow-box tableShadowbox" style="overflow-x: scroll">
|
||||
<div class="shadow-box table-shadow-box" style="overflow-x: scroll">
|
||||
<table class="table table-borderless table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@@ -128,7 +128,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="shadow-box tableShadowbox">
|
||||
<div class="shadow-box table-shadow-box">
|
||||
<table class="table table-borderless table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user