X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Fnavigator.css;h=b23a948336303661a019ba545cf91a0ec422810c;hp=e138e657987bdba4494652ee6db7db89034144a2;hb=d2f0d12847f29ead118e84c1bf9c966f63a60699;hpb=7aa6555801cc190778098a3847e8fc55e5468771 diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index e138e657..b23a9483 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -120,6 +120,14 @@ 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"); +} + +#clear-button:hover { + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); +} + /* Hides text below the above buttons */ .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-text, .toolbarbutton-1 > .toolbarbutton-text { @@ -210,12 +218,14 @@ toolbar[toolbarmode="small"] > toolbargrippy { #nav-bar-inner { padding-left: 0px; min-width: 0px; - margin: 7px 4px 8px 4px; + margin: 6px 4px 7px 4px; } #urlbar { - -moz-border-radius: 5px; - border: 1px solid #9C9CFF; + -moz-border-top-colors: transparent #9C9CFF; + -moz-border-right-colors: transparent #9C9CFF; + -moz-border-bottom-colors: transparent #9C9CFF; + -moz-border-left-colors: transparent #9C9CFF; background-color: #000000; margin: 0px 7px 0px 0px; } @@ -230,7 +240,7 @@ toolbar[toolbarmode="small"] > toolbargrippy { } #page-proxy-deck { - cursor: grab; + cursor: -moz-grab; margin: 1px 1px 1px 2px; } @@ -282,7 +292,7 @@ toolbar[toolbarmode="small"] > toolbargrippy { #search-button, #go-button { - margin: 0px 3px 0px 0px; + margin: 1px 3px 1px 0px; /* min-height: 25px; */ font-weight: bold; background-color: #000000; @@ -333,4 +343,4 @@ toolbar[toolbarmode="small"] > toolbargrippy { #status-bar { border-top: none; } -*/ +*/ \ No newline at end of file