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 920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
931 } /* media */ | 931 } /* media */ |
932 | 932 |
933 .console-message > .outline-disclosure li.parent::before { | 933 .console-message > .outline-disclosure li.parent::before { |
934 top: 0; | 934 top: 0; |
935 } | 935 } |
936 | 936 |
937 .console-message .outline-disclosure .stacktrace-entry:hover { | 937 .console-message .outline-disclosure .stacktrace-entry:hover { |
938 background-color: rgba(0, 0, 0, 0.05); | 938 background-color: rgba(0, 0, 0, 0.05); |
939 } | 939 } |
940 | 940 |
941 .console-message .bubble { | 941 .bubble-repeat-count { |
942 display: inline-block; | 942 display: inline-block; |
943 height: 14px; | 943 height: 14px; |
944 background-color: rgb(128, 151, 189); | 944 background-color: rgb(128, 151, 189); |
945 vertical-align: middle; | 945 vertical-align: middle; |
946 white-space: nowrap; | 946 white-space: nowrap; |
947 padding: 1px 4px; | 947 padding: 1px 4px; |
948 margin-top: -1px; | |
949 margin-right: 4px; | |
950 margin-left: -18px; | |
951 text-align: left; | 948 text-align: left; |
952 font-size: 11px; | 949 font-size: 11px; |
953 line-height: normal; | 950 line-height: normal; |
954 font-weight: bold; | 951 font-weight: bold; |
955 text-shadow: none; | 952 text-shadow: none; |
956 color: white; | 953 color: white; |
| 954 margin-top: -1px; |
957 border-radius: 7px; | 955 border-radius: 7px; |
958 } | 956 } |
959 | 957 |
| 958 .console-message .bubble-repeat-count { |
| 959 margin-right: 4px; |
| 960 margin-left: -18px; |
| 961 } |
| 962 |
960 .console-message-text { | 963 .console-message-text { |
961 white-space: pre-wrap; | 964 white-space: pre-wrap; |
962 } | 965 } |
963 | 966 |
964 .console-async-trace-text { | 967 .console-async-trace-text { |
965 margin-left: -10px; | 968 margin-left: -10px; |
966 font-style: italic; | 969 font-style: italic; |
967 } | 970 } |
968 | 971 |
969 .repeated-message.console-error-level::before, | 972 .repeated-message.console-error-level::before, |
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2135 height: 16px; | 2138 height: 16px; |
2136 margin-top: 9px; | 2139 margin-top: 9px; |
2137 margin-left: 4px; | 2140 margin-left: 4px; |
2138 line-height: 1em; | 2141 line-height: 1em; |
2139 } | 2142 } |
2140 | 2143 |
2141 li .status:empty { | 2144 li .status:empty { |
2142 display: none; | 2145 display: none; |
2143 } | 2146 } |
2144 | 2147 |
2145 li .status .bubble { | 2148 li .status .bubble-repeat-count:empty { |
2146 display: inline-block; | |
2147 height: 14px; | |
2148 min-width: 16px; | |
2149 margin-top: 1px; | |
2150 background-color: rgb(128, 151, 189); | |
2151 vertical-align: middle; | |
2152 white-space: nowrap; | |
2153 padding: 1px 4px; | |
2154 text-align: center; | |
2155 font-size: 11px; | |
2156 line-height: normal; | |
2157 font-weight: bold; | |
2158 text-shadow: none; | |
2159 color: white; | |
2160 border-radius: 7px; | |
2161 } | |
2162 | |
2163 li .status .bubble:empty { | |
2164 display: none; | 2149 display: none; |
2165 } | 2150 } |
2166 | 2151 |
2167 li.selected .status .bubble { | 2152 li.selected .status .bubble-repeat-count { |
2168 background-color: white !important; | 2153 background-color: white !important; |
2169 color: rgb(132, 154, 190) !important; | 2154 color: rgb(132, 154, 190) !important; |
2170 } | 2155 } |
2171 | 2156 |
2172 :focus li.selected .status .bubble { | 2157 :focus li.selected .status .bubble-repeat-count { |
2173 color: rgb(36, 98, 172) !important; | 2158 color: rgb(36, 98, 172) !important; |
2174 } | 2159 } |
2175 | 2160 |
2176 body.inactive li.selected .status .bubble { | 2161 body.inactive li.selected .status .bubble-repeat-count { |
2177 color: rgb(159, 159, 159) !important; | 2162 color: rgb(159, 159, 159) !important; |
2178 } | 2163 } |
2179 | 2164 |
2180 .sidebar-tree.small .sidebar-tree-item, | 2165 .sidebar-tree.small .sidebar-tree-item, |
2181 .sidebar-tree .children.small .sidebar-tree-item, | 2166 .sidebar-tree .children.small .sidebar-tree-item, |
2182 .sidebar-tree-item.small, | 2167 .sidebar-tree-item.small, |
2183 .small .resources-graph-side { | 2168 .small .resources-graph-side { |
2184 height: 20px; | 2169 height: 20px; |
2185 } | 2170 } |
2186 | 2171 |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2253 .sidebar-tree.small .sidebar-tree-item .subtitle, | 2238 .sidebar-tree.small .sidebar-tree-item .subtitle, |
2254 .sidebar-tree .children.small .sidebar-tree-item .subtitle, | 2239 .sidebar-tree .children.small .sidebar-tree-item .subtitle, |
2255 .sidebar-tree-item.small .subtitle { | 2240 .sidebar-tree-item.small .subtitle { |
2256 display: none; | 2241 display: none; |
2257 } | 2242 } |
2258 | 2243 |
2259 .sidebar-tree-item.selected .subtitle { | 2244 .sidebar-tree-item.selected .subtitle { |
2260 color: white; | 2245 color: white; |
2261 } | 2246 } |
2262 | 2247 |
2263 .bubble.debug, | 2248 .bubble-repeat-count.debug, |
2264 .console-debug-level .bubble { | 2249 .console-debug-level .bubble-repeat-count { |
2265 background-color: rgb(0, 0, 255) !important; | 2250 background-color: rgb(0, 0, 255) !important; |
2266 } | 2251 } |
2267 | 2252 |
2268 .bubble.warning, | 2253 .bubble-repeat-count.warning, |
2269 .console-warning-level .bubble { | 2254 .console-warning-level .bubble-repeat-count { |
2270 background-color: rgb(232, 164, 0) !important; | 2255 background-color: rgb(232, 164, 0) !important; |
2271 } | 2256 } |
2272 | 2257 |
2273 .bubble.error, | 2258 .bubble-repeat-count.error, |
2274 .console-error-level .bubble { | 2259 .console-error-level .bubble-repeat-count { |
2275 background-color: rgb(216, 35, 35) !important; | 2260 background-color: rgb(216, 35, 35) !important; |
2276 } | 2261 } |
2277 | 2262 |
2278 .storage-application-cache-status-icon, | 2263 .storage-application-cache-status-icon, |
2279 .storage-application-cache-connectivity-icon { | 2264 .storage-application-cache-connectivity-icon { |
2280 margin: 5px 5px 0; | 2265 margin: 5px 5px 0; |
2281 vertical-align: middle; | 2266 vertical-align: middle; |
2282 } | 2267 } |
2283 | 2268 |
2284 .status-bar-divider { | 2269 .status-bar-divider { |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2928 } | 2913 } |
2929 | 2914 |
2930 .viewport-control-gap-element { | 2915 .viewport-control-gap-element { |
2931 color: transparent; | 2916 color: transparent; |
2932 } | 2917 } |
2933 | 2918 |
2934 label.checkbox-with-label { | 2919 label.checkbox-with-label { |
2935 display: flex; | 2920 display: flex; |
2936 -webkit-user-select: none; | 2921 -webkit-user-select: none; |
2937 } | 2922 } |
OLD | NEW |