Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / tools / test / reference_build / chrome_linux / resources / inspector / sourcesView.css
index ef1bb35..8de6724 100644 (file)
     border-bottom: 1px solid #BBB;
 }
 
+#sources-panel-sources-view .tabbed-pane-header {
+    background-color: rgb(236, 236, 236);
+}
+
 #sources-panel-sources-view .sources-status-bar {
+    display: flex;
     position: relative;
     flex: 0 0 20px;
     background-color: rgb(236, 236, 236);
     height: 20px;
 }
 
+#sources-panel-sources-view .sources-status-bar .status-bar-item.status-bar-text {
+    margin: auto 0;
+    height: auto;
+}
+
 #sources-panel-sources-view .source-frame-cursor-position {
     -webkit-user-select: text;
 }
     background-color: rgb(66, 129, 235);
 }
 
-#sources-panel-sources-view .drag-mask {
-    background-color: transparent;
-    z-index: 1000;
+.source-frame-debugger-script {
+    background-color: rgba(255, 255, 194, 0.5);
+}
+
+.source-frame-unsaved-committed-changes {
+    background-color: rgba(255, 225, 205, 0.40);
+}
+
+.editor-container-unsaved-committed-changes-icon {
+    background-image: url(Images/statusbarButtonGlyphs.png);
+    background-size: 320px 144px;
+    background-position: -202px -107px;
+}
+
+button.status-bar-item.scripts-debugger-show-hide-button {
+    display: none;
+}
+
+button.status-bar-item.scripts-navigator-show-hide-button {
+    display: none;
+}
+
+#sources-panel-sources-view .java-script-source-frame-infobar {
+    border-bottom: 1px solid rgb(187, 187, 187);
+    display: flex;
+    flex-direction: column;
+    flex: 0 1 auto;
+    background-color: rgb(255, 255, 194);
+}
+
+#sources-panel-sources-view .java-script-source-frame-infobar-warning-icon {
+    background-image: url(Images/statusbarButtonGlyphs.png);
+    background-size: 320px 144px;
+    background-position: -202px -107px;
+    width: 11px;
+    height: 10px;
+    margin-right: 4px;
+    display: inline-block;
+    margin-top: 1px;
+}
+
+#sources-panel-sources-view .java-script-source-frame-infobar-main-row {
+    display: flex;
+    flex: 0 0 17px;
+    overflow: hidden;
+    margin: 5px 10px 0px;
+}
+
+#sources-panel-sources-view .java-script-source-frame-infobar-details-container {
+    display: flex;
+    flex-direction: column;
+    padding: 5px 0;
+}
+
+#sources-panel-sources-view .java-script-source-frame-infobar-details-row {
+    display: flex;
+    flex: 0 0 15px;
+    margin: auto 10px;
+}
+
+#sources-panel-sources-view .java-script-source-frame-infobar-row-message {
+    flex: 0 1 auto;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+}
+
+#sources-panel-sources-view .java-script-source-frame-infobar-toggle {
+    flex: auto;
+    text-decoration: underline;
+    color: rgb(50, 50, 200);
+}
+
+#sources-panel-sources-view .java-script-source-frame-infobar-details-url {
+    flex: 0 1000 auto;
+    color: rgb(50, 50, 200);
 }