OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 .exception-pattern { | 5 .exception-pattern { |
6 -webkit-box-flex: 1; | 6 -webkit-box-flex: 1; |
7 -webkit-margin-end: 10px; | 7 -webkit-margin-end: 10px; |
8 -webkit-margin-start: 14px; | 8 -webkit-margin-start: 14px; |
9 } | 9 } |
10 | 10 |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 | 50 |
51 div[role='listitem'][managedby] { | 51 div[role='listitem'][managedby] { |
52 color: #666; | 52 color: #666; |
53 font-style: italic; | 53 font-style: italic; |
54 position: relative; | 54 position: relative; |
55 } | 55 } |
56 | 56 |
57 .settings-list div[role='listitem'][managedby='policy'], | 57 .settings-list div[role='listitem'][managedby='policy'], |
58 .settings-list div[role='listitem'][managedby='extension'] { | 58 .settings-list div[role='listitem'][managedby='extension'] { |
59 background: -webkit-linear-gradient(rgb(250, 230, 146), rgb(250, 230, 146)); | 59 background: -webkit-linear-gradient(rgb(250, 230, 146), rgb(250, 230, 146)); |
| 60 border-bottom: 1px solid rgb(201, 189, 141); |
60 border-top: 0; | 61 border-top: 0; |
61 border-bottom: 1px solid rgb(201, 189, 141); | |
62 } | 62 } |
63 | 63 |
64 list div[role='listitem'][managedby='policy'] .close-button { | 64 list div[role='listitem'][managedby='policy'] .close-button { |
65 background-image: url('chrome://theme/IDR_MANAGED'); | 65 background-image: url('chrome://theme/IDR_MANAGED'); |
66 opacity: 1; | 66 opacity: 1; |
67 } | 67 } |
68 | 68 |
69 list div[role='listitem'][managedby='extension'] .close-button { | 69 list div[role='listitem'][managedby='extension'] .close-button { |
70 background-image: url('chrome://theme/IDR_EXTENSIONS_SECTION_SMALL'); | 70 background-image: url('chrome://theme/IDR_EXTENSIONS_SECTION_SMALL'); |
71 opacity: 1; | 71 opacity: 1; |
72 } | 72 } |
OLD | NEW |