mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
Fixed issues
This commit is contained in:
parent
45d08171b6
commit
0d5ce9285b
@ -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
|
||||||
|
@ -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);
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user