mirror of
https://github.com/munki/munki.git
synced 2026-04-24 13:59:56 -05:00
Updated progress-spinner width from 21px to 20px
This commit is contained in:
@@ -982,9 +982,9 @@ div.msc-button-inner.install-updates:not(.installed-not-removable):hover {
|
||||
|
||||
div.progress-spinner {
|
||||
background: url(progress-spinner.png) 0 0 no-repeat;
|
||||
-webkit-background-size: 21px 20px;
|
||||
-webkit-background-size: 20px 20px;
|
||||
opacity: 1;
|
||||
width: 21px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
-webkit-animation-name: 'generic-loading-spinner-animation';
|
||||
-webkit-animation-iteration-count: infinite;
|
||||
@@ -1255,9 +1255,9 @@ div.lockup li.removing span.progress-spinner {
|
||||
visibility: visible !important;
|
||||
float: right;
|
||||
background: url(progress-spinner.png) 0 0 no-repeat;
|
||||
-webkit-background-size: 21px 20px;
|
||||
-webkit-background-size: 20px 20px;
|
||||
opacity: 1;
|
||||
width: 21px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
-webkit-animation-name: 'generic-loading-spinner-animation';
|
||||
-webkit-animation-iteration-count: infinite;
|
||||
|
||||
Reference in New Issue
Block a user