mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 01:55:44 +00:00
bug 388135 - hide certain protocols, don't de-emphasize the path, landing the de-emphasize the path bits only for now, patch by dao@design-noir.de, r=me
This commit is contained in:
parent
bc8c613eb1
commit
7b43bc9b07
@ -874,6 +874,12 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active {
|
||||
margin: 0 3px;
|
||||
/*XXX Gecko 1.9 quirk*/
|
||||
-moz-padding-start: 1px;
|
||||
color: -moz-fieldtext;
|
||||
}
|
||||
|
||||
#urlbar[level="high"] .formatted-url ,
|
||||
#urlbar[level="low"] .formatted-url {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.formatted-url * {
|
||||
@ -882,37 +888,12 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.formatted-url-contents {
|
||||
color: graytext;
|
||||
}
|
||||
|
||||
.formatted-url-domain {
|
||||
color: -moz-fieldtext;
|
||||
}
|
||||
|
||||
#urlbar[level="high"] .formatted-url-contents ,
|
||||
#urlbar[level="low"] .formatted-url-contents {
|
||||
color: rgb(150, 150, 130);
|
||||
}
|
||||
|
||||
#urlbar[level="low"] .formatted-url-domain ,
|
||||
#urlbar[level="high"] .formatted-url-domain {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.formatted-url-ellipsis {
|
||||
-moz-margin-start: .3em;
|
||||
-moz-margin-start: 1px;
|
||||
}
|
||||
|
||||
#urlbar[protocolhidden="true"] .formatted-url-prePath > .formatted-url-subdomain ,
|
||||
#urlbar[protocolhidden="true"] .formatted-url-prePath > .formatted-url-port {
|
||||
-moz-box-flex: 1;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#urlbar[chromedir="rtl"][protocolhidden="true"] .formatted-url-prePath > .formatted-url-subdomain ,
|
||||
#urlbar[chromedir="ltr"][protocolhidden="true"] .formatted-url-prePath > .formatted-url-port {
|
||||
text-align: left;
|
||||
.formatted-url-prePath {
|
||||
-moz-box-pack: center;
|
||||
}
|
||||
|
||||
#urlbar-container {
|
||||
|
Loading…
Reference in New Issue
Block a user