diff --git a/admin/css/debug-toolbar/toolbar.scss b/admin/css/debug-toolbar/toolbar.scss index e32b037dd648..9c5b149d392c 100644 --- a/admin/css/debug-toolbar/toolbar.scss +++ b/admin/css/debug-toolbar/toolbar.scss @@ -398,6 +398,11 @@ text-align: right; } } + + // show tab + &>.debug-bar-dblock { + display: block; + } } @@ -467,18 +472,6 @@ @import '_theme-light'; } -// show tab -#ci-database.debug-bar-dblock, -#ci-files.debug-bar-dblock, -#ci-routes.debug-bar-dblock, -#ci-events.debug-bar-dblock, -#ci-history.debug-bar-dblock, -#ci-vars.debug-bar-dblock, -#ci-config.debug-bar-dblock, -#ci-timeline.debug-bar-dblock { - display: block; -} - // LAYOUT HELPERS // ========================================================================== */ diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index d2c869ef0a30..86a6e39de305 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -150,24 +150,9 @@ .further h2:first-of-type { padding-top: 0; } - .f1 { + .svg-stroke { fill: none; stroke: #000; - stroke-linejoin: round; - stroke-width: 32px; - } - .f2 { - fill: none; - stroke: #000; - stroke-linecap: round; - stroke-linejoin: round; - stroke-width: 32px; - } - .f3 { - fill: none; - stroke: #000; - stroke-linecap: round; - stroke-miterlimit: 10; stroke-width: 32px; } footer { @@ -273,7 +258,7 @@