36 lines
No EOL
1.2 KiB
CSS
36 lines
No EOL
1.2 KiB
CSS
/* STATUSPANEL INSIDE URLBAR */
|
|
|
|
#urlbar .urlbar-input-box{ display: -moz-stack }
|
|
#urlbar .urlbar-input-box::after{
|
|
z-index: 2;
|
|
content: "";
|
|
width: 100%;
|
|
height: 100%;
|
|
display: none;
|
|
pointer-events:none;
|
|
background: -moz-element(#statuspanel) 0 -11px no-repeat !important;
|
|
}
|
|
|
|
#urlbar .urlbar-input-box::after{
|
|
display: -moz-box;
|
|
}
|
|
|
|
#statuspanel{ z-index: -1; }
|
|
/* Don't show common values to save space (useful for oneliner) - safe to delete these */
|
|
#statuspanel-label[value^="http"]{ margin-left: -5.8ch !important; }
|
|
#statuspanel-label[value^="https"]{ margin-left: -6.6ch !important; }
|
|
#statuspanel-label[value^="www"]{ margin-left: -5.3ch !important; }
|
|
#statuspanel-label[value^="http://www"]{ margin-left: -10.6ch !important; }
|
|
#statuspanel-label[value^="https://www"]{ margin-left: -11.3ch !important; }
|
|
|
|
.searchbar-textbox{ margin: 2px 0 !important; }
|
|
|
|
#statuspanel-inner > #statuspanel-label{
|
|
height:23px;
|
|
min-width: 500px;
|
|
background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8)) !important;
|
|
border: none !important;
|
|
color: var(--lwt-toolbar-field-color, black) !important;
|
|
font-weight: bold !important;
|
|
margin-left: -3px
|
|
} |