X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2Fnavigator.css;h=899a2be9e60a355b83e732312171b3e6f696c2e9;hp=0b48ec7c2d9ce5155e90bc942d9af87f70abb6ad;hb=edb23828c6aa847f6b4617ef96135d08d5abe22c;hpb=e1597424350915539e91f37bb1a8005af8e513c0 diff --git a/EarlyBlue/navigator/navigator.css b/EarlyBlue/navigator/navigator.css index 0b48ec7c..899a2be9 100644 --- a/EarlyBlue/navigator/navigator.css +++ b/EarlyBlue/navigator/navigator.css @@ -87,6 +87,10 @@ list-style-image: url("chrome://global/skin/icons/print-disabled.gif") !important; } +#clear-button { + list-style-image: url("chrome://global/skin/icons/close-button.gif"); +} + /* Hides text below the above buttons */ .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text, .toolbarbutton-1 > .toolbarbutton-text { @@ -165,11 +169,15 @@ toolbar[toolbarmode="small"] > toolbargrippy { #nav-bar-inner { padding-left: 0px; min-width: 0px; - margin: 7px 4px 8px 4px; + margin: 7px 4px 8px 4px; } #urlbar { - border: 1px inset #CCD0DD; + border: 1px solid; + -moz-border-top-colors: #71737A; + -moz-border-right-colors: #EFF0F4; + -moz-border-bottom-colors: #EFF0F4; + -moz-border-left-colors: #71737A; margin: 0px 7px 0px 0px; } @@ -183,7 +191,7 @@ toolbar[toolbarmode="small"] > toolbargrippy { } #page-proxy-deck { - cursor: grab; + cursor: -moz-grab; margin: 1px 1px 1px 2px; } @@ -283,4 +291,4 @@ toolbar[toolbarmode="small"] > toolbargrippy { #status-bar { border-top: none; } -*/ +*/ \ No newline at end of file