##// END OF EJS Templates
gitweb: apply styles from annotate tooltip to followlines popup...
av6 -
r35026:b445fc69 default
parent child Browse files
Show More
@@ -191,10 +191,9 b' pre.sourcelines > span.followlines-selec'
191 }
191 }
192
192
193 div#followlines {
193 div#followlines {
194 background-color: #B7B7B7;
194 background-color: #FFF;
195 border: 1px solid #CCC;
195 border: 1px solid #d9d8d1;
196 border-radius: 5px;
196 padding: 5px;
197 padding: 4px;
198 position: fixed;
197 position: fixed;
199 }
198 }
200
199
@@ -340,7 +340,7 b' static file'
340
340
341 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
341 $ get-with-headers.py --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
342 200 Script output follows
342 200 Script output follows
343 content-length: 9066
343 content-length: 9044
344 content-type: text/css
344 content-type: text/css
345
345
346 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
346 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; background: white; color: black; }
@@ -536,10 +536,9 b' static file'
536 }
536 }
537
537
538 div#followlines {
538 div#followlines {
539 background-color: #B7B7B7;
539 background-color: #FFF;
540 border: 1px solid #CCC;
540 border: 1px solid #d9d8d1;
541 border-radius: 5px;
541 padding: 5px;
542 padding: 4px;
543 position: fixed;
542 position: fixed;
544 }
543 }
545
544
General Comments 0
You need to be logged in to leave comments. Login now