From 295e6cbc329d6e414145b9537963e39ddb4a5b5e Mon Sep 17 00:00:00 2001 From: Aamel Unia Date: Thu, 26 Oct 2017 12:19:51 -0400 Subject: [PATCH 1/2] Completed issue of updating buttons for create room page on a mobile phone to match desktop version --- www/css/create_room.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/www/css/create_room.css b/www/css/create_room.css index 194362d..b8ab1e0 100644 --- a/www/css/create_room.css +++ b/www/css/create_room.css @@ -61,7 +61,7 @@ html { background-color: #FC890F; /*border-radius: 4px;*/ opacity: .8; - color: #efefef; + color: #efefaf; width: 90px; height: 45px; } @@ -121,5 +121,13 @@ body{ } +@media (max-width:481px) { + +#Join_Code, #Create_Room{ + -webkit-appearance: none; + -webkit-border-radius: 0; + } + +} From cf078a303ebb88f99de05eb8fa0ffa954442b6db Mon Sep 17 00:00:00 2001 From: Aamel Unia Date: Thu, 26 Oct 2017 12:23:43 -0400 Subject: [PATCH 2/2] Completed issue of updating buttons for create room page on a mobile phone to match desktop version --- www/css/create_room.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/create_room.css b/www/css/create_room.css index b8ab1e0..7579895 100644 --- a/www/css/create_room.css +++ b/www/css/create_room.css @@ -61,7 +61,7 @@ html { background-color: #FC890F; /*border-radius: 4px;*/ opacity: .8; - color: #efefaf; + color: #efefef; width: 90px; height: 45px; }