mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 00:25:15 +02:00
background ios is weird
This commit is contained in:
parent
dc809aaa98
commit
9d772c1528
1 changed files with 6 additions and 0 deletions
|
@ -176,6 +176,7 @@ div.canvasTerminalHolder {
|
||||||
|
|
||||||
div.gitDemonstrationView > div.visHolder,
|
div.gitDemonstrationView > div.visHolder,
|
||||||
#mainVisSpace {
|
#mainVisSpace {
|
||||||
|
background: #24A7FF;
|
||||||
background-color: #24A7FF;
|
background-color: #24A7FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -389,26 +390,31 @@ p.commandLine.finished span.icons i.icon-check {
|
||||||
}
|
}
|
||||||
|
|
||||||
p.commandLine.warning span.icons {
|
p.commandLine.warning span.icons {
|
||||||
|
background: #E0FF00;
|
||||||
background-color: #E0FF00;
|
background-color: #E0FF00;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.commandLine.inqueue span.icons {
|
p.commandLine.inqueue span.icons {
|
||||||
|
background: #EBEB24;
|
||||||
background-color: #EBEB24;
|
background-color: #EBEB24;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.commandLine.processing span.icons {
|
p.commandLine.processing span.icons {
|
||||||
|
background: #88E748;
|
||||||
background-color: #88E748;
|
background-color: #88E748;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.commandLine.finished span.icons {
|
p.commandLine.finished span.icons {
|
||||||
|
background: #0066cc;
|
||||||
background-color: #0066cc;
|
background-color: #0066cc;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.commandLine.error span.icons {
|
p.commandLine.error span.icons {
|
||||||
|
background: red;
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue