Mercurial > libervia-web
diff public/libervia.css @ 207:a43b66af3872
browser side: changed bubbles background color
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 27 Jun 2013 22:09:34 +0200 |
parents | 4d7054542751 |
children | f7ec248192de |
line wrap: on
line diff
--- a/public/libervia.css Thu Jun 27 20:45:41 2013 +0200 +++ b/public/libervia.css Thu Jun 27 22:09:34 2013 +0200 @@ -754,27 +754,29 @@ } .bubble { - color:#fff; - position: relative; - padding: 15px; - margin: 2px; - -webkit-border-radius:10px; - -moz-border-radius:10px; - border-radius:10px; - background: #cf2828; + position: relative; + padding: 15px; + margin: 2px; + -webkit-border-radius:10px; + -moz-border-radius:10px; + border-radius:10px; + background: #EDEDED; + border-color: #C1C1C1; + border-width: 1px; + border-style: solid; } .bubble:after { - content: ""; - position: absolute; - bottom: auto; - left: -20px; - top: 16px; - border-width: 10px 20px 10px 0; - border-style: solid; - border-color: transparent #cf2828 ; - display: block; - width: 0; + background: transparent url('media/libervia/bubble_after.png') top right no-repeat; + border: none; + content: ""; + position: absolute; + bottom: auto; + left: -20px; + top: 16px; + display: block; + height: 20; + width: 20; } .mb_entry_timestamp {