mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Messing with .executing styles to make them outrageously visible.
This commit is contained in:
parent
0b8c90a645
commit
eeeb7d47c9
2 changed files with 8 additions and 5 deletions
|
@ -83,8 +83,10 @@
|
||||||
position: absolute
|
position: absolute
|
||||||
.executing
|
.executing
|
||||||
// https://github.com/codecombat/codecombat/issues/6
|
// 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()
|
@include gradient-striped()
|
||||||
|
outline: 2px outset #0099ff
|
||||||
|
@include box-shadow(1px 1px 4px black)
|
||||||
.executed
|
.executed
|
||||||
background-color: rgba(110, 110, 110, 0.12)
|
background-color: rgba(110, 110, 110, 0.12)
|
||||||
.problem-marker-info
|
.problem-marker-info
|
||||||
|
@ -96,8 +98,7 @@
|
||||||
|
|
||||||
.executing:not(.ace_gutter-cell)
|
.executing:not(.ace_gutter-cell)
|
||||||
background-size: 40px 40px
|
background-size: 40px 40px
|
||||||
text-shadow: 1px 1px 1px #000
|
@include animation(progress-bar-stripes 0.5s linear infinite)
|
||||||
@include animation(progress-bar-stripes 2s linear infinite)
|
|
||||||
|
|
||||||
.ace_gutter-cell.executing:not(.ace_error):not(.ace_warning):not(.ace_info)
|
.ace_gutter-cell.executing:not(.ace_error):not(.ace_warning):not(.ace_info)
|
||||||
margin-left: 1px
|
margin-left: 1px
|
||||||
|
|
|
@ -24,9 +24,9 @@
|
||||||
&.pinned
|
&.pinned
|
||||||
background-color: darken(#FFFFFF, 25%)
|
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
|
&.function
|
||||||
color: #0066FF
|
color: black
|
||||||
&.object
|
&.object
|
||||||
color: rgb(6, 150, 14)
|
color: rgb(6, 150, 14)
|
||||||
&.string
|
&.string
|
||||||
|
@ -35,6 +35,8 @@
|
||||||
color: rgb(0, 0, 205)
|
color: rgb(0, 0, 205)
|
||||||
&.boolean
|
&.boolean
|
||||||
color: rgb(88, 92, 246)
|
color: rgb(88, 92, 246)
|
||||||
|
&.snippet
|
||||||
|
color: blue
|
||||||
&.undefined
|
&.undefined
|
||||||
color: rgb(197, 6, 11)
|
color: rgb(197, 6, 11)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue