[Done] updated 'detached' state to transparent
This commit is contained in:
parent
d8e933f63a
commit
6242a98f7a
|
@ -127,7 +127,7 @@
|
||||||
&[data-state='started']{ background-color: #22E07B; }
|
&[data-state='started']{ background-color: #22E07B; }
|
||||||
&[data-state='signaled']{ background-color: #3897D6; }
|
&[data-state='signaled']{ background-color: #3897D6; }
|
||||||
&[data-state='locked']{ background-color: #EA460A; }
|
&[data-state='locked']{ background-color: #EA460A; }
|
||||||
&[data-state='detached']{ background-color: #AB1EE2; }
|
&[data-state='detached']{ background-color: transparent; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='locked'], #WRAPPER > #CONTAINER > section > .inline-row .state[data-state='locked'] {
|
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='locked'], #WRAPPER > #CONTAINER > section > .inline-row .state[data-state='locked'] {
|
||||||
background-color: #EA460A; }
|
background-color: #EA460A; }
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='detached'], #WRAPPER > #CONTAINER > section > .inline-row .state[data-state='detached'] {
|
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='detached'], #WRAPPER > #CONTAINER > section > .inline-row .state[data-state='detached'] {
|
||||||
background-color: #AB1EE2; }
|
background-color: transparent; }
|
||||||
#WRAPPER > #CONTAINER > section > .inline-box .title, #WRAPPER > #CONTAINER > section > .inline-row .title {
|
#WRAPPER > #CONTAINER > section > .inline-box .title, #WRAPPER > #CONTAINER > section > .inline-row .title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 1.15em;
|
font-size: 1.15em;
|
||||||
|
|
Loading…
Reference in New Issue