clean firefox and update
This commit is contained in:
parent
0ed990de97
commit
d7b8d75b06
12
flake.lock
12
flake.lock
|
@ -94,11 +94,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "pkgs/firefox-addons",
|
"dir": "pkgs/firefox-addons",
|
||||||
"lastModified": 1728049238,
|
"lastModified": 1728100995,
|
||||||
"narHash": "sha256-wYRRSUZF+Xq7Fz2cx/WPDgqiYOfCBOkH+9LWCJZR3Ns=",
|
"narHash": "sha256-d5DeaW4zN2qADEGXt7c6pMApRRP/tmFneCMPKeC9lrc=",
|
||||||
"owner": "rycee",
|
"owner": "rycee",
|
||||||
"repo": "nur-expressions",
|
"repo": "nur-expressions",
|
||||||
"rev": "1617deefd64c5ac494a8155b5856e6e90efd8eab",
|
"rev": "c0179f5534ee6a12e475842f6865c91719320b14",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -357,11 +357,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727802920,
|
"lastModified": 1728018373,
|
||||||
"narHash": "sha256-HP89HZOT0ReIbI7IJZJQoJgxvB2Tn28V6XS3MNKnfLs=",
|
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "27e30d177e57d912d614c88c622dcfdb2e6e6515",
|
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
#alltabs-button { display: none !important; }
|
||||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background: #1d2021;
|
--background: #1d2021;
|
||||||
--secondary: #282828;
|
--secondary: #282828;
|
||||||
|
@ -15,8 +16,8 @@
|
||||||
--tab-hover: #32302f;
|
--tab-hover: #32302f;
|
||||||
--tab-btn-hover: #3C3836;
|
--tab-btn-hover: #3C3836;
|
||||||
--toolbar-btn-hover: #49463f;
|
--toolbar-btn-hover: #49463f;
|
||||||
--url-bar: #3C3836;
|
--url-bar: #3C3836; /* Updated color */
|
||||||
--url-focus: #504945;
|
--url-focus: #3C3836;
|
||||||
--url-bar-item-hover: #6a6257;
|
--url-bar-item-hover: #6a6257;
|
||||||
--sidebar: #3C3836;
|
--sidebar: #3C3836;
|
||||||
--sidebar-button-hover: #5A544B;
|
--sidebar-button-hover: #5A544B;
|
||||||
|
@ -221,10 +222,6 @@ toolbarbutton {
|
||||||
border: 1px solid transparent !important;
|
border: 1px solid transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar toolbarbutton:-moz-window-inactive {
|
|
||||||
opacity: 0.7 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#alltabs-button > .toolbarbutton-badge-stack,
|
#alltabs-button > .toolbarbutton-badge-stack,
|
||||||
#tabs-newtab-button > .toolbarbutton-icon {
|
#tabs-newtab-button > .toolbarbutton-icon {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
@ -282,3 +279,4 @@ toolbarbutton {
|
||||||
#PersonalToolbar toolbarbutton:hover {
|
#PersonalToolbar toolbarbutton:hover {
|
||||||
background-color: var(--toolbar-btn-hover) !important;
|
background-color: var(--toolbar-btn-hover) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue