Make a better LIGHT-MODE table styling
All checks were successful
Flask Run Test / Flask-Run-Test (push) Successful in 10s
All checks were successful
Flask Run Test / Flask-Run-Test (push) Successful in 10s
This commit is contained in:
@@ -172,6 +172,13 @@ button[type='button']:hover,
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* Bootstrap-Friendly Table Design */
|
||||
table {
|
||||
font-size: 15px;
|
||||
}
|
||||
table tr td {
|
||||
font-weight: light;
|
||||
}
|
||||
|
||||
/* Styled select for forms */
|
||||
.fancy-select,
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table>
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
<th>Filename</th>
|
||||
<th>Code</th>
|
||||
|
||||
Reference in New Issue
Block a user