From 117a71ba647e12ca67dcf3acc1b19fc4720fe262 Mon Sep 17 00:00:00 2001 From: gilbN Date: Wed, 25 Sep 2019 21:41:33 +0200 Subject: [PATCH] org: unifi fix centered header text --- CSS/themes/organizr/organizr-base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/CSS/themes/organizr/organizr-base.css b/CSS/themes/organizr/organizr-base.css index d50143c0..62e2656d 100644 --- a/CSS/themes/organizr/organizr-base.css +++ b/CSS/themes/organizr/organizr-base.css @@ -534,6 +534,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { background: rgba(255, 255, 255, 0.2) !important; color: #fff !important; border-color: transparent !important; + text-align: inherit; } .unifiCards .panel-wrapper.collapse.in { background:rgba(0, 0, 0, 0.15);