Upstream version 10.38.220.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / cmdevtools.css
index 387e26d..af23072 100644 (file)
 
 .CodeMirror .text-editor-line-decoration-wave {
   position: absolute;
-  border-top-width: 3px;
   top: -2px;
   cursor: pointer;
-  height: 8px;
+  height: 4px;
 }
 
 .text-editor-messages-description-container {
 .CodeMirror .text-editor-line-decoration-wave {
   background-image: url(Images/errorWave.png);
   background-repeat: repeat-x;
+  background-size: contain;
 }
 
 @media (-webkit-min-device-pixel-ratio: 1.5) {