X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2FfindBar.css;h=f4459c0a7fc42449d07febc79a2501cd2d4d10db;hp=edb202070697c5bfd711b0083898399370dc87a5;hb=270cbf0c786cf69c16cdfeccc4ff73f9043b0f06;hpb=26787eb586ea1245da39b59c14de565a30fbf42f diff --git a/LCARStrek/global/findBar.css b/LCARStrek/global/findBar.css index edb20207..f4459c0a 100644 --- a/LCARStrek/global/findBar.css +++ b/LCARStrek/global/findBar.css @@ -9,8 +9,8 @@ } findbar { - border-top: 1px solid #000000; - border-bottom: 1px solid transparent; + border-top: 3px solid #000000; + border-bottom: none; min-width: 1px; } @@ -64,16 +64,16 @@ findbar { } .find-status-icon[status="notfound"] { - list-style-image: url("chrome://global/skin/icons/notfound.png"); + list-style-image: url("chrome://global/skin/icons/information-16.png"); } .findbar-textbox[status="notfound"] { - -moz-box-shadow: 0 0 0 1em #FF0000 inset; + box-shadow: 0 0 0 1em #FF0000 inset; color: #000000; } .findbar-textbox[flash="true"] { - -moz-box-shadow: 0 0 0 1em #FFCF00 inset; + box-shadow: 0 0 0 1em #FFCF00 inset; color: #000000; }