Skip to content

Instantly share code, notes, and snippets.

@pastak
Created December 29, 2013 04:13
Show Gist options
  • Save pastak/8167369 to your computer and use it in GitHub Desktop.
Save pastak/8167369 to your computer and use it in GitHub Desktop.
#-webkit-web-inspector .panel{
background: url('http://www.kinemacitrus.co.jp/xml_img/backimage/img/ys08/ys08-1.jpg') no-repeat;
background-position: left 2px top -130px;
}
#-webkit-web-inspector .split-view.split-view-vertical{
background-color: rgba(255,255,255,0.2);
}
#-webkit-web-inspector li.hovered{
background-color: rgba(255,255,255,0.7);
font-weight: bold;
}
#-webkit-web-inspector li.selected{
background-color: #000080;
font-weight: bold;
}
#-webkit-web-inspector li.selected.parent{
-webkit-mask-position: -4px -96px;
}
#-webkit-web-inspector li.selected.parent.expanded{
-webkit-mask-position: -20px -96px !important;
}
#-webkit-web-inspector div.split-view-contents-second{
background-color: rgba(255,255,255,0.8);
}
#-webkit-web-inspector #console-messages{
background: rgba(255,255,255,0.4);
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment