OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
7 * are met: | 7 * are met: |
8 * | 8 * |
9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1154 .console-group-messages .outline-disclosure li .selection { | 1154 .console-group-messages .outline-disclosure li .selection { |
1155 margin-left: -6px; | 1155 margin-left: -6px; |
1156 margin-right: -6px; | 1156 margin-right: -6px; |
1157 } | 1157 } |
1158 | 1158 |
1159 .console-group-messages .add-attribute { | 1159 .console-group-messages .add-attribute { |
1160 display: none; | 1160 display: none; |
1161 } | 1161 } |
1162 | 1162 |
1163 .console-formatted-object, | 1163 .console-formatted-object, |
| 1164 .console-formatted-map, |
| 1165 .console-formatted-set, |
1164 .console-formatted-node, | 1166 .console-formatted-node, |
1165 .console-formatted-array { | 1167 .console-formatted-array { |
1166 position: relative; | 1168 position: relative; |
1167 display: inline-block; | 1169 display: inline-block; |
1168 vertical-align: top; | 1170 vertical-align: top; |
1169 color: inherit; | 1171 color: inherit; |
1170 } | 1172 } |
1171 | 1173 |
1172 .console-formatted-node:hover { | 1174 .console-formatted-node:hover { |
1173 background-color: rgba(56, 121, 217, 0.1); | 1175 background-color: rgba(56, 121, 217, 0.1); |
1174 } | 1176 } |
1175 | 1177 |
1176 .console-formatted-object .section, | 1178 .console-formatted-object .section, |
| 1179 .console-formatted-map .section, |
| 1180 .console-formatted-set .section, |
1177 .console-formatted-node .section, | 1181 .console-formatted-node .section, |
1178 .console-formatted-array .section { | 1182 .console-formatted-array .section { |
1179 position: static; | 1183 position: static; |
1180 } | 1184 } |
1181 | 1185 |
1182 .console-formatted-object .section > .header::before { | 1186 .console-formatted-object .section > .header::before { |
1183 margin-top: 0; | 1187 margin-top: 0; |
1184 } | 1188 } |
1185 | 1189 |
1186 .console-formatted-object .properties, | 1190 .console-formatted-object .properties, |
| 1191 .console-formatted-map .properties, |
| 1192 .console-formatted-set .properties, |
1187 .console-formatted-node .properties { | 1193 .console-formatted-node .properties { |
1188 padding-left: 0 !important; | 1194 padding-left: 0 !important; |
1189 } | 1195 } |
1190 | 1196 |
1191 .console-formatted-number, | 1197 .console-formatted-number, |
1192 .console-formatted-boolean { | 1198 .console-formatted-boolean { |
1193 color: rgb(28, 0, 207); | 1199 color: rgb(28, 0, 207); |
1194 } | 1200 } |
1195 | 1201 |
1196 .console-formatted-string, | 1202 .console-formatted-string, |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1733 right: 8px; | 1739 right: 8px; |
1734 display: none; | 1740 display: none; |
1735 } | 1741 } |
1736 | 1742 |
1737 .section .properties li.hovered .delete-button { | 1743 .section .properties li.hovered .delete-button { |
1738 display: inline; | 1744 display: inline; |
1739 } | 1745 } |
1740 | 1746 |
1741 .section .properties .name, | 1747 .section .properties .name, |
1742 .event-properties .name, | 1748 .event-properties .name, |
1743 .console-formatted-object .name { | 1749 .console-object-preview .name { |
1744 color: rgb(136, 19, 145); | 1750 color: rgb(136, 19, 145); |
1745 } | 1751 } |
1746 | 1752 |
1747 .section .properties .dimmed { | 1753 .section .properties .dimmed { |
1748 opacity: 0.6; | 1754 opacity: 0.6; |
1749 } | 1755 } |
1750 | 1756 |
1751 .section .properties .value.error { | 1757 .section .properties .value.error { |
1752 color: red; | 1758 color: red; |
1753 } | 1759 } |
(...skipping 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2784 } | 2790 } |
2785 | 2791 |
2786 body.inactive select.chrome-select, | 2792 body.inactive select.chrome-select, |
2787 .chrome-select:disabled { | 2793 .chrome-select:disabled { |
2788 background-image: -webkit-image-set(url(Images/chromeDisabledSelect.png) 1x,
url(Images/chromeDisabledSelect_2x.png) 2x), linear-gradient(#f1f1f1, #f1f1f1 3
8%, #e6e6e6); | 2794 background-image: -webkit-image-set(url(Images/chromeDisabledSelect.png) 1x,
url(Images/chromeDisabledSelect_2x.png) 2x), linear-gradient(#f1f1f1, #f1f1f1 3
8%, #e6e6e6); |
2789 border-color: rgba(80, 80, 80, 0.2); | 2795 border-color: rgba(80, 80, 80, 0.2); |
2790 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), | 2796 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), |
2791 inset 0 1px 2px rgba(255, 255, 255, 0.75); | 2797 inset 0 1px 2px rgba(255, 255, 255, 0.75); |
2792 color: #aaa; | 2798 color: #aaa; |
2793 } | 2799 } |
OLD | NEW |