Add cachebuster to apps.css
This commit is contained in:
parent
d639fee237
commit
d8aba95322
|
@ -92,7 +92,7 @@
|
|||
width: 44px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none; background-image: url('../img/actions/triangle-s.svg');
|
||||
background: none; background-image: url('../img/actions/triangle-s.svg?v=1');
|
||||
background-size: 16px; background-repeat: no-repeat; background-position: center;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
@ -256,7 +256,7 @@
|
|||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-image: url('../img/actions/more.svg');
|
||||
background-image: url('../img/actions/more.svg?v=1');
|
||||
}
|
||||
|
||||
#app-navigation .app-navigation-entry-utils-menu-button:hover button,
|
||||
|
@ -497,7 +497,7 @@
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: #fff;
|
||||
background-image: url('../img/actions/settings.svg');
|
||||
background-image: url('../img/actions/settings.svg?v=1');
|
||||
background-position: 14px center;
|
||||
background-repeat: no-repeat;
|
||||
box-shadow: none;
|
||||
|
|
Loading…
Reference in New Issue