From d91c121a58ac43cbea4ef7514f51232948b44c6e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 23 Jun 2020 05:27:33 +0300 Subject: [PATCH] Fix some typos in selectors --- chrome/fake_statusbar_w_bookmarksbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/fake_statusbar_w_bookmarksbar.css b/chrome/fake_statusbar_w_bookmarksbar.css index 466174d..65e07e8 100644 --- a/chrome/fake_statusbar_w_bookmarksbar.css +++ b/chrome/fake_statusbar_w_bookmarksbar.css @@ -14,7 +14,7 @@ See the above repository for updates as well as full license text. */ :root:not([inDOMFullscreen]) > body > #browser{ margin-bottom: calc(5px + 2 * var(--toolbarbutton-inner-padding) + 16px) !important; } -#PersonalToolbar > toolbarbutton{ padding: 0 var(--toolbarbutton-outer-padding) !important; } +#PersonalToolbar > toolbarbutton{ padding: 0 var(--toolbarbutton-outer-padding) !important; } #PersonalToolbar > toolbarbutton > .toolbarbutton-icon, #PersonalToolbar > toolbarbutton > .toolbarbutton-badge-stack{ width: calc(2 * var(--toolbarbutton-inner-padding) + 16px) !important; @@ -30,7 +30,7 @@ See the above repository for updates as well as full license text. */ width: 60ch; } /* Using -moz-element() causes some problems after Firefox has been running several hours such as long tab switch times. For this reason the background image is removed on hover and focused states which appears to clear the state. */ -#Per#PersonalToolbar:hover:first-child + toolbarspring{ background-image: none } +#PersonalToolbar:hover :first-child + toolbarspring{ background-image: none } #statuspanel-inner > #statuspanel-label{ height:3em;