Update name at top of files
This commit is contained in:
parent
c53c68194b
commit
8b79ef57c6
14 changed files with 19 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
/* EdgeFr-Fox by bmFtZQ - content/common.css */
|
||||
/* Edge-FrFox - content/common.css */
|
||||
|
||||
/* colours */
|
||||
@-moz-document url-prefix(about:) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* EdgeFr-Fox by bmFtZQ - content/newtab.css */
|
||||
/* Edge-FrFox - content/newtab.css */
|
||||
|
||||
/* colours */
|
||||
@-moz-document url-prefix("about:newtab"),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* EdgeFr-Fox 2 - browser */
|
||||
/* Edge-FrFox - browser.css */
|
||||
|
||||
@supports (-moz-bool-pref("uc.tweak.floating-tabs")) {
|
||||
:root {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* EdgeFr-Fox by bmFtZQ - colors.css */
|
||||
/* Edge-FrFox - colors.css */
|
||||
|
||||
/* default colours (light & dark) */
|
||||
:root:not(:-moz-lwtheme),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* EdgeFr-Fox by bmFtZQ - popup.css */
|
||||
/* Edge-FrFox - popup.css */
|
||||
|
||||
:root {
|
||||
--panel-subview-body-padding: 2px 0 !important;
|
||||
|
|
|
@ -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") {
|
||||
|
|
|
@ -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) */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* EdgeFr-Fox by bmFtZQ - findbar.css */
|
||||
/* Edge-FrFox - findbar.css */
|
||||
|
||||
.findbar-find-previous,
|
||||
.findbar-find-next,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* EdgeFr-Fox by bmFtZQ - navbar.css */
|
||||
/* Edge-FrFox - navbar.css */
|
||||
|
||||
:root {
|
||||
--toolbarbutton-border-radius: 4px !important;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* EdgeFr-Fox by bmFtZQ - personalbar.css */
|
||||
/* Edge-FrFox - personalbar.css */
|
||||
|
||||
#PersonalToolbar {
|
||||
--bookmark-block-padding: 6px !important;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* EdgeFr-Fox by bmFtZQ - urlbar.css */
|
||||
/* Edge-FrFox - urlbar.css */
|
||||
|
||||
:root {
|
||||
--urlbar-min-height: 30px !important;
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* EdgeFr-Fox by bmFtZQ */
|
||||
/* Edge-FrFox */
|
||||
@import url("content/common.css");
|
||||
@import url("content/newtab.css");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue