clean firefox and update

This commit is contained in:
joy 2024-10-05 21:15:45 +02:00
parent 0ed990de97
commit d7b8d75b06
2 changed files with 13 additions and 15 deletions

View file

@ -94,11 +94,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1728049238,
"narHash": "sha256-wYRRSUZF+Xq7Fz2cx/WPDgqiYOfCBOkH+9LWCJZR3Ns=",
"lastModified": 1728100995,
"narHash": "sha256-d5DeaW4zN2qADEGXt7c6pMApRRP/tmFneCMPKeC9lrc=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "1617deefd64c5ac494a8155b5856e6e90efd8eab",
"rev": "c0179f5534ee6a12e475842f6865c91719320b14",
"type": "gitlab"
},
"original": {
@ -357,11 +357,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1727802920,
"narHash": "sha256-HP89HZOT0ReIbI7IJZJQoJgxvB2Tn28V6XS3MNKnfLs=",
"lastModified": 1728018373,
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "27e30d177e57d912d614c88c622dcfdb2e6e6515",
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb",
"type": "github"
},
"original": {

View file

@ -1,5 +1,6 @@
#alltabs-button { display: none !important; }
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
:root {
--background: #1d2021;
--secondary: #282828;
@ -15,8 +16,8 @@
--tab-hover: #32302f;
--tab-btn-hover: #3C3836;
--toolbar-btn-hover: #49463f;
--url-bar: #3C3836;
--url-focus: #504945;
--url-bar: #3C3836; /* Updated color */
--url-focus: #3C3836;
--url-bar-item-hover: #6a6257;
--sidebar: #3C3836;
--sidebar-button-hover: #5A544B;
@ -39,7 +40,7 @@
panelview {
background-color: var(--sidebar) !important;
color: var (--foreground) !important;
color: var(--foreground) !important;
}
panel[type="autocomplete-richlistbox"] {
@ -103,7 +104,7 @@ toolbar#TabsToolbar:-moz-window-inactive {
#urlbar:not([open]) #urlbar-input-container:focus-within,
#searchbar:focus-within {
border: 2px solid var (--orange-highlight) !important;
border: 2px solid var(--orange-highlight) !important;
}
#urlbar:focus-within,
@ -221,10 +222,6 @@ toolbarbutton {
border: 1px solid transparent !important;
}
#TabsToolbar toolbarbutton:-moz-window-inactive {
opacity: 0.7 !important;
}
#alltabs-button > .toolbarbutton-badge-stack,
#tabs-newtab-button > .toolbarbutton-icon {
background-image: none;
@ -282,3 +279,4 @@ toolbarbutton {
#PersonalToolbar toolbarbutton:hover {
background-color: var(--toolbar-btn-hover) !important;
}