From c0759ff3a1d5813bca4db1c99948128885ead4f0 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sun, 13 Oct 2019 14:17:30 +0200 Subject: [PATCH] Overide CSS + Table --- app/templates/css/override.css | 16 ++++++++++++++++ app/templates/part/head.phtml | 1 + 2 files changed, 17 insertions(+) create mode 100644 app/templates/css/override.css diff --git a/app/templates/css/override.css b/app/templates/css/override.css new file mode 100644 index 0000000..5fc5698 --- /dev/null +++ b/app/templates/css/override.css @@ -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; +} \ No newline at end of file diff --git a/app/templates/part/head.phtml b/app/templates/part/head.phtml index 3ce6abe..445fcae 100644 --- a/app/templates/part/head.phtml +++ b/app/templates/part/head.phtml @@ -23,3 +23,4 @@ +