Commit 2155adef authored by yann300's avatar yann300

fix standard

parent 4eec4bf9
...@@ -312,12 +312,12 @@ input[type="file"] { ...@@ -312,12 +312,12 @@ input[type="file"] {
.highlightcode_fullLine { .highlightcode_fullLine {
position:absolute; position:absolute;
z-index:20; z-index:20;
background-color: hsla(0, 82%, 82%, .5); /* lightRed in style-guide.js */ ; background-color: hsla(0, 82%, 82%, .5); /* lightRed in style-guide.js */
opacity: 0.5; opacity: 0.5;
} }
.ace_gutter-cell.ace_breakpoint{ .ace_gutter-cell.ace_breakpoint{
background-color: hsla(0, 82%, 82%, 1); // red in style-guide.js background-color: hsla(0, 82%, 82%, 1); /* red in style-guide.js */
} }
/* The Modal (background) */ /* The Modal (background) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment