Created
November 14, 2010 10:24
-
-
Save kodango/676067 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
@-moz-document url(chrome://browser/content/browser.xul){ | |
#urlbar { | |
position: relative !important; | |
} | |
.urlbar-over-link-box:not([overlinkstate]) { | |
position: fixed !important; | |
left: -1000px !important; | |
} | |
.urlbar-over-link-box { | |
position: fixed !important; | |
bottom: 0px !important; | |
left: 0px !important; | |
opacity: 0.85 !important; | |
height: 24px !important; | |
padding: 2px 5px 2px 5px !important; | |
border-radius: 0 4px 0 0 !important; | |
border-top: 1px solid rgba(0,0,0,.25) !important; | |
border-right: 1px solid rgba(0,0,0,.25) !important; | |
background-color: #DFDFDF !important; | |
} | |
.urlbar-over-link-path-label { | |
max-width: 400px !important; | |
width: -moz-max-content !important; | |
white-space: nowrap !important; | |
overflow : hidden !important; | |
} | |
/*悬浮链接地址主机部分颜色*/ | |
.urlbar-over-link-host-label { | |
color: #006600 !important; | |
} | |
/*悬浮链接地址主机部分和路径部分的字体设置*/ | |
.urlbar-over-link-host-label, | |
.urlbar-over-link-path-label { | |
font-size: 12px !important; | |
/* font-family: consolas !important;*/ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment