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,
|
||||
|
||||
Reference in New Issue
Block a user