mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: Global Menu - menu text selector
This commit is contained in:
parent
5c818fc1cb
commit
1d535c5ad3
6 changed files with 18 additions and 18 deletions
12
css/leptonChrome.css
generated
12
css/leptonChrome.css
generated
|
|
@ -3272,7 +3272,7 @@
|
||||||
}
|
}
|
||||||
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
||||||
#placesMenu > menu > image,
|
#placesMenu > menu > image,
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
-moz-context-properties: fill !important;
|
-moz-context-properties: fill !important;
|
||||||
fill: currentColor !important;
|
fill: currentColor !important;
|
||||||
}
|
}
|
||||||
|
|
@ -3302,7 +3302,7 @@
|
||||||
background-color: var(--organizer-selected-background) !important;
|
background-color: var(--organizer-selected-background) !important;
|
||||||
color: var(--organizer-selected-color) !important;
|
color: var(--organizer-selected-color) !important;
|
||||||
}
|
}
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
margin-block: 0 !important; /* override menu.css */
|
margin-block: 0 !important; /* override menu.css */
|
||||||
padding-inline-end: 4px !important;
|
padding-inline-end: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
@ -12388,7 +12388,7 @@
|
||||||
--context-menu-background-padding-default: 6px;
|
--context-menu-background-padding-default: 6px;
|
||||||
--context-menu-text-padding: 21px;
|
--context-menu-text-padding: 21px;
|
||||||
}
|
}
|
||||||
#main-menubar > menu > .menubar-text {
|
#main-menubar > menu > :is(.menubar-text, .menu-text) {
|
||||||
padding-inline-start: 3px;
|
padding-inline-start: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -17487,7 +17487,7 @@
|
||||||
@media (-moz-bool-pref: "userChrome.theme.proton_chrome") and (-moz-gtk-csd-available) {
|
@media (-moz-bool-pref: "userChrome.theme.proton_chrome") and (-moz-gtk-csd-available) {
|
||||||
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
||||||
#placesMenu > menu > image,
|
#placesMenu > menu > image,
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
-moz-context-properties: fill !important;
|
-moz-context-properties: fill !important;
|
||||||
fill: currentColor !important;
|
fill: currentColor !important;
|
||||||
}
|
}
|
||||||
|
|
@ -17525,7 +17525,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (-moz-bool-pref: "userChrome.theme.proton_chrome") and (-moz-gtk-csd-available) {
|
@media (-moz-bool-pref: "userChrome.theme.proton_chrome") and (-moz-gtk-csd-available) {
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
margin-block: 0 !important; /* override menu.css */
|
margin-block: 0 !important; /* override menu.css */
|
||||||
padding-inline-end: 4px !important;
|
padding-inline-end: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
@ -27929,7 +27929,7 @@
|
||||||
--context-menu-background-padding-default: 6px;
|
--context-menu-background-padding-default: 6px;
|
||||||
--context-menu-text-padding: 21px;
|
--context-menu-text-padding: 21px;
|
||||||
}
|
}
|
||||||
#main-menubar > menu > .menubar-text {
|
#main-menubar > menu > :is(.menubar-text, .menu-text) {
|
||||||
padding-inline-start: 3px;
|
padding-inline-start: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
6
css/leptonChromeESR.css
generated
6
css/leptonChromeESR.css
generated
|
|
@ -3592,7 +3592,7 @@
|
||||||
}
|
}
|
||||||
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
||||||
#placesMenu > menu > image,
|
#placesMenu > menu > image,
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
-moz-context-properties: fill !important;
|
-moz-context-properties: fill !important;
|
||||||
fill: currentColor !important;
|
fill: currentColor !important;
|
||||||
}
|
}
|
||||||
|
|
@ -3622,7 +3622,7 @@
|
||||||
background-color: var(--organizer-selected-background) !important;
|
background-color: var(--organizer-selected-background) !important;
|
||||||
color: var(--organizer-selected-color) !important;
|
color: var(--organizer-selected-color) !important;
|
||||||
}
|
}
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
margin-block: 0 !important; /* override menu.css */
|
margin-block: 0 !important; /* override menu.css */
|
||||||
padding-inline-end: 4px !important;
|
padding-inline-end: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
@ -13051,7 +13051,7 @@
|
||||||
--context-menu-background-padding-default: 6px;
|
--context-menu-background-padding-default: 6px;
|
||||||
--context-menu-text-padding: 21px;
|
--context-menu-text-padding: 21px;
|
||||||
}
|
}
|
||||||
#main-menubar > menu > .menubar-text {
|
#main-menubar > menu > :is(.menubar-text, .menu-text) {
|
||||||
padding-inline-start: 3px;
|
padding-inline-start: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
8
css/leptonContent.css
generated
8
css/leptonContent.css
generated
|
|
@ -2597,7 +2597,7 @@
|
||||||
}
|
}
|
||||||
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
||||||
#placesMenu > menu > image,
|
#placesMenu > menu > image,
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
-moz-context-properties: fill !important;
|
-moz-context-properties: fill !important;
|
||||||
fill: currentColor !important;
|
fill: currentColor !important;
|
||||||
}
|
}
|
||||||
|
|
@ -2627,7 +2627,7 @@
|
||||||
background-color: var(--organizer-selected-background) !important;
|
background-color: var(--organizer-selected-background) !important;
|
||||||
color: var(--organizer-selected-color) !important;
|
color: var(--organizer-selected-color) !important;
|
||||||
}
|
}
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
margin-block: 0 !important; /* override menu.css */
|
margin-block: 0 !important; /* override menu.css */
|
||||||
padding-inline-end: 4px !important;
|
padding-inline-end: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
@ -6377,7 +6377,7 @@
|
||||||
@media (-moz-bool-pref: "userContent.page.proton") and (-moz-gtk-csd-available) and (-moz-bool-pref: "userContent.page.proton") {
|
@media (-moz-bool-pref: "userContent.page.proton") and (-moz-gtk-csd-available) and (-moz-bool-pref: "userContent.page.proton") {
|
||||||
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
||||||
#placesMenu > menu > image,
|
#placesMenu > menu > image,
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
-moz-context-properties: fill !important;
|
-moz-context-properties: fill !important;
|
||||||
fill: currentColor !important;
|
fill: currentColor !important;
|
||||||
}
|
}
|
||||||
|
|
@ -6415,7 +6415,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (-moz-bool-pref: "userContent.page.proton") and (-moz-gtk-csd-available) and (-moz-bool-pref: "userContent.page.proton") {
|
@media (-moz-bool-pref: "userContent.page.proton") and (-moz-gtk-csd-available) and (-moz-bool-pref: "userContent.page.proton") {
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
margin-block: 0 !important; /* override menu.css */
|
margin-block: 0 !important; /* override menu.css */
|
||||||
padding-inline-end: 4px !important;
|
padding-inline-end: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
4
css/leptonContentESR.css
generated
4
css/leptonContentESR.css
generated
|
|
@ -2600,7 +2600,7 @@
|
||||||
}
|
}
|
||||||
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
||||||
#placesMenu > menu > image,
|
#placesMenu > menu > image,
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
-moz-context-properties: fill !important;
|
-moz-context-properties: fill !important;
|
||||||
fill: currentColor !important;
|
fill: currentColor !important;
|
||||||
}
|
}
|
||||||
|
|
@ -2630,7 +2630,7 @@
|
||||||
background-color: var(--organizer-selected-background) !important;
|
background-color: var(--organizer-selected-background) !important;
|
||||||
color: var(--organizer-selected-color) !important;
|
color: var(--organizer-selected-color) !important;
|
||||||
}
|
}
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
margin-block: 0 !important; /* override menu.css */
|
margin-block: 0 !important; /* override menu.css */
|
||||||
padding-inline-end: 4px !important;
|
padding-inline-end: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ $_layoutCommonMenus: (
|
||||||
@include OS($linux) {
|
@include OS($linux) {
|
||||||
@include _layout_root_linux;
|
@include _layout_root_linux;
|
||||||
|
|
||||||
#{$_globalMenus} > .menubar-text {
|
#{$_globalMenus} > :is(.menubar-text, .menu-text) {
|
||||||
@include _layout_init_linux;
|
@include _layout_init_linux;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
#placesToolbar > toolbarbutton > .toolbarbutton-icon,
|
||||||
#placesMenu > menu > image,
|
#placesMenu > menu > image,
|
||||||
#placesMenu > menu > .menubar-text {
|
#placesMenu > menu > :is(.menubar-text, .menu-text) {
|
||||||
-moz-context-properties: fill !important;
|
-moz-context-properties: fill !important;
|
||||||
fill: currentColor !important;
|
fill: currentColor !important;
|
||||||
}
|
}
|
||||||
|
|
@ -131,7 +131,7 @@
|
||||||
background-color: var(--organizer-selected-background) !important;
|
background-color: var(--organizer-selected-background) !important;
|
||||||
color: var(--organizer-selected-color) !important;
|
color: var(--organizer-selected-color) !important;
|
||||||
}
|
}
|
||||||
> .menubar-text {
|
> :is(.menubar-text, .menu-text) {
|
||||||
margin-block: 0 !important; /* override menu.css */
|
margin-block: 0 !important; /* override menu.css */
|
||||||
padding-inline-end: 4px !important;
|
padding-inline-end: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue