Commit 0422350e by marco

final changes to codemirror styling, and clean up style for settings button clearing

parent 5f4bded3
...@@ -677,7 +677,6 @@ body.course.unit { ...@@ -677,7 +677,6 @@ body.course.unit {
select { select {
@include box-shadow(0 1px 2px $shadow-l1 inset); @include box-shadow(0 1px 2px $shadow-l1 inset);
background: none repeat scroll #F2F2F2;
&:focus { &:focus {
@include box-shadow(0 0 1px $shadow); @include box-shadow(0 0 1px $shadow);
...@@ -692,7 +691,6 @@ body.course.unit { ...@@ -692,7 +691,6 @@ body.course.unit {
.action.setting-clear { .action.setting-clear {
@include font-size(11); @include font-size(11);
background-color: $gray-l4;
color: $gray; color: $gray;
width: 25px; width: 25px;
height: 25px; height: 25px;
...@@ -702,7 +700,7 @@ body.course.unit { ...@@ -702,7 +700,7 @@ body.course.unit {
margin: 0 10px; margin: 0 10px;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
border: 1px solid $gray-l4; border: 1px solid $gray-l1;
&:hover { &:hover {
@include box-shadow(0 1px 1px $shadow); @include box-shadow(0 1px 1px $shadow);
......
...@@ -2,5 +2,4 @@ ...@@ -2,5 +2,4 @@
background: #fff; background: #fff;
font-size: 13px; font-size: 13px;
color: #3c3c3c; color: #3c3c3c;
padding: 15px;
} }
\ No newline at end of file
.CodeMirror { .CodeMirror {
line-height: 1em; line-height: 1em;
font-family: monospace; font-family: monospace;
padding: 15px;
} }
.CodeMirror-scroll { .CodeMirror-scroll {
......
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