mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: CSS Validates
This commit is contained in:
parent
b14e382cc4
commit
02687f15b6
7 changed files with 10 additions and 10 deletions
|
|
@ -158,7 +158,7 @@
|
|||
}
|
||||
|
||||
.sumo-button.secondary-button {
|
||||
border-color: none !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
.mzp-c-menu-panel {
|
||||
border-color: var(--in-content-button-background-hover) !important;
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
|
||||
/*= Proton ===============================================================*/
|
||||
@inlclude Option("userContent.page.proton") {
|
||||
@include Option("userContent.page.proton") {
|
||||
@import "proton";
|
||||
@import "proton_contents";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ menuitem[type="checkbox"]:focus > .menu-iconic-left > .menu-iconic-icon {
|
|||
outline-offset: var(--focus-outline-offset, 2px) !important;
|
||||
}
|
||||
|
||||
@inclue Contrast {
|
||||
@include Contrast {
|
||||
menuitem[type="checkbox"]:not([disabled="true"]) > .menu-iconic-left > .menu-iconic-icon {
|
||||
/* color will set the border-color on the check due to how HCM works for in-content pages. */
|
||||
color: var(--checkbox-checked-border-color, color-mix(in srgb, -moz-accent-color 4%, Field)) !important;
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
#viewGroup > radio > .radio-label-box {
|
||||
/* Overwrite */
|
||||
margin: 0 !important;
|
||||
padding: 0 6 !important;
|
||||
padding: 0 6px !important;
|
||||
}
|
||||
@include OS($mac) {
|
||||
#viewGroup > radio > .radio-label-box {
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
@inclue Contrast {
|
||||
@include Contrast {
|
||||
xul|button[default]:not([disabled="true"]):hover {
|
||||
border-color: currentColor !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1472,7 +1472,7 @@
|
|||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
@inclue Contrast {
|
||||
@media (prefers-contrast) {
|
||||
xul|button[default]:not([disabled="true"]):hover {
|
||||
border-color: currentColor !important;
|
||||
}
|
||||
|
|
@ -2059,7 +2059,7 @@
|
|||
#viewGroup > radio > .radio-label-box {
|
||||
/* Overwrite */
|
||||
margin: 0 !important;
|
||||
padding: 0 6 !important;
|
||||
padding: 0 6px !important;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled") {
|
||||
|
|
|
|||
|
|
@ -1090,7 +1090,7 @@
|
|||
}
|
||||
|
||||
.sumo-button.secondary-button {
|
||||
border-color: none !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
.mzp-c-menu-panel {
|
||||
|
|
@ -2199,7 +2199,7 @@
|
|||
}
|
||||
|
||||
/*= Proton ===============================================================*/
|
||||
@inlclude Option("userContent.page.proton") {
|
||||
@supports -moz-bool-pref("userContent.page.proton") {
|
||||
:root {
|
||||
--organizer-color: -moz-DialogText;
|
||||
--organizer-deemphasized-color: GrayText;
|
||||
|
|
@ -2730,7 +2730,7 @@
|
|||
outline-offset: var(--focus-outline-offset, 2px) !important;
|
||||
}
|
||||
|
||||
@inclue Contrast {
|
||||
@media (prefers-contrast) {
|
||||
menuitem[type="checkbox"]:not([disabled="true"]) > .menu-iconic-left > .menu-iconic-icon {
|
||||
/* color will set the border-color on the check due to how HCM works for in-content pages. */
|
||||
color: var(--checkbox-checked-border-color, color-mix(in srgb, -moz-accent-color 4%, Field)) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue