diff --git a/nui/radar.css b/nui/radar.css index 929ce23..d424790 100644 --- a/nui/radar.css +++ b/nui/radar.css @@ -27,9 +27,9 @@ position: absolute; margin: auto; - top: 0; + /* top: 0; */ right: 0; - bottom: 0; + bottom: 15px; left: 0; background-image: url( "frame.png" ); @@ -100,6 +100,15 @@ transform: rotate(180deg); } +.active { + color: rgb(242, 70, 24); + text-shadow: 0 0 6px rgba(235, 62, 15, 0.65); +} + +.active_arrow { + background-color: rgb(242, 70, 24); +} + #radar { /* background-color: gray; */ /* background: linear-gradient( to bottom, rgb( 60, 60, 60 ), rgb( 35, 35, 35 ) ); */ @@ -292,7 +301,8 @@ } #radar .display .speed { - color: rgb(252, 113, 1);; + color: rgb(252, 113, 1); + text-shadow: 0 0 8px rgba(252, 114, 1, 0.65); } #radar .display .fast_ghost_speed { @@ -301,6 +311,7 @@ #radar .display .fast_speed { color: rgb(243, 12, 10); + text-shadow: 0 0 8px rgba(243, 14, 10, 0.65); } #radar .display .patrol_ghost_speed { @@ -309,4 +320,5 @@ #radar .display .patrol_speed { color: rgb(15, 244, 57); + text-shadow: 0 0 8px rgba(15, 244, 57, 0.65); } \ No newline at end of file diff --git a/nui/radar.html b/nui/radar.html index 5740e46..7472c0c 100644 --- a/nui/radar.html +++ b/nui/radar.html @@ -7,7 +7,7 @@