Fixed issues

This commit is contained in:
vinceliuice 2025-01-11 15:19:09 +08:00
parent 45d08171b6
commit 0d5ce9285b
3 changed files with 1 additions and 11 deletions

View File

@ -773,7 +773,7 @@ remove_firefox_theme() {
[[ -f "${TARGET_DIR}"/userChrome.css && ! -f "${TARGET_DIR}"/userChrome.css.bak ]] && cp -r "${TARGET_DIR}"/userChrome.css "${TARGET_DIR}"/userChrome.css.bak [[ -f "${TARGET_DIR}"/userChrome.css && ! -f "${TARGET_DIR}"/userChrome.css.bak ]] && cp -r "${TARGET_DIR}"/userChrome.css "${TARGET_DIR}"/userChrome.css.bak
[[ -f "${TARGET_DIR}"/userContent.css && ! -f "${TARGET_DIR}"/userContent.css.bak ]] && cp -r "${TARGET_DIR}"/userContent.css "${TARGET_DIR}"/userContent.css.bak [[ -f "${TARGET_DIR}"/userContent.css && ! -f "${TARGET_DIR}"/userContent.css.bak ]] && cp -r "${TARGET_DIR}"/userContent.css "${TARGET_DIR}"/userContent.css.bak
rm -rf "${TARGET_DIR}/${THEME_NAME}" rm -rf "${TARGET_DIR}/${theme_name}"
rm -rf "${TARGET_DIR}"/customChrome.css rm -rf "${TARGET_DIR}"/customChrome.css
rm -rf "${TARGET_DIR}"/userChrome.css rm -rf "${TARGET_DIR}"/userChrome.css
rm -rf "${TARGET_DIR}"/userContent.css rm -rf "${TARGET_DIR}"/userContent.css

View File

@ -32,11 +32,6 @@
background: var(--gnome-inactive-toolbar-background) !important; background: var(--gnome-inactive-toolbar-background) !important;
} }
/* Toolbox colors */
#navigator-toolbox {
background: none !important;
}
.toolbarbutton-icon { .toolbarbutton-icon {
color: var(--gnome-toolbar-color); color: var(--gnome-toolbar-color);
fill: var(--gnome-toolbar-color); fill: var(--gnome-toolbar-color);

View File

@ -23,11 +23,6 @@
background: var(--gnome-inactive-toolbar-background) !important; background: var(--gnome-inactive-toolbar-background) !important;
} }
/* Toolbox colors */
#navigator-toolbox {
background: none !important;
}
.toolbarbutton-icon { .toolbarbutton-icon {
color: var(--gnome-toolbar-color); color: var(--gnome-toolbar-color);
fill: var(--gnome-toolbar-color); fill: var(--gnome-toolbar-color);