Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / profilesPanel.css
index 185ef15..d92baf9 100644 (file)
     background: white;
 }
 
-.profile-view .data-grid tr:not(.filler):hover td {
+.profile-view .data-grid tr:not(.selected) .highlight {
+    background-color: rgb(255, 230, 179);
+}
+
+.profile-view .data-grid tr:hover td:not(.bottom-filler-td) {
     background-color: rgba(0, 0, 0, 0.1);
 }
 
     margin-right: 50px;
 }
 
-.profile-launcher-view > .profile-launcher-view-content > .load-profile {
-    margin-left: 20px;
-}
-
 .profile-launcher-view-content h1 {
     padding: 15px 0 10px;
 }
     margin-left: 22px;
 }
 
-.profile-launcher-view-content button.running:not(.status-bar-item) {
-    color: red;
+.profile-launcher-view-content button.running {
+    color: hsl(0, 100%, 58%);
+}
+
+.profile-launcher-view-content button.running:hover {
+    color: hsl(0, 100%, 42%);
 }
 
 body.inactive .profile-launcher-view-content button.running:not(.status-bar-item) {
@@ -243,3 +247,20 @@ body.inactive .profile-launcher-view-content button.running:not(.status-bar-item
     background-color: rgba(255, 255, 255, 0.7);
     pointer-events: none;
 }
+
+select.chrome-select {
+    font-size: 12px;
+    width: 150px;
+    margin-left: 10px;
+    margin-right: 10px;
+}
+
+.text-button.load-profile {
+    margin-left: 20px;
+}
+
+.text-button.load-profile.multi-target {
+    display: block;
+    margin-top: 14px;
+    margin-left: 0px;
+}