Overide CSS + Table

This commit is contained in:
JonatanRek 2019-10-13 14:17:30 +02:00
parent ec4b808d33
commit c0759ff3a1
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
table.table td, table.table th {
border: 2px solid #121a2b;
padding: 8px;
}
/*tr:nth-child(even){background-color: #f2f2f2;}*/
table.table tr:hover {background-color: #121a2b;}
table.table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #121a2b;
color: white;
}

View File

@ -23,3 +23,4 @@
<link rel="stylesheet" href="./app/templates/css/modal.css">
<link rel="stylesheet" href="./app/templates/css/pre.css">
<link rel="stylesheet" href="./app/templates/css/loading.css">
<link rel="stylesheet" href="./app/templates/css/override.css">