mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-25 20:39:31 +00:00
Use bootstrap styles for markdown tables.
This commit is contained in:
parent
b478170d7f
commit
c814bae3af
2 changed files with 3 additions and 26 deletions
|
|
@ -766,31 +766,6 @@ table.dataTable {
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.markdown table {
|
||||
border-width: 1px 0 0 1px;
|
||||
border-color: #bbb;
|
||||
border-style: solid;
|
||||
width: 100%;
|
||||
margin-bottom: 1rem;
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.markdown table td, .markdown table th {
|
||||
border-width: 0 1px 1px 0;
|
||||
border-color: #bbb;
|
||||
border-style: solid;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.markdown table tbody tr:hover {
|
||||
color: #212529;
|
||||
background-color: rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.markdown table tbody tr:nth-of-type(odd) {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.markdown img {
|
||||
max-width: 35%;
|
||||
vertical-align: middle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue