From e6b10edaf61d4cbf7edd80314c51a6bb847d24d3 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 5 May 2019 15:28:48 +0300 Subject: [PATCH] Disable hiding of protocol by default --- chrome/status_inside_urlbar.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/chrome/status_inside_urlbar.css b/chrome/status_inside_urlbar.css index 5c74f06..b3105b4 100644 --- a/chrome/status_inside_urlbar.css +++ b/chrome/status_inside_urlbar.css @@ -46,7 +46,7 @@ As a workaround, the -moz-element background image is removed somewhat often whi min-width: 1000px; background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8)) !important; border: none !important; - font-size: larger; + font-size: inherit; color: inherit !important; margin-right: 0px !important; } @@ -56,14 +56,15 @@ As a workaround, the -moz-element background image is removed somewhat often whi #statuspanel{ color: lightpink; z-index: -1; } #statuspanel[type="status"] { color: skyblue } -/* Don't show common values to save space (useful for oneliner) - safe to delete these */ +/* Don't show common values to save space (useful for oneliner) - uncomment to enable */ /* If you change the font size of the label then you'll have to modify these too */ /* non-https links get a slight red hue */ - +/* #statuspanel-inner > #statuspanel-label{ margin-left: -3px !important; } #statuspanel-inner > #statuspanel-label[value^="http"]{ margin-left: -3.7ch !important; } #statuspanel-inner > #statuspanel-label[value^="https"]{ margin-left: -6.1ch !important; color: var(--lwt-toolbar-field-color, black) !important} #statuspanel-inner > #statuspanel-label[value^="www"]{ margin-left: -4.5ch !important; } #statuspanel-inner > #statuspanel-label[value^="http://www"]{ margin-left: -9.7ch !important; } -#statuspanel-inner > #statuspanel-label[value^="https://www"]{ margin-left: -10.1ch !important; } -#statuspanel-inner{ margin-left: -1px; } \ No newline at end of file +#statuspanel-inner > #statuspanel-label[value^="https://www"]{ margin-left: -10.1ch !important; } +*/ +#statuspanel-inner{ margin-left: -1px; }