mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-02 21:41:27 -08:00
Fix: CSS - Validate
This commit is contained in:
parent
af1f03d2d7
commit
ea9525eb45
4 changed files with 4 additions and 6 deletions
|
|
@ -3608,7 +3608,7 @@
|
|||
display: block;
|
||||
width: 2px;
|
||||
position: absolute;
|
||||
background-image: linear-gradient(0, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%);
|
||||
background-image: linear-gradient(0deg, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%);
|
||||
top: 0;
|
||||
inset-inline-start: 0;
|
||||
height: 100%;
|
||||
|
|
@ -6410,7 +6410,7 @@
|
|||
margin-left: var(--uc-tab-corner-half-size) !important;
|
||||
}
|
||||
.tabbrowser-tab[last-visible-tab] {
|
||||
margin-right: vart(--uc-tab-corner-half-size) !important;
|
||||
margin-right: var(--uc-tab-corner-half-size) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -8610,7 +8610,6 @@
|
|||
margin-inline: 5px;
|
||||
}
|
||||
.findbar-closebutton {
|
||||
box-sizing: padding-box;
|
||||
width: 30px !important; /* Original: 24px */
|
||||
margin: 0 !important;
|
||||
border-width: 0 1px 1px 0px;
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ findbar {
|
|||
}
|
||||
|
||||
.findbar-closebutton {
|
||||
box-sizing: padding-box;
|
||||
width: 30px !important; /* Original: 24px */
|
||||
margin: 0 !important;
|
||||
border-width: 0 1px 1px 0px;
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
display: block;
|
||||
width: 2px;
|
||||
position: absolute;
|
||||
background-image: linear-gradient(0, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%);
|
||||
background-image: linear-gradient(0deg, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%);
|
||||
top: 0;
|
||||
inset-inline-start: 0;
|
||||
height: 100%;
|
||||
|
|
|
|||
|
|
@ -223,5 +223,5 @@
|
|||
}
|
||||
}
|
||||
.tabbrowser-tab[last-visible-tab] {
|
||||
margin-right: vart(--uc-tab-corner-half-size) !important;
|
||||
margin-right: var(--uc-tab-corner-half-size) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue