Mercurial > libervia-web
diff public/libervia.css @ 217:f7ec248192de
browser_side: display clickable URLs in chat text
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 08 Sep 2013 12:34:00 +0200 |
parents | a43b66af3872 |
children | 09e4de9df5b7 |
line wrap: on
line diff
--- a/public/libervia.css Sun Sep 08 13:40:01 2013 +0200 +++ b/public/libervia.css Sun Sep 08 12:34:00 2013 +0200 @@ -1111,3 +1111,14 @@ width: 100%; height: 100%; } + +/* URLs */ + +a.url { + color: blue; + text-decoration: none +} + +a:hover.url { + text-decoration: underline +} \ No newline at end of file