X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fnavigator%2Fnavigator.css;h=667a26e060abf7ed580fd42a07df07d9221c3679;hb=7c6f4fb9a814abcd4b2d3a2276e62ab4fbef8582;hp=c2eea513352d6b90095af261cf4cf82258e98d54;hpb=e10e7addc389ca4e7c2b804cafa0d49525bfc116;p=themes.git diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index c2eea513..667a26e0 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -209,6 +209,7 @@ toolbar[toolbarmode="small"] > toolbargrippy { } #urlbar { + -moz-border-radius: 5px; outline: none; border: 1px solid #9C9CFF; background-color: #000000; @@ -279,6 +280,15 @@ toolbar[toolbarmode="small"] > toolbargrippy { margin-right: 4px; } +.autocomplete-history-dropmarker:hover { + background-color: #FFCF00; +} + +.autocomplete-history-dropmarker:hover:active, +.autocomplete-history-dropmarker[open="true"] { + background-color: #FF9F00; +} + /* ::::: go and searchbuttons ::::: */ #search-button, @@ -299,11 +309,17 @@ toolbar[toolbarmode="small"] > toolbargrippy { font-weight: bold; } +/* ::::: throbber ::::: */ + +#throbber-box { + -moz-margin-start: 2px; +} + /* ::::: security button ::::: */ #security-button { list-style-image:url("chrome://communicator/skin/icons/lock-insecure.gif"); - margin-left: 2px; + -moz-margin-start: 2px; } /* |high| and |low| styles could be different, to better reflect the secure level... */