Skip to content

Commit

Permalink
bump version: v0.24.41
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent 0ebb886 commit 57a7b5c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
14 changes: 13 additions & 1 deletion chrome/resources/tabs-and-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@ credits to phroton for some of this stuff */
position: relative !important;
left: calc(100% - 6px) !important;
transition: background var(--photon-speed-1) var(--photon-easing-function) !important;
top: 0px !important
top: 0px !important;
&:hover {
background-color: color-mix(in srgb, currentColor 10%, transparent) !important;
&:active {
background-color: color-mix(in srgb, currentColor 20%, transparent) !important;
}
}
}
.tab-icon-overlay {
&:not(:hover, :active) {
Expand Down Expand Up @@ -551,6 +557,12 @@ credits to phroton for some of this stuff */
}
toolbarbutton#urlbar-searchmode-switcher {
padding-inline: var(--urlbar-searchmodeswitcher-spacing) !important;
&:hover {
background-color: var(--urlbar-box-hover-bgcolor) !important;
}
&:hover:active, &[open] {
background-color: var(--urlbar-box-active-bgcolor) !important;
}
}
.urlbar-page-action {
padding-block: calc(var(--urlbar-icon-padding) + 1px) !important;
Expand Down
1 change: 1 addition & 0 deletions chrome/resources/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
--tabs-navbar-shadow-size: 1px !important;
--urlbar-box-bgcolor: transparent !important;
--sidebar-background-color: var(--sidebar-background) !important;
--tab-icon-overlay-fill: currentColor !important;
}
menupopup:not(#ContentSelectDropdownPopup), richlistbox:not(#PopupSearchAutoComplete richlistbox), #tab-preview-panel, panel[type="autocomplete-richlistbox"] {
--panel-background: var(--arrowpanel-background) !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.40 (webextension)";
content: "zapsCoolPhotonTheme v0.24.41 (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.40.1",
"version": "0.24.41.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.40",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.40/zapsCoolPhotonTheme-esr.xpi",
"version": "0.24.41",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.41/zapsCoolPhotonTheme-esr.xpi",
"applications": {
"gecko": {
"strict_min_version": "128.0",
Expand All @@ -13,8 +13,8 @@
}
},
{
"version": "0.24.40.1",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.40/zapsCoolPhotonTheme.xpi",
"version": "0.24.41.1",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.41/zapsCoolPhotonTheme.xpi",
"applications": {
"gecko": {
"strict_min_version": "129.0"
Expand Down

0 comments on commit 57a7b5c

Please sign in to comment.