##// END OF EJS Templates
hgweb: fix border-radius for standards-based browsers...
Gijs Kruitbosch -
r26530:52642e12 default
parent child Browse files
Show More
@@ -88,8 +88,8 b' form.search div#hint {'
88 background: #ffc;
88 background: #ffc;
89 font-size: 70%;
89 font-size: 70%;
90 border: 1px solid yellow;
90 border: 1px solid yellow;
91 -moz-border-radius: 5px; /* this works only in camino/firefox */
92 -webkit-border-radius: 5px; /* this is just for Safari */
91 -webkit-border-radius: 5px; /* this is just for Safari */
92 border-radius: 5px;
93 }
93 }
94
94
95 form.search:hover div#hint { display: block; }
95 form.search:hover div#hint { display: block; }
General Comments 0
You need to be logged in to leave comments. Login now