From c3a387904fdc07777c4f471831df2f5d105de80f Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 31 Jan 2023 11:11:04 +0800 Subject: [PATCH] update --- src/other/firefox/chrome/Colloid/parts/dialogs.css | 6 +++++- src/other/firefox/chrome/Colloid/parts/icons.css | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/other/firefox/chrome/Colloid/parts/dialogs.css b/src/other/firefox/chrome/Colloid/parts/dialogs.css index 17cb3990..5a268806 100644 --- a/src/other/firefox/chrome/Colloid/parts/dialogs.css +++ b/src/other/firefox/chrome/Colloid/parts/dialogs.css @@ -38,7 +38,7 @@ dialog { } /* Content */ -.dialog-content-box { +.dialog-content-box, #dialogGrid { padding: 24px; padding-bottom: 0; } @@ -51,6 +51,10 @@ dialog { background-color: transparent !important; } +#commonDialog[subdialog] description, #commonDialog[subdialog] checkbox { + margin: 0 6px !important; +} + /* Buttons */ .dialog-button-box { padding: 3px; diff --git a/src/other/firefox/chrome/Colloid/parts/icons.css b/src/other/firefox/chrome/Colloid/parts/icons.css index 080b1844..a5e211c2 100644 --- a/src/other/firefox/chrome/Colloid/parts/icons.css +++ b/src/other/firefox/chrome/Colloid/parts/icons.css @@ -352,6 +352,10 @@ treechildren::-moz-tree-image(query, OrganizerQuery_history____v) { .install-icon { list-style-image: url("../icons/application-x-addon-symbolic.svg") !important; } +/* Extensions button */ +#unified-extensions-button { + list-style-image: url("../icons/application-x-addon-symbolic.svg") !important; +} /* Find button */ #find-button { list-style-image: url("../icons/edit-find-symbolic.svg") !important; @@ -685,6 +689,7 @@ treechildren::-moz-tree-image { #email-link-button .toolbarbutton-icon, #print-button .toolbarbutton-icon, #add-ons-button .toolbarbutton-icon, + #unified-extensions-button .toolbarbutton-icon, #find-button .toolbarbutton-icon, #bookmarks-menu-button .toolbarbutton-icon, #history-panelmenu .toolbarbutton-icon,