OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2014 The Chromium Authors. All rights reserved. | 2 * Copyright 2014 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 .promises .data-grid { | 7 .promises .data-grid { |
8 border: none; | 8 border: none; |
9 flex: 1 1; | 9 flex: 1 1; |
10 } | 10 } |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 } | 48 } |
49 | 49 |
50 .promises .data-grid th, | 50 .promises .data-grid th, |
51 .promises .data-grid td { | 51 .promises .data-grid td { |
52 border-bottom: 1px solid rgb(205, 205, 205); | 52 border-bottom: 1px solid rgb(205, 205, 205); |
53 border-left: 1px solid rgb(205, 205, 205); | 53 border-left: 1px solid rgb(205, 205, 205); |
54 } | 54 } |
55 | 55 |
56 .promises .status { | 56 .promises .status { |
57 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); | 57 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); |
58 -webkit-mask-size: 352px 144px; | 58 -webkit-mask-size: 352px 168px; |
59 -webkit-mask-position: -294px -26px; | 59 -webkit-mask-position: -294px -26px; |
60 background-color: #bbb; | 60 background-color: #bbb; |
61 height: 20px; | 61 height: 20px; |
62 width: 20px; | 62 width: 20px; |
63 } | 63 } |
64 | 64 |
65 .promises .status.rejected { | 65 .promises .status.rejected { |
66 background-color: rgb(216, 0, 0); | 66 background-color: rgb(216, 0, 0); |
67 } | 67 } |
68 | 68 |
(...skipping 11 matching lines...) Expand all Loading... |
80 padding-left: 18px; | 80 padding-left: 18px; |
81 color: rgb(128, 128, 128); | 81 color: rgb(128, 128, 128); |
82 font-style: italic; | 82 font-style: italic; |
83 } | 83 } |
84 .promises-filter-status .link:hover { | 84 .promises-filter-status .link:hover { |
85 color: rgb(15%, 15%, 15%); | 85 color: rgb(15%, 15%, 15%); |
86 } | 86 } |
87 .promises-filter-status .link { | 87 .promises-filter-status .link { |
88 color: rgb(33%, 33%, 33%); | 88 color: rgb(33%, 33%, 33%); |
89 } | 89 } |
OLD | NEW |