# HG changeset patch # User Goffi # Date 1372363774 -7200 # Node ID a43b66af387243ab0ace99ac208052d9d0980289 # Parent 4d705454275135c47c29a1c2176029e176810afb browser side: changed bubbles background color diff -r 4d7054542751 -r a43b66af3872 public/libervia.css --- 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 {