Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* Copyright 2016 The Chromium Authors. All rights reserved. | 1 /* Copyright 2016 The Chromium Authors. All rights reserved. |
|
hcarmona
2016/06/10 20:32:02
This file is no longer being used and can be delet
apacible
2016/06/10 20:53:36
Done.
| |
| 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 .highlight { | 5 paper-button { |
| 6 font-weight: bold; | 6 cursor: pointer; |
| 7 text-align: center; | |
| 7 } | 8 } |
| 9 | |
| 10 #submit-button { | |
| 11 color: var(--paper-blue-700); | |
| 12 } | |
| OLD | NEW |