Skip to content

Commit

Permalink
bump version: v0.24.57
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent c0e6d8e commit 55d736d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
2 changes: 2 additions & 0 deletions chrome/resources/tabs-and-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,8 @@ toolbarbutton#urlbar-searchmode-switcher {
}
.tab-close-button {
margin-inline-start: -2px !important;
position: static !important;
display: none !important;
}
.tab-icon-stack {
min-width: 16px !important;
Expand Down
8 changes: 0 additions & 8 deletions chrome/resources/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ input.findbar-textbox:focus {
--lwt-accent-color: #d7d7db !important;
--lwt-accent-color-inactive: var(--lwt-accent-color) !important;
--toolbar-bgcolor: #f9f9fa !important;
--toolbox-bgcolor: var(--toolbar-bgcolor) !important;
--toolbox-bgcolor-inactive: var(--toolbar-bgcolor) !important;
--in-content-page-background: var(--toolbar-bgcolor) !important;
--arrowpanel-border-color: #cccccc !important;
--urlbar-box-text-color: #747576 !important;
Expand Down Expand Up @@ -119,8 +117,6 @@ input.findbar-textbox:focus {
--lwt-accent-color: #202340 !important;
--lwt-accent-color-inactive: var(--lwt-accent-color) !important;
--toolbar-bgcolor: #f9f9fa !important;
--toolbox-bgcolor: var(--toolbar-bgcolor) !important;
--toolbox-bgcolor-inactive: var(--toolbar-bgcolor) !important;
--button-hover-bgcolor: hsla(0,0%,80%,.5) !important;
--in-content-page-background: var(--toolbar-bgcolor) !important;
--arrowpanel-border-color: #cccccc !important;
Expand Down Expand Up @@ -209,8 +205,6 @@ input.findbar-textbox:focus {
--lwt-accent-color: #0c0c0d !important;
--lwt-accent-color-inactive: var(--lwt-accent-color) !important;
--toolbar-bgcolor: #323234 !important;
--toolbox-bgcolor: var(--toolbar-bgcolor) !important;
--toolbox-bgcolor-inactive: var(--toolbar-bgcolor) !important;
--toolbar-field-background-color: #474749 !important;
--toolbar-field-border-color: #5a5a5c !important;
--button-hover-bgcolor: rgba(249,249,250,.1) !important;
Expand Down Expand Up @@ -295,8 +289,6 @@ input.findbar-textbox:focus {
--lwt-accent-color: #0c0c0d !important;
--lwt-accent-color-inactive: var(--lwt-accent-color) !important;
--toolbar-bgcolor: #323234 !important;
--toolbox-bgcolor: var(--toolbar-bgcolor) !important;
--toolbox-bgcolor-inactive: var(--toolbar-bgcolor) !important;
--toolbar-field-background-color: #474749 !important;
--toolbar-field-border-color: #5a5a5c !important;
--button-hover-bgcolor: rgba(249,249,250,.1) !important;
Expand Down
2 changes: 1 addition & 1 deletion custom/resources/version.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
background-position: 4px 0;
-moz-context-properties: fill;
fill: currentColor;
content: "zapsCoolPhotonTheme v0.24.56 (webextension)";
content: "zapsCoolPhotonTheme v0.24.57 (webextension)";
position: absolute;
height: 48px;
overflow: visible;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"homepage_url": "https://github.com/zapSNH/zapsCoolPhotonTheme",
"version": "0.24.56.1",
"version": "0.24.57.1",
"author": "zapsnh",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
Expand Down
8 changes: 4 additions & 4 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"coolPhotonTheme@zapsnh": {
"updates": [
{
"version": "0.24.56",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.56/zapsCoolPhotonTheme-esr.xpi",
"version": "0.24.57",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.57/zapsCoolPhotonTheme-esr.xpi",
"applications": {
"gecko": {
"strict_min_version": "128.0",
Expand All @@ -13,8 +13,8 @@
}
},
{
"version": "0.24.56.1",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.56/zapsCoolPhotonTheme.xpi",
"version": "0.24.57.1",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.57/zapsCoolPhotonTheme.xpi",
"applications": {
"gecko": {
"strict_min_version": "129.0"
Expand Down

0 comments on commit 55d736d

Please sign in to comment.