diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index b60d22f..1fc71b9 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/css/global.style.css b/css/global.style.css index 6888b67..267dcc1 100644 --- a/css/global.style.css +++ b/css/global.style.css @@ -2838,6 +2838,20 @@ input[type=text]:disabled { position: relative; float: left; } +.meter-tracker-bar .update-btn-first-back{ + position: absolute; + display: block; + width: 80px; + height: 32px; + -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2); + -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2); + box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2); + background-color: #069; + right: 89%; + bottom: -400%; + text-align: center; + line-height: 32px; +} .meter-tracker-bar .update-btn-first{ position: absolute; display: block; diff --git a/meter-progress-trackers.html b/meter-progress-trackers.html index 720816d..7dbc872 100644 --- a/meter-progress-trackers.html +++ b/meter-progress-trackers.html @@ -78,6 +78,9 @@