Add files via upload
This commit is contained in:
parent
b3a061d818
commit
dab10f2b86
1 changed files with 22 additions and 14 deletions
|
@ -22,7 +22,7 @@
|
|||
{
|
||||
align-items: center !important;
|
||||
position: relative !important;
|
||||
padding: 12px 0 !important;
|
||||
padding: 10px 0 !important;
|
||||
padding-inline: 48px 16px !important;
|
||||
max-width: 100% !important;
|
||||
width: auto !important;
|
||||
|
@ -71,7 +71,7 @@
|
|||
.urlbarView-favicon
|
||||
{
|
||||
position: absolute !important;
|
||||
left: 16px !important;
|
||||
left: 12px !important;
|
||||
top: 50% !important;
|
||||
transform: translateY(-50%) !important;
|
||||
fill-opacity: .6 !important;
|
||||
|
@ -173,9 +173,9 @@
|
|||
font-size: 14px !important;
|
||||
border-radius: 4px !important;
|
||||
background-color: var(--toolbar-field-background-color) !important;
|
||||
border: 1px solid var(--toolbar-field-background-color) !important;
|
||||
border: 0 !important;
|
||||
box-shadow: 0 1px 6px 0 #00000008 !important;
|
||||
padding: 1px !important;
|
||||
padding: 2px !important;
|
||||
background-clip: padding-box !important;
|
||||
transition: background-color .1s var(--ease-basic) !important;
|
||||
-moz-box-align: center !important;
|
||||
|
@ -199,7 +199,8 @@
|
|||
#searchbar:hover
|
||||
{
|
||||
background-color: var(--toolbar-field-hover-background-color) !important;
|
||||
border-color: var(--toolbar-field-hover-border-color) !important;
|
||||
border: 1px solid var(--toolbar-field-hover-border-color) !important;
|
||||
padding: 1px !important;
|
||||
}
|
||||
|
||||
#urlbar[focused],
|
||||
|
@ -230,15 +231,22 @@
|
|||
{
|
||||
border: 0 !important;
|
||||
padding: 0 !important;
|
||||
border-radius: 8px !important;
|
||||
padding-inline: 1px !important;
|
||||
border-radius: 6px !important;
|
||||
min-height: 37px !important;
|
||||
margin: -4px 0 -1px !important;
|
||||
box-shadow:
|
||||
0 0 0 1px rgba(0,0,0,0.1),
|
||||
0 5px 5px -3px rgba(0,0,0,.2),
|
||||
0 8px 10px 1px rgba(0,0,0,.14),
|
||||
0 6px 10px 1px rgba(0,0,0,.14),
|
||||
0 3px 14px 2px rgba(0,0,0,.12) !important;
|
||||
z-index: 99999 !important;
|
||||
}
|
||||
#urlbar[breakout][breakout-extend] {
|
||||
top: -2px;
|
||||
left: 0 !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* 71+ */
|
||||
#urlbar-background
|
||||
|
@ -285,13 +293,13 @@
|
|||
|
||||
#urlbar[open] #urlbar-input-container
|
||||
{
|
||||
height: 37px !important;
|
||||
height: 38px !important;
|
||||
}
|
||||
|
||||
#urlbar[open] #identity-box
|
||||
{
|
||||
margin-inline-start: 8px !important;
|
||||
margin-inline-end: 8px !important;
|
||||
margin-inline-start: 1px !important;
|
||||
margin-inline-end: 0px !important;
|
||||
}
|
||||
|
||||
.urlbarView
|
||||
|
@ -330,7 +338,7 @@
|
|||
fill-opacity: 1 !important;
|
||||
}
|
||||
|
||||
#identity-icon-labels
|
||||
#identity-icon-label
|
||||
{
|
||||
color: inherit !important;
|
||||
opacity: 1 !important;
|
||||
|
@ -354,7 +362,7 @@
|
|||
}
|
||||
|
||||
/* separator */
|
||||
#identity-icon-labels::after
|
||||
#identity-icon-label::after
|
||||
{
|
||||
content: "" !important;
|
||||
display: block !important;
|
||||
|
@ -372,13 +380,13 @@
|
|||
margin-inline-end: 8px !important;
|
||||
}
|
||||
|
||||
#urlbar[pageproxystate=valid]:not([open]) #identity-box:-moz-any(.notSecureText, .verifiedIdentity, .chromeUI, .extensionPage, .certUserOverridden) #identity-icon-labels
|
||||
#urlbar[pageproxystate=valid]:not([open]) #identity-box:-moz-any(.notSecureText, .verifiedIdentity, .chromeUI, .extensionPage, .certUserOverridden) #identity-icon-label
|
||||
{
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
|
||||
#urlbar[pageproxystate=valid] #identity-box:-moz-any(.notSecureText, .verifiedIdentity, .chromeUI, .extensionPage, .certUserOverridden):not(.no-hover):-moz-any([open], :hover) #identity-icon-labels::after
|
||||
#urlbar[pageproxystate=valid] #identity-box:-moz-any(.notSecureText, .verifiedIdentity, .chromeUI, .extensionPage, .certUserOverridden):not(.no-hover):-moz-any([open], :hover) #identity-icon-label::after
|
||||
{
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue