mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-29 07:04:48 +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,
|
||||
#mainVisSpace {
|
||||
background: #24A7FF;
|
||||
background-color: #24A7FF;
|
||||
}
|
||||
|
||||
|
@ -389,26 +390,31 @@ p.commandLine.finished span.icons i.icon-check {
|
|||
}
|
||||
|
||||
p.commandLine.warning span.icons {
|
||||
background: #E0FF00;
|
||||
background-color: #E0FF00;
|
||||
color: black;
|
||||
}
|
||||
|
||||
p.commandLine.inqueue span.icons {
|
||||
background: #EBEB24;
|
||||
background-color: #EBEB24;
|
||||
color: black;
|
||||
}
|
||||
|
||||
p.commandLine.processing span.icons {
|
||||
background: #88E748;
|
||||
background-color: #88E748;
|
||||
color: black;
|
||||
}
|
||||
|
||||
p.commandLine.finished span.icons {
|
||||
background: #0066cc;
|
||||
background-color: #0066cc;
|
||||
color: white;
|
||||
}
|
||||
|
||||
p.commandLine.error span.icons {
|
||||
background: red;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue