Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: Source/devtools/front_end/inspectorStyle.css

Issue 428563002: DevTools: separate style for error message bubble. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 .console-message-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 .console-message-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 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2131 height: 16px; 2134 height: 16px;
2132 margin-top: 9px; 2135 margin-top: 9px;
2133 margin-left: 4px; 2136 margin-left: 4px;
2134 line-height: 1em; 2137 line-height: 1em;
2135 } 2138 }
2136 2139
2137 li .status:empty { 2140 li .status:empty {
2138 display: none; 2141 display: none;
2139 } 2142 }
2140 2143
2141 li .status .bubble { 2144 li .status .console-message-repeat-count:empty {
2142 display: inline-block;
2143 height: 14px;
2144 min-width: 16px;
2145 margin-top: 1px;
2146 background-color: rgb(128, 151, 189);
2147 vertical-align: middle;
2148 white-space: nowrap;
2149 padding: 1px 4px;
2150 text-align: center;
2151 font-size: 11px;
2152 line-height: normal;
2153 font-weight: bold;
2154 text-shadow: none;
2155 color: white;
2156 border-radius: 7px;
2157 }
2158
2159 li .status .bubble:empty {
2160 display: none; 2145 display: none;
2161 } 2146 }
2162 2147
2163 li.selected .status .bubble { 2148 li.selected .status .console-message-repeat-count {
2164 background-color: white !important; 2149 background-color: white !important;
2165 color: rgb(132, 154, 190) !important; 2150 color: rgb(132, 154, 190) !important;
2166 } 2151 }
2167 2152
2168 :focus li.selected .status .bubble { 2153 :focus li.selected .status .console-message-repeat-count {
2169 color: rgb(36, 98, 172) !important; 2154 color: rgb(36, 98, 172) !important;
2170 } 2155 }
2171 2156
2172 body.inactive li.selected .status .bubble { 2157 body.inactive li.selected .status .console-message-repeat-count {
2173 color: rgb(159, 159, 159) !important; 2158 color: rgb(159, 159, 159) !important;
2174 } 2159 }
2175 2160
2176 .sidebar-tree.small .sidebar-tree-item, 2161 .sidebar-tree.small .sidebar-tree-item,
2177 .sidebar-tree .children.small .sidebar-tree-item, 2162 .sidebar-tree .children.small .sidebar-tree-item,
2178 .sidebar-tree-item.small, 2163 .sidebar-tree-item.small,
2179 .small .resources-graph-side { 2164 .small .resources-graph-side {
2180 height: 20px; 2165 height: 20px;
2181 } 2166 }
2182 2167
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 .sidebar-tree.small .sidebar-tree-item .subtitle, 2234 .sidebar-tree.small .sidebar-tree-item .subtitle,
2250 .sidebar-tree .children.small .sidebar-tree-item .subtitle, 2235 .sidebar-tree .children.small .sidebar-tree-item .subtitle,
2251 .sidebar-tree-item.small .subtitle { 2236 .sidebar-tree-item.small .subtitle {
2252 display: none; 2237 display: none;
2253 } 2238 }
2254 2239
2255 .sidebar-tree-item.selected .subtitle { 2240 .sidebar-tree-item.selected .subtitle {
2256 color: white; 2241 color: white;
2257 } 2242 }
2258 2243
2259 .bubble.debug, 2244 .console-message-repeat-count.debug,
2260 .console-debug-level .bubble { 2245 .console-debug-level .console-message-repeat-count {
vsevik 2014/07/29 08:13:58 bubble-repeat-count
lushnikov 2014/07/29 08:29:25 Done.
2261 background-color: rgb(0, 0, 255) !important; 2246 background-color: rgb(0, 0, 255) !important;
2262 } 2247 }
2263 2248
2264 .bubble.warning, 2249 .console-message-repeat-count.warning,
2265 .console-warning-level .bubble { 2250 .console-warning-level .console-message-repeat-count {
2266 background-color: rgb(232, 164, 0) !important; 2251 background-color: rgb(232, 164, 0) !important;
2267 } 2252 }
2268 2253
2269 .bubble.error, 2254 .console-message-repeat-count.error,
2270 .console-error-level .bubble { 2255 .console-error-level .console-message-repeat-count {
2271 background-color: rgb(216, 35, 35) !important; 2256 background-color: rgb(216, 35, 35) !important;
2272 } 2257 }
2273 2258
2274 .storage-application-cache-status-icon, 2259 .storage-application-cache-status-icon,
2275 .storage-application-cache-connectivity-icon { 2260 .storage-application-cache-connectivity-icon {
2276 margin: 5px 5px 0; 2261 margin: 5px 5px 0;
2277 vertical-align: middle; 2262 vertical-align: middle;
2278 } 2263 }
2279 2264
2280 .status-bar-divider { 2265 .status-bar-divider {
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
2924 } 2909 }
2925 2910
2926 .viewport-control-gap-element { 2911 .viewport-control-gap-element {
2927 color: transparent; 2912 color: transparent;
2928 } 2913 }
2929 2914
2930 label.checkbox-with-label { 2915 label.checkbox-with-label {
2931 display: flex; 2916 display: flex;
2932 -webkit-user-select: none; 2917 -webkit-user-select: none;
2933 } 2918 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/console/ConsoleViewMessage.js ('k') | Source/devtools/front_end/resources/ResourcesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698