diff --git a/Bootstrap.Admin/Content/css/pace-theme-minimal.css b/Bootstrap.Admin/Content/css/pace-theme-minimal.css index a344a194..0e793d93 100644 --- a/Bootstrap.Admin/Content/css/pace-theme-minimal.css +++ b/Bootstrap.Admin/Content/css/pace-theme-minimal.css @@ -1,23 +1,25 @@ /* This is a compiled file, you should be editing the file in the templates directory */ .pace { - -webkit-pointer-events: none; - pointer-events: none; - - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; + -webkit-pointer-events: none; + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; } .pace-inactive { - display: none; + display: none; } .pace .pace-progress { - background: #2299dd; - position: fixed; - z-index: 2000; - top: 0; - right: 100%; - width: 100%; - height: 2px; + position: fixed; + z-index: 2000; + top: 0; + right: 100%; + width: 100%; + height: 2px; + background: #77b6ff; + box-shadow: 0 0 10px rgba(119,182,255,0.7); + -webkit-transition: width 0.4s ease; + transition: width 0.4s ease; }