X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2FfindBar.css;h=f4459c0a7fc42449d07febc79a2501cd2d4d10db;hp=08fd3049a4e72686ad31d9aaf5a0454631d1ae81;hb=37953ab48bd07b740b15610e6b7acb2f10333996;hpb=0c8ed02756358926ad17b3e1dafc297c157b2e85 diff --git a/LCARStrek/global/findBar.css b/LCARStrek/global/findBar.css index 08fd3049..f4459c0a 100644 --- a/LCARStrek/global/findBar.css +++ b/LCARStrek/global/findBar.css @@ -4,9 +4,13 @@ list-style-image: url("chrome://global/skin/icons/close-button.gif"); } +.findbar-closebutton:hover { + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); +} + findbar { - border-top: 1px solid #000000; - border-bottom: 1px solid transparent; + border-top: 3px solid #000000; + border-bottom: none; min-width: 1px; } @@ -60,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; }