Skip to content

Commit

Permalink
bump version: v0.24.19
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2024
1 parent 591baba commit cc97964
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
6 changes: 2 additions & 4 deletions chrome/resources/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
--tabs-navbar-shadow-size: 1px !important;
--urlbar-box-bgcolor: transparent !important;
}
menupopup:not(#ContentSelectDropdownPopup) {
--panel-background: var(--arrowpanel-background) !important;
}
#tab-preview-panel {
menupopup:not(#ContentSelectDropdownPopup), richlistbox:not(#PopupSearchAutoComplete richlistbox), #tab-preview-panel {
--panel-background: var(--arrowpanel-background) !important;
}
.menupopup-arrowscrollbox, richlistbox:not(#PopupSearchAutoComplete richlistbox) {
background: var(--panel-background) !important;
box-shadow: 2px 2px 2px #0006 !important;
}
menu:where([_moz-menuactive="true"]):not([disabled="true"]),
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.18 (webextension)";
content: "zapsCoolPhotonTheme v0.24.19 (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.18.1",
"version": "0.24.19.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.18",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.18/zapsCoolPhotonTheme-esr.xpi",
"version": "0.24.19",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.19/zapsCoolPhotonTheme-esr.xpi",
"applications": {
"gecko": {
"strict_min_version": "128.0",
Expand All @@ -13,8 +13,8 @@
}
},
{
"version": "0.24.18.1",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.18/zapsCoolPhotonTheme.xpi",
"version": "0.24.19.1",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.19/zapsCoolPhotonTheme.xpi",
"applications": {
"gecko": {
"strict_min_version": "129.0"
Expand Down

0 comments on commit cc97964

Please sign in to comment.