From 8e9ab08ba9d426eb69a68ebdb96155fa4351394e Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 30 Jan 2020 20:13:06 +0000 Subject: [PATCH] Copied plate reader box style to UI settings box --- nui/radar.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nui/radar.css b/nui/radar.css index 2c44ec3..79e4d0b 100644 --- a/nui/radar.css +++ b/nui/radar.css @@ -806,7 +806,7 @@ button:focus { outline: none; } padding: 0; padding-bottom: 15px; margin-bottom: -15px; - border: 3px solid rgb( 0, 0, 0 ); + /* border: 3px solid rgb( 0, 0, 0 ); */ } #plateReaderBox .close { @@ -843,7 +843,9 @@ button:focus { outline: none; } bottom: 0; left: 0; - background-color: rgb( 50, 54, 45 ); + /* background-color: rgb( 50, 54, 45 ); */ + background: linear-gradient( to bottom, rgb( 70, 70, 70 ), rgb( 45, 45, 45 ) ); + border: 3px solid rgb( 0, 0, 0 ); z-index: 3; }