forked from svofski/pretty-8080-assembler
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathace-extras.css
39 lines (34 loc) · 877 Bytes
/
ace-extras.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.ace-twilight .ace_marker-layer .ace_xref {
margin: -1px 0 0 -1px;
border: 1px solid rgba(255, 255, 255, 0.25);
background-color: yellow;
color: black;
position: absolute;
animation-name: xref-appears;
animation-duration: 1s;
}
@keyframes xref-appears {
0% {background-color:black;}
49% {background-color:black;}
50% {background-color:wheat;}
55% {background-color:black;}
60% {background-color:wheat;}
65% {background-color:black;}
75% {background-color:wheat;}
65% {background-color:black;}
100% {background-color:yellow;}
}
.ace-twilight .ace_tooltip {
border: 0px;
background-color: wheat;
}
.gutter-box {
//background-color: wheat;
background-color: rgba(255,255,230,0.85);
border: 0px solid green;
z-index: 20;
position: absolute;
}
.gutter-pre {
margin: 0px 1.2em;
}