From 2d6872939063abaf5bdc81e989e437e1e3be9a85 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+gilbN@users.noreply.github.com> Date: Wed, 7 Apr 2021 23:26:58 +0200 Subject: [PATCH] Update organizr-base.css --- CSS/themes/organizr/organizr-base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CSS/themes/organizr/organizr-base.css b/CSS/themes/organizr/organizr-base.css index 80059e6e..28864aa9 100644 --- a/CSS/themes/organizr/organizr-base.css +++ b/CSS/themes/organizr/organizr-base.css @@ -494,9 +494,9 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { #homepageOrdertransmission .white-box { padding-right: 0px !important; } - #homepage-items .white-box { +/* #homepage-items .white-box { padding-left: 0px !important; - } + }*/ #homepage-items .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover { cursor: pointer; opacity: 1; @@ -1040,4 +1040,4 @@ table.dataTable>tbody>tr:nth-of-type(even):hover { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, .6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, .6); -} \ No newline at end of file +}