OLD | NEW |
1 /* | 1 /* |
2 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2010 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 .exception-pattern { | 7 .exception-pattern { |
8 -webkit-box-flex: 1; | 8 -webkit-box-flex: 1; |
9 -webkit-margin-end: 10px; | 9 -webkit-margin-end: 10px; |
10 -webkit-margin-start: 14px; | 10 -webkit-margin-start: 14px; |
(...skipping 28 matching lines...) Expand all Loading... |
39 | 39 |
40 .otr-explanation { | 40 .otr-explanation { |
41 font-style: italic; | 41 font-style: italic; |
42 } | 42 } |
43 | 43 |
44 #content-settings-exceptions-area list { | 44 #content-settings-exceptions-area list { |
45 margin-bottom: 10px; | 45 margin-bottom: 10px; |
46 margin-top: 4px; | 46 margin-top: 4px; |
47 } | 47 } |
48 | 48 |
49 #plugins-tab { | 49 #disable-plugins-container { |
50 display: block; | |
51 margin: 7px 0px; | 50 margin: 7px 0px; |
52 } | 51 } |
53 | 52 |
54 div[role="listitem"][managedby] { | 53 div[role="listitem"][managedby] { |
55 color: #666; | 54 color: #666; |
56 font-style: italic; | 55 font-style: italic; |
57 position: relative; | 56 position: relative; |
58 } | 57 } |
59 | 58 |
60 div[role="listitem"][managedby="policy"][selected][lead], | 59 div[role="listitem"][managedby="policy"][selected][lead], |
61 div[role="listitem"][managedby="policy"][selected], | 60 div[role="listitem"][managedby="policy"][selected], |
62 div[role="listitem"][managedby="policy"] { | 61 div[role="listitem"][managedby="policy"] { |
63 background: -webkit-linear-gradient(#fff1b5, #fae692); | 62 background: -webkit-linear-gradient(#fff1b5, #fae692); |
64 border-top: 0; | 63 border-top: 0; |
65 border-bottom: 1px solid #c9bd8d; | 64 border-bottom: 1px solid #c9bd8d; |
66 } | 65 } |
67 | 66 |
68 list div[role="listitem"][managedby="policy"] .close-button { | 67 list div[role="listitem"][managedby="policy"] .close-button { |
69 background-image: url("chrome://theme/IDR_MANAGED"); | 68 background-image: url("chrome://theme/IDR_MANAGED"); |
70 opacity: 1; | 69 opacity: 1; |
71 } | 70 } |
OLD | NEW |