2019-08-23 07:16:06 +00:00
|
|
|
:root:not([customizing]){
|
2018-12-29 15:18:42 +00:00
|
|
|
--lwt-toolbar-field-background-color: transparent !important;
|
|
|
|
--lwt-toolbar-field-border-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
2019-10-03 14:48:26 +00:00
|
|
|
#urlbar.megabar[open]{ background-color: var(--toolbar-bgcolor) !important; }
|
|
|
|
|
2019-06-01 11:28:34 +00:00
|
|
|
#search-box{
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
background-color: var(--lwt-toolbar-field-background-color) !important;
|
|
|
|
color: inherit !important;
|
|
|
|
}
|
|
|
|
|
2018-12-29 15:18:42 +00:00
|
|
|
#urlbar,
|
|
|
|
.searchbar-textbox{
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
2019-08-23 07:16:06 +00:00
|
|
|
#tracking-protection-icon-container,
|
|
|
|
#identity-box ~ *,
|
2018-12-29 15:18:42 +00:00
|
|
|
.searchbar-textbox > *{
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 150ms linear
|
|
|
|
}
|
|
|
|
|
2019-08-23 07:16:06 +00:00
|
|
|
#urlbar .urlbar-input-box,
|
2018-12-29 15:18:42 +00:00
|
|
|
.searchbar-textbox > moz-input-box{ opacity: 0.6 }
|
|
|
|
|
2019-08-23 07:16:06 +00:00
|
|
|
#identity-box ~ *:hover,
|
|
|
|
#tracking-protection-icon-container:hover,
|
|
|
|
#tracking-protection-icon-container ~ *:hover,
|
2018-12-29 15:18:42 +00:00
|
|
|
#urlbar:focus-within > *,
|
2019-08-23 07:16:06 +00:00
|
|
|
#urlbar-input-container:focus-within > *,
|
2018-12-29 15:18:42 +00:00
|
|
|
.searchbar-textbox:hover > *,
|
2019-06-01 11:28:34 +00:00
|
|
|
.searchbar-textbox:focus-within > *{ opacity: 1 }
|
|
|
|
|
|
|
|
#identity-box{ border: none !important }
|
|
|
|
|
2019-08-23 07:16:06 +00:00
|
|
|
#urlbar:not(:hover) #identity-box{ background-image: radial-gradient(closest-side circle at 16px, orange 10%,transparent 35% ); }
|
|
|
|
#urlbar:not(:hover) #identity-box.verifiedIdentity{ background-image: radial-gradient(closest-side circle at 16px, lime 10%,transparent 35% ); }
|
|
|
|
#urlbar:not(:hover) #identity-box > *{ opacity: 0 }
|
|
|
|
/*
|
2019-06-01 11:28:34 +00:00
|
|
|
:root[title="Firefox Nightly"] #identity-box,
|
|
|
|
:root[title="Mozilla Firefox"] #identity-box,
|
2019-08-23 07:16:06 +00:00
|
|
|
*/
|
|
|
|
#urlbar[pageproxystate=invalid]:not([usertyping]) #identity-box,
|
2019-06-01 11:28:34 +00:00
|
|
|
#identity-box:hover,
|
|
|
|
#identity-box.chromeUI,
|
|
|
|
#identity-box.verifiedDomain{
|
|
|
|
background-image: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-box > #identity-icon-labels{ transition: max-width 150ms linear !important; }
|
|
|
|
#identity-box:not(:hover) > #identity-icon-labels{ max-width: 0px !important; }
|