Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 * Copyright (C) 2013 Google Inc. All rights reserved. | 2 * Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
| 6 * met: | 6 * met: |
| 7 * | 7 * |
| 8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 342 .network-waterfall-header { | 342 .network-waterfall-header { |
| 343 position: absolute; | 343 position: absolute; |
| 344 border-left: 0px; | 344 border-left: 0px; |
| 345 width: 100%; | 345 width: 100%; |
| 346 display: table; | 346 display: table; |
| 347 z-index: 200; | 347 z-index: 200; |
| 348 background-color: transparent; | 348 background-color: transparent; |
| 349 } | 349 } |
| 350 | 350 |
| 351 .network-waterfall-header:hover { | 351 .network-waterfall-header:hover { |
| 352 background-color:hsla(0, 0%, 80%, .5); | 352 background-color: hsl(0, 0%, 90%); |
|
allada
2016/11/14 18:24:08
See: .data-grid th:hover in dataGrid.css
| |
| 353 } | 353 } |
| 354 | 354 |
| 355 .network-waterfall-header div { | 355 .network-waterfall-header div { |
| 356 display: table-cell; | 356 display: table-cell; |
| 357 line-height: 14px; | 357 line-height: 14px; |
| 358 margin: auto 0px; | 358 margin: auto 0px; |
| 359 vertical-align: middle; | 359 vertical-align: middle; |
| 360 text-align: left; | 360 text-align: left; |
| 361 font-weight: normal; | 361 font-weight: normal; |
| 362 padding: 0px 4px; | 362 padding: 0px 4px; |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 384 | 384 |
| 385 .network-waterfall-header .sort-ascending.sort-order-icon { | 385 .network-waterfall-header .sort-ascending.sort-order-icon { |
| 386 display: block; | 386 display: block; |
| 387 background-position: -4px -111px; | 387 background-position: -4px -111px; |
| 388 } | 388 } |
| 389 | 389 |
| 390 .network-waterfall-header .sort-descending.sort-order-icon { | 390 .network-waterfall-header .sort-descending.sort-order-icon { |
| 391 display: block; | 391 display: block; |
| 392 background-position: -20px -99px; | 392 background-position: -20px -99px; |
| 393 } | 393 } |
| OLD | NEW |