machine/view sync icon faded

This commit is contained in:
xdrm-brackets 2017-10-19 18:01:13 +02:00
parent ffa5c1060e
commit 4245df37c7
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@
&[data-state='signaled']{ background-color: #2E50C0; }
&[data-state='locked']{ background-color: #EA460A; }
&[data-state='detached']{
background: url('/src/static/sub-menu-side/sync.svg') center center no-repeat;
background: url('/src/static/sub-menu-side/sync@aaaaaa.svg') center center no-repeat;
background-size: auto 100%;
}

View File

@ -149,7 +149,7 @@
#WRAPPER > #CONTAINER > section > .inline-box .state[data-state='detached'],
#WRAPPER > #CONTAINER > section > .inline-row .state[data-state='detached'] {
background: url("/src/static/sub-menu-side/sync.svg") center center no-repeat;
background: url("/src/static/sub-menu-side/sync@aaaaaa.svg") center center no-repeat;
background-size: auto 100%;
}