X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Fnavigator.css;h=fd3888cc801fadbf35a018c88506bb134db3275e;hp=e138e657987bdba4494652ee6db7db89034144a2;hb=37b7d7d43e471b8e304e1cf667a488430f4f7342;hpb=7aa6555801cc190778098a3847e8fc55e5468771 diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index e138e657..fd3888cc 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -120,6 +120,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 { @@ -214,8 +218,12 @@ toolbar[toolbarmode="small"] > toolbargrippy { } #urlbar { - -moz-border-radius: 5px; - border: 1px solid #9C9CFF; + -moz-border-radius: 3px; + border: 1px solid; + -moz-border-top-colors: #9C9CFF; + -moz-border-right-colors: #9C9CFF; + -moz-border-bottom-colors: #9C9CFF; + -moz-border-left-colors: #9C9CFF; background-color: #000000; margin: 0px 7px 0px 0px; } @@ -333,4 +341,4 @@ toolbar[toolbarmode="small"] > toolbargrippy { #status-bar { border-top: none; } -*/ +*/ \ No newline at end of file