From f6a4f9a873bda8cb74469db8c4b807fdfdc4cfb5 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Sun, 7 Apr 2024 00:00:22 +0200 Subject: [PATCH] Fixed profile dialog correction element --- src/browser/themes/shared/zen-sidebar.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/browser/themes/shared/zen-sidebar.css b/src/browser/themes/shared/zen-sidebar.css index a9c925c79..1e2a42f40 100644 --- a/src/browser/themes/shared/zen-sidebar.css +++ b/src/browser/themes/shared/zen-sidebar.css @@ -104,18 +104,18 @@ /* Ugly code */ -#sidebar-box[hidden="true"] .zen-sidebar-action-button:nth-child(1) { animation-delay: 0.1s; } -#sidebar-box[hidden="true"] .zen-sidebar-action-button:nth-child(2) { animation-delay: 0.2s; } -#sidebar-box[hidden="true"] .zen-sidebar-action-button:nth-child(3) { animation-delay: 0.3s; } -#sidebar-box[hidden="true"] .zen-sidebar-action-button:nth-child(4) { animation-delay: 0.4s; } -#sidebar-box[hidden="true"] .zen-sidebar-action-button:nth-child(5) { animation-delay: 0.5s; } -#sidebar-box[hidden="true"] .zen-sidebar-action-button:nth-child(6) { animation-delay: 0.6s; } -#sidebar-box[hidden="true"] .zen-sidebar-action-button:nth-child(7) { animation-delay: 0.7s; } -#sidebar-box[hidden="true"] .zen-sidebar-action-button:nth-child(8) { animation-delay: 0.8s; } -#sidebar-box[hidden="true"] .zen-sidebar-action-button:nth-child(9) { animation-delay: 0.9s; } -#sidebar-box[hidden="true"] .zen-sidebar-action-button:nth-child(10) { animation-delay: 1s; } +#TabsToolbar .zen-sidebar-action-button:nth-child(1) { animation-delay: 0.1s; } +#TabsToolbar .zen-sidebar-action-button:nth-child(2) { animation-delay: 0.2s; } +#TabsToolbar .zen-sidebar-action-button:nth-child(3) { animation-delay: 0.3s; } +#TabsToolbar .zen-sidebar-action-button:nth-child(4) { animation-delay: 0.4s; } +#TabsToolbar .zen-sidebar-action-button:nth-child(5) { animation-delay: 0.5s; } +#TabsToolbar .zen-sidebar-action-button:nth-child(6) { animation-delay: 0.6s; } +#TabsToolbar .zen-sidebar-action-button:nth-child(7) { animation-delay: 0.7s; } +#TabsToolbar .zen-sidebar-action-button:nth-child(8) { animation-delay: 0.8s; } +#TabsToolbar .zen-sidebar-action-button:nth-child(9) { animation-delay: 0.9s; } +#TabsToolbar .zen-sidebar-action-button:nth-child(10) { animation-delay: 1s; } -#sidebar-box[hidden="true"] .zen-side-bar-profiles-button-panel-correction { +#TabsToolbar .zen-side-bar-profiles-button-panel-correction { position: absolute; bottom: -2px; right: -2px;