Skip to content

Commit

Permalink
Revert "Issue/study js mode text"
Browse files Browse the repository at this point in the history
  • Loading branch information
chanlee authored Aug 22, 2016
1 parent 1c97f2f commit 963de64
Show file tree
Hide file tree
Showing 75 changed files with 7,755 additions and 21,072 deletions.
36 changes: 4 additions & 32 deletions dist/entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
left: 0;
top: 0;
z-index: 3;
height: 100% !important;
}
.CodeMirror-gutter {
white-space: normal;
Expand Down Expand Up @@ -1149,7 +1148,6 @@ svg .svgBlockGroup text {
height: 100%;
}
.entryVimBoard {
z-index: 0;
position: absolute;
top: 0;
left: 0;
Expand Down Expand Up @@ -1508,7 +1506,6 @@ svg .svgBlockGroup text {
top: 20px;
cursor: col-resize;
background-image: url("../images/entry_scroll.png");
z-index: 1000;
}
.selectedObject .entryObjectSelectedImgWorkspace {
float: left;
Expand Down Expand Up @@ -5331,16 +5328,16 @@ input.entryObjectNameWorkspace:-moz-read-only {
background-image: url("../images/property/hw_on.png");
}
.propertyTabtvCast {
background-image: url("../images/property/video_off.png");
background-image: url("../images/property/vedio_off.png");
}
.propertyTabtvCast.selected {
background-image: url("../images/property/video_on.png");
background-image: url("../images/property/vedio_on.png");
}
.propertyTabyoutube {
background-image: url("../images/property/video_off.png");
background-image: url("../images/property/vedio_off.png");
}
.propertyTabyoutube.selected {
background-image: url("../images/property/video_on.png");
background-image: url("../images/property/vedio_on.png");
}
.propertyTabgoal {
background-image: url("../images/property/doneproject.png");
Expand All @@ -5354,12 +5351,6 @@ input.entryObjectNameWorkspace:-moz-read-only {
.propertyTabpdf.selected {
background-image: url("../images/property/pdf_on.png");
}
.propertyTabconsole {
background-image: url("../images/property/console_off.png");
}
.propertyTabconsole.selected {
background-image: url("../images/property/console_on.png");
}
.propertyContent {
position: absolute;
top: 0;
Expand Down Expand Up @@ -6160,24 +6151,5 @@ input.entryObjectNameWorkspace:-moz-read-only {
width: 100%;
height: 100%;
}
#entryConsole {
height: 100%;
}
#entryConsole > .CodeMirror {
height: 100%;
background: black;
}
#entryConsole .CodeMirror-cursor {
border-left: 1px solid white;
}
#entryConsole span {
color: white;
}
#entryConsole .speak span {
color: #fff2a4;
}
#entryConsole .ask span {
color: #bdd1ff;
}


Loading

0 comments on commit 963de64

Please sign in to comment.