1 .data-grid table { 2 line-height: 120%; 3 } 4 5 body.attached #toolbar { 6 height: 34px; 7 border-top: 1px solid rgb(100, 100, 100); 8 cursor: default; /* overriden */ 9 padding-left: 0; 10 } 11 12 /* Chrome theme overrides */ 13 14 body.platform-windows #toolbar, body.platform-windows.inactive #toolbar { 15 background-image: none; 16 } 17 18 body.detached.platform-mac-leopard #toolbar { 19 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(175, 175, 175)), to(rgb(151, 151, 151))) !important; 20 } 21 22 body.detached.platform-mac-leopard.inactive #toolbar { 23 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(221, 221, 221)), to(rgb(207, 207, 207))) !important; 24 } 25 26 body.detached.platform-mac-snowleopard #toolbar { 27 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(189, 189, 189)), to(rgb(151, 151, 151))) !important; 28 } 29 30 body.detached.platform-mac-snowleopard.inactive #toolbar { 31 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(215, 215, 215)), to(rgb(207, 207, 207))) !important; 32 } 33 34 body.platform-linux #scripts-files { 35 font-size: 11px; 36 font-weight: normal; 37 line-height: 12px; 38 } 39 40 .console-group-messages .section > .header { 41 padding: 0 8px 0 0; 42 background-image: none; 43 border: none; 44 min-height: 0; 45 } 46 47 #resources-filter { 48 background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(233, 233, 233))); 49 } 50 51 .crumbs .crumb { 52 -webkit-border-image: url(Images/segmentChromium.png) 0 12 0 2; 53 margin-right: -3px; 54 padding-left: 6px; 55 } 56 57 .crumbs .crumb.selected { 58 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2; 59 color: white; 60 text-shadow: rgba(255, 255, 255, 0.5) 0 0px 0; 61 } 62 63 .crumbs .crumb.selected:hover { 64 -webkit-border-image: url(Images/segmentSelectedChromium.png) 0 12 0 2; 65 } 66 67 .crumbs .crumb.selected.end, .crumbs .crumb.selected.end:hover { 68 -webkit-border-image: url(Images/segmentSelectedEndChromium.png) 0 2 0 2; 69 } 70 71 .crumbs .crumb:hover { 72 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2; 73 } 74 75 .crumbs .crumb.dimmed:hover { 76 -webkit-border-image: url(Images/segmentHoverChromium.png) 0 12 0 2; 77 } 78 79 .crumbs .crumb.end:hover { 80 -webkit-border-image: url(Images/segmentHoverEndChromium.png) 0 2 0 2; 81 } 82 83 body.drawer-visible #main-status-bar { 84 background-image: url(Images/statusbarResizerVertical.png), url(Images/statusbarBackgroundChromium.png); 85 } 86 87 .status-bar { 88 background-image: url(Images/statusbarBackgroundChromium.png); 89 } 90 91 button.status-bar-item { 92 background-image: url(Images/statusbarButtonsChromium.png); 93 } 94 95 select.status-bar-item:active { 96 -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0 17 0 2; 97 } 98 99 #drawer { 100 background-image: url(Images/statusbarBottomBackgroundChromium.png); 101 } 102 103 select.status-bar-item { 104 -webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2; 105 } 106 107 .scope-bar li.selected { 108 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); 109 } 110 111 .scope-bar li:active { 112 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); 113 } 114 115 .timeline-category-statusbar-item input { 116 vertical-align: middle; 117 } 118