diff --git a/dots/librewolf/userChrome.css b/dots/librewolf/userChrome.css index 72f25ad..780d7b7 100644 --- a/dots/librewolf/userChrome.css +++ b/dots/librewolf/userChrome.css @@ -16,3 +16,7 @@ #appmenu-toolbar-button { background-color: #6e0303 !important; } + +#main-menubar > menu[_moz-menuactive="true"] { + background-color: hsla(91, 94%, 35%, 0.12) !important; +} \ No newline at end of file diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 4baa6a4..27743ab 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -305,7 +305,7 @@ if [ ${operation} == "dots" ] ; then deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}" file_name=userChrome.css - file_path=${ffpd}/librewolf + file_path=${ffpd}/chrome create_dir ${file_path} deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}" fi