[Done] updated 'detached' state to transparent

This commit is contained in:
xdrm-brackets 2017-02-22 13:41:14 +01:00
parent d8e933f63a
commit 6242a98f7a
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@
&[data-state='started']{ background-color: #22E07B; }
&[data-state='signaled']{ background-color: #3897D6; }
&[data-state='locked']{ background-color: #EA460A; }
&[data-state='detached']{ background-color: #AB1EE2; }
&[data-state='detached']{ background-color: transparent; }
}

View File

@ -96,7 +96,7 @@
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='locked'], #WRAPPER > #CONTAINER > section > .inline-row .state[data-state='locked'] {
background-color: #EA460A; }
#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 {
display: inline-block;
font-size: 1.15em;