Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / layersPanel.css
index e0adca3..a72fef9 100644 (file)
     flex: 1 1;
 }
 
+.transform-control-panel .status-bar-item > .glyph {
+    -webkit-mask-image: url(Images/transformControls.png);
+    -webkit-mask-size: 96px 24px;
+    opacity: 0.8;
+}
+
+@media (-webkit-min-device-pixel-ratio: 1.5) {
+.transform-control-panel .status-bar-item > .glyph {
+    -webkit-mask-image: url(Images/transformControls_2x.png);
+}
+} /* media */
+
+.transform-control-panel .transform-mode-rotate .glyph {
+    -webkit-mask-position: -64px 0px;
+}
+
+.transform-control-panel .transform-reset .glyph {
+    -webkit-mask-position: -32px 0px;
+}
+
 .layer-details-view .empty-view {
     font-size: 16px;
 }
     background-color: rgba(100, 100, 100, 0.2);
 }
 
+.paint-profiler-overview .progress-banner {
+    color: #777;
+    background-color: rgba(255, 255, 255, 0.8);
+    font-size: 20px;
+    z-index: 500;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+}
+
 .paint-profiler-canvas-container {
     flex: auto;
     position: relative;
     height: 60px;
     padding: 2px;
     overflow: hidden;
+    font-size: 10px;
 }
 
 .paint-profiler-canvas-container canvas {
 .paint-profiler-canvas-container .overview-grid-window-resizer {
     z-index: 2000;
 }
+
+.profiler-log-view .console-formatted-string {
+    white-space: nowrap;
+}
+
+.profiler-log-view.section .properties {
+    display: block;
+}