Skip to content

Commit

Permalink
bump version: v0.24.26
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2024
1 parent 5829d3d commit 95d4215
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 10 deletions.
39 changes: 37 additions & 2 deletions chrome/resources/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
.chevron-icon {
background-image: url("./icons/arrow-dropdown-16.svg") !important;
scale: 1 -1;
.card-container:not([open]) & {
:is(.card-container, #shopping-details):not([open]) & {
scale: 1;
}
}
Expand Down Expand Up @@ -1511,7 +1511,6 @@
}

/* debugging */

@-moz-document url-prefix("about:debugging") {
:root {
--in-content-background-color: light-dark(#f9f9fa, #2a2a2e) !important;
Expand All @@ -1527,6 +1526,42 @@
}
}
}
@-moz-document url-prefix("about:shoppingsidebar") {
:root {
--shopping-header-background: var(--in-content-page-background) !important;
}
* {
--shopping-card-border-radius: var(--photon-primary-border-radius) !important;
}
#close-button {
background-image: url(./icons/close.svg) !important;
}
.price {
content: url("./icons/price.svg") !important;
}
.quality {
content: url("./icons/quality.svg") !important;
}
.shipping {
content: url("./icons/shipping.svg") !important;
}
.competitiveness {
content: url("./icons/competitiveness.svg") !important;
}
.packaging\/appearance {
content: url("./icons/packaging.svg") !important;
}
@media (prefers-color-scheme: dark) {
.shopping-card {
background: var(--grey-60) !important;
--shopping-card-border-color: var(--in-content-box-border-color) !important;
}
.show-more footer {
background-color: var(--grey-60) !important;;
box-shadow: 2px -10px 11px var(--grey-60) !important;;
}
}
}
/* Error page illustrations */
/* From Lepton https://github.com/black7375/Firefox-UI-Fix/blob/master/src/contents/_error_page.scss */
@-moz-document url-prefix("about:neterror"), url-prefix("about:restartrequired"), url("chrome://browser/content/aboutRestartRequired.xhtml"), url("about:sessionrestore"), url("chrome://browser/content/aboutSessionRestore.xhtml")
Expand Down
9 changes: 8 additions & 1 deletion chrome/resources/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
list-style-image: url(./icons/home.svg) !important;
}
/* Reload button animation */
/* from github.com/1280px/rainfox, check out the theme! */
/* from github.com/1280px/rainfox, check out the theme! (maybe not since it's dead now lol) */
/* fixed version by me */
:root:not([customizing]) #stop-reload-button[animate]
> #reload-button
Expand Down Expand Up @@ -373,6 +373,13 @@
#reader-mode-button-icon {
list-style-image: url(./icons/readerMode.svg) !important;
}
/* review checker */
#shopping-sidebar-button > .urlbar-icon {
list-style-image: url(./icons/shopping.svg) !important;
#shopping-sidebar-button[shoppingsidebaropen="true"] & {
list-style-image: url(./icons/shopping-open.svg) !important;
}
}
#downloads-indicator-anchor {
list-style-image: url(./icons/download-icons.svg#arrow-with-bar) !important;
}
Expand Down
1 change: 1 addition & 0 deletions chrome/resources/icons/competitiveness.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions chrome/resources/icons/packaging.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions chrome/resources/icons/price.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions chrome/resources/icons/quality.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions chrome/resources/icons/shopping-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions chrome/resources/icons/shopping.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion chrome/resources/misc.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
}
}
}

@-moz-document url-prefix("chrome://global/content/commonDialog.xhtml") {
:root {
--in-content-primary-button-background: var(--photon-accent) !important;
Expand Down
8 changes: 8 additions & 0 deletions chrome/resources/tabs-and-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,11 @@ credits to phroton for some of this stuff */
#urlbar .search-one-offs *:not(toolbarseparator) {
color: var(--toolbarbutton-icon-fill) !important;
}
/* special case for review checker */

#shopping-sidebar-button[shoppingsidebaropen="true"] {
background-color: var(--urlbar-box-active-bgcolor);
}
/* Multiselected tabs */
.tab-background[multiselected="true"] {
outline: none !important;
Expand Down Expand Up @@ -922,6 +927,9 @@ credits to phroton for some of this stuff */
--space-sidebar: var(--space-xxsmall);
}
}
#appcontent {
box-shadow: none !important;
}
.sidebar-splitter {
&:hover {
background-color: var(--in-content-primary-button-background, var(--photon-accent)) !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.25 (webextension)";
content: "zapsCoolPhotonTheme v0.24.26 (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.25.1",
"version": "0.24.26.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.25",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.25/zapsCoolPhotonTheme-esr.xpi",
"version": "0.24.26",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.26/zapsCoolPhotonTheme-esr.xpi",
"applications": {
"gecko": {
"strict_min_version": "128.0",
Expand All @@ -13,8 +13,8 @@
}
},
{
"version": "0.24.25.1",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.25/zapsCoolPhotonTheme.xpi",
"version": "0.24.26.1",
"update_link": "https://github.com/zapSNH/zcpt-webextension/releases/download/v0.24.26/zapsCoolPhotonTheme.xpi",
"applications": {
"gecko": {
"strict_min_version": "129.0"
Expand Down

0 comments on commit 95d4215

Please sign in to comment.