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

Unified Diff: Source/devtools/front_end/inspectorCommon.css

Issue 474453002: DevTools: [network] make timing colors consistent in popover and tab, remove box shadows and round … (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/networkLogView.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspectorCommon.css
diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css
index 18e917336af56d0eba7f42e86e91d9a28715afe6..73d1266031c272a428d3b35095fb274d2ccc3210 100644
--- a/Source/devtools/front_end/inspectorCommon.css
+++ b/Source/devtools/front_end/inspectorCommon.css
@@ -180,38 +180,6 @@ iframe.view {
margin-right: -2px;
}
-/* Network timing is shared between popover and network item view pane */
-
-.network-timing-table td {
- padding: 0;
-}
-
-.network-timing-table td.caution {
- font-weight: bold;
- color: rgb(255, 128, 0);
- padding: 2px 0;
-}
-
-.network-timing-row {
- position: relative;
- height: 16px;
-}
-
-.network-timing-bar {
- position: absolute;
- background-color: red;
- border-left: 1px solid red;
- opacity: 0.4;
- top: 0;
- bottom: 0;
-}
-
-.network-timing-bar-title {
- position: absolute;
- color: #222;
- top: 1px;
-}
-
.highlighted-search-result {
border-radius: 1px;
padding: 1px;
« no previous file with comments | « no previous file | Source/devtools/front_end/networkLogView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698