| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 #butter-bar { | 6 #butter-bar { |
| 7 position: absolute; | 7 position: absolute; |
| 8 top: 80px; | 8 top: 80px; |
| 9 left: 0; | 9 left: 0; |
| 10 display: -webkit-box; | 10 display: -webkit-box; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 background-color: #f9edbe; | 26 background-color: #f9edbe; |
| 27 border: 1px solid #f0c36d; | 27 border: 1px solid #f0c36d; |
| 28 border-radius: 2px; | 28 border-radius: 2px; |
| 29 box-shadow: 0px 2px 4px rgba(0,0,0,0.2); | 29 box-shadow: 0px 2px 4px rgba(0,0,0,0.2); |
| 30 color: #222; | 30 color: #222; |
| 31 font-size: 12px; | 31 font-size: 12px; |
| 32 padding: 4px 16px; | 32 padding: 4px 16px; |
| 33 margin: auto; | 33 margin: auto; |
| 34 } | 34 } |
| 35 | 35 |
| 36 #butter-bar.important > p { |
| 37 background-color: #f9bebe; |
| 38 border: 1px solid #f06d6d; |
| 39 } |
| 40 |
| 36 #butter-bar a { | 41 #butter-bar a { |
| 37 color: inherit; | 42 color: inherit; |
| 38 text-decoration: underline; | 43 text-decoration: underline; |
| 39 padding-__MSG_@@bidi_start_edge__: 2px; | 44 padding-__MSG_@@bidi_start_edge__: 2px; |
| 40 } | 45 } |
| OLD | NEW |