Messing with .executing styles to make them outrageously visible.

This commit is contained in:
Nick Winter 2014-10-27 15:54:49 -07:00
parent 0b8c90a645
commit eeeb7d47c9
2 changed files with 8 additions and 5 deletions

View file

@ -83,8 +83,10 @@
position: absolute
.executing
// https://github.com/codecombat/codecombat/issues/6
background-color: rgba(50, 255, 80, 0.65)
background-color: rgba(255, 255, 255, 0.75)
@include gradient-striped()
outline: 2px outset #0099ff
@include box-shadow(1px 1px 4px black)
.executed
background-color: rgba(110, 110, 110, 0.12)
.problem-marker-info
@ -96,8 +98,7 @@
.executing:not(.ace_gutter-cell)
background-size: 40px 40px
text-shadow: 1px 1px 1px #000
@include animation(progress-bar-stripes 2s linear infinite)
@include animation(progress-bar-stripes 0.5s linear infinite)
.ace_gutter-cell.executing:not(.ace_error):not(.ace_warning):not(.ace_info)
margin-left: 1px

View file

@ -24,9 +24,9 @@
&.pinned
background-color: darken(#FFFFFF, 25%)
// Pulling these colors from the most relevant textmate-theme classes
// Originally pulled these colors from the most relevant textmate-theme classes, but then fudged them a lot.
&.function
color: #0066FF
color: black
&.object
color: rgb(6, 150, 14)
&.string
@ -35,6 +35,8 @@
color: rgb(0, 0, 205)
&.boolean
color: rgb(88, 92, 246)
&.snippet
color: blue
&.undefined
color: rgb(197, 6, 11)