machine/view sync icon faded
This commit is contained in:
parent
ffa5c1060e
commit
4245df37c7
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue