| Index: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| index bae47150f14476a9a02f4b60f83e432b62b3093f..92ac1498481e1c264be7d63c1cf6fcc0a129393a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
| @@ -27,7 +27,7 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -.panel.timeline > .toolbar {
|
| +.panel > .toolbar {
|
| border-bottom: 1px solid #dadada;
|
| }
|
|
|
| @@ -76,14 +76,14 @@
|
| background-color: rgba(0, 0, 0, 0.05) !important;
|
| }
|
|
|
| -.timeline.panel .status-pane-container {
|
| +.panel .status-pane-container {
|
| z-index: 1000;
|
| pointer-events: none;
|
| display: flex;
|
| align-items: center;
|
| }
|
|
|
| -.timeline.panel .status-pane-container.tinted {
|
| +.panel .status-pane-container.tinted {
|
| background-color: hsla(0, 0%, 90%, 0.8);
|
| pointer-events: auto;
|
| }
|
|
|