##// END OF EJS Templates
hgweb: add z-index for search field tooltip...
av6 -
r38500:a8872a82 default
parent child Browse files
Show More
@@ -74,6 +74,7 b' div#hint {'
74 background: #ffc;
74 background: #ffc;
75 border: 1px solid yellow;
75 border: 1px solid yellow;
76 border-radius: 5px;
76 border-radius: 5px;
77 z-index: 15;
77 }
78 }
78
79
79 #searchform:hover div#hint { display: block; }
80 #searchform:hover div#hint { display: block; }
@@ -90,6 +90,7 b' form.search div#hint {'
90 font-size: 70%;
90 font-size: 70%;
91 border: 1px solid yellow;
91 border: 1px solid yellow;
92 border-radius: 5px;
92 border-radius: 5px;
93 z-index: 15;
93 }
94 }
94
95
95 form.search:hover div#hint { display: block; }
96 form.search:hover div#hint { display: block; }
@@ -336,7 +336,7 b' static file'
336
336
337 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
337 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
338 200 Script output follows
338 200 Script output follows
339 content-length: 9059
339 content-length: 9074
340 content-type: text/css
340 content-type: text/css
341
341
342 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
342 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
@@ -415,6 +415,7 b' static file'
415 background: #ffc;
415 background: #ffc;
416 border: 1px solid yellow;
416 border: 1px solid yellow;
417 border-radius: 5px;
417 border-radius: 5px;
418 z-index: 15;
418 }
419 }
419
420
420 #searchform:hover div#hint { display: block; }
421 #searchform:hover div#hint { display: block; }
General Comments 0
You need to be logged in to leave comments. Login now