X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fbase.css;h=c305aec93d5a798a6761bb74e37505b5ba301431;hb=baa8a5945e29594a3678ce446a643e6a9b56fd93;hp=1e7cc4c68158cc3afc6ceb3d6490503588456ba9;hpb=20ac3913e023c1e965e170761b4fc5250e518e22;p=platal.git diff --git a/htdocs/css/base.css b/htdocs/css/base.css index 1e7cc4c..c305aec 100644 --- a/htdocs/css/base.css +++ b/htdocs/css/base.css @@ -18,6 +18,13 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ +.ac_results { + background-color: window; + border: 1px solid; + overflow: hidden; + padding:0px; +} + .ac_results ul { padding:0px; margin:0px; @@ -26,12 +33,14 @@ .ac_results li { display:block; padding: 2px; - background: white; - color: black; cursor:pointer; } .ac_results .over { - background: yellow; + background: highlight; + color: highlighttext; } +.ac_loading { + background:window url(images/wait.gif) no-repeat scroll right center; +} /* vim: set et ts=4 sts=4 sw=4: */