diff --git a/chrome/content/common.css b/chrome/content/common.css index 469f685..42d7244 100644 --- a/chrome/content/common.css +++ b/chrome/content/common.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ - content/common.css */ +/* Edge-FrFox - content/common.css */ /* colours */ @-moz-document url-prefix(about:) { diff --git a/chrome/content/newtab.css b/chrome/content/newtab.css index bec377d..e4e77b8 100644 --- a/chrome/content/newtab.css +++ b/chrome/content/newtab.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ - content/newtab.css */ +/* Edge-FrFox - content/newtab.css */ /* colours */ @-moz-document url-prefix("about:newtab"), diff --git a/chrome/global/browser.css b/chrome/global/browser.css index b5572ae..2541dcc 100644 --- a/chrome/global/browser.css +++ b/chrome/global/browser.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox 2 - browser */ +/* Edge-FrFox - browser.css */ @supports (-moz-bool-pref("uc.tweak.floating-tabs")) { :root { diff --git a/chrome/global/colors.css b/chrome/global/colors.css index a9631c1..4f92f12 100644 --- a/chrome/global/colors.css +++ b/chrome/global/colors.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ - colors.css */ +/* Edge-FrFox - colors.css */ /* default colours (light & dark) */ :root:not(:-moz-lwtheme), diff --git a/chrome/global/popup.css b/chrome/global/popup.css index 6b8f31d..7eae04c 100644 --- a/chrome/global/popup.css +++ b/chrome/global/popup.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ - popup.css */ +/* Edge-FrFox - popup.css */ :root { --panel-subview-body-padding: 2px 0 !important; diff --git a/chrome/global/tweaks.css b/chrome/global/tweaks.css index 3acf08f..16b3346 100644 --- a/chrome/global/tweaks.css +++ b/chrome/global/tweaks.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ - tweaks.css */ +/* Edge-FrFox - tweaks.css */ /* disable drag space above tabs */ @supports -moz-bool-pref("uc.tweak.disable-drag-space") { diff --git a/chrome/icons/icons.css b/chrome/icons/icons.css index 42bda9f..c4854ef 100644 --- a/chrome/icons/icons.css +++ b/chrome/icons/icons.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ - icons.css */ +/* Edge-FrFox - icons.css */ /* windows 11 style window controls (no known way to detect between windows 10 and 11 so applied to both) */ diff --git a/chrome/toolbar/findbar.css b/chrome/toolbar/findbar.css index 909b778..f2e47f6 100644 --- a/chrome/toolbar/findbar.css +++ b/chrome/toolbar/findbar.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ - findbar.css */ +/* Edge-FrFox - findbar.css */ .findbar-find-previous, .findbar-find-next, diff --git a/chrome/toolbar/navbar.css b/chrome/toolbar/navbar.css index cb6aba3..44500bf 100644 --- a/chrome/toolbar/navbar.css +++ b/chrome/toolbar/navbar.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ - navbar.css */ +/* Edge-FrFox - navbar.css */ :root { --toolbarbutton-border-radius: 4px !important; diff --git a/chrome/toolbar/personalbar.css b/chrome/toolbar/personalbar.css index f7127ee..b0f7060 100644 --- a/chrome/toolbar/personalbar.css +++ b/chrome/toolbar/personalbar.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ - personalbar.css */ +/* Edge-FrFox - personalbar.css */ #PersonalToolbar { --bookmark-block-padding: 6px !important; diff --git a/chrome/toolbar/tabbar.css b/chrome/toolbar/tabbar.css index d89f2ad..c2170e1 100644 --- a/chrome/toolbar/tabbar.css +++ b/chrome/toolbar/tabbar.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox 2 - tabbar */ +/* Edge-FrFox - tabbar.css */ @supports -moz-bool-pref("uc.tweak.floating-tabs.equal-margin") and -moz-bool-pref("uc.tweak.floating-tabs") { :root #titlebar { @@ -354,12 +354,12 @@ toolbarbutton[part="scrollbutton-down"] { margin-top: calc(2px + var(--tab-block-margin)) !important; } -#tabbrowser-tabs:not([overflow="true"]) .tabbrowser-tab:first-of-type { +/* #tabbrowser-tabs:not([overflow="true"]) .tabbrowser-tab:first-of-type { margin-inline-start: 14px !important; } #tabbrowser-tabs:not([overflow="true"]) .tabbrowser-tab:last-of-type { margin-inline-end: 6px !important; -} +} */ #tabbrowser-tabs { margin-inline-start: -6px !important; diff --git a/chrome/toolbar/urlbar.css b/chrome/toolbar/urlbar.css index 45552b7..5c7e328 100644 --- a/chrome/toolbar/urlbar.css +++ b/chrome/toolbar/urlbar.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ - urlbar.css */ +/* Edge-FrFox - urlbar.css */ :root { --urlbar-min-height: 30px !important; diff --git a/chrome/userChrome.css b/chrome/userChrome.css index e6a952b..86de432 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -1,4 +1,4 @@ -/* EdgeFr-Fox by bmFtZQ */ +/* Edge-FrFox */ @import url("icons/icons.css"); @import url("toolbar/tabbar.css"); @import url("toolbar/navbar.css"); @@ -9,3 +9,6 @@ @import url("global/popup.css"); @import url("global/tweaks.css"); @import url("global/browser.css"); + +/* import custom stylesheet instead of modifying Edge-Frfox theme files */ +@import url("custom.css"); diff --git a/chrome/userContent.css b/chrome/userContent.css index e1bf933..d54608b 100644 --- a/chrome/userContent.css +++ b/chrome/userContent.css @@ -1,3 +1,3 @@ -/* EdgeFr-Fox by bmFtZQ */ +/* Edge-FrFox */ @import url("content/common.css"); @import url("content/newtab.css");