Index: chrome_linux64/resources/inspector/resourceView.css |
=================================================================== |
--- chrome_linux64/resources/inspector/resourceView.css (revision 221742) |
+++ chrome_linux64/resources/inspector/resourceView.css (working copy) |
@@ -68,7 +68,7 @@ |
max-width: 100%; |
max-height: 1000px; |
background-image: url(Images/checker.png); |
- -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); |
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); |
-webkit-user-select: text; |
-webkit-user-drag: auto; |
} |