diff options
-rw-r--r-- | www/css/fms.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index faa9200..a7b7da5 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -462,13 +462,13 @@ margin-top: 1em; width:100%; height:15px; - border:1px solid black; + background-color: #FFFF99; } #locating #progress-bar { width: 0%; background-color: grey; - height: 13px; + height: 15px; } #locating p { |