diff --git a/UI/Content/theme.less b/UI/Content/theme.less index 327035d3d..28fc141ad 100644 --- a/UI/Content/theme.less +++ b/UI/Content/theme.less @@ -39,10 +39,7 @@ } } -.backdrop #page { - background-color : transparent; - box-shadow : none; -} + .page-toolbar { margin-top : 10px; @@ -145,3 +142,7 @@ footer { } } +.backdrop #page { + background-color : transparent; + box-shadow : none; +}