Overide CSS + Table
This commit is contained in:
parent
ec4b808d33
commit
c0759ff3a1
16
app/templates/css/override.css
Normal file
16
app/templates/css/override.css
Normal 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;
|
||||||
|
}
|
@ -23,3 +23,4 @@
|
|||||||
<link rel="stylesheet" href="./app/templates/css/modal.css">
|
<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/pre.css">
|
||||||
<link rel="stylesheet" href="./app/templates/css/loading.css">
|
<link rel="stylesheet" href="./app/templates/css/loading.css">
|
||||||
|
<link rel="stylesheet" href="./app/templates/css/override.css">
|
||||||
|
Loading…
Reference in New Issue
Block a user