From accbf276ada6bb5a46b586026cf3e902f83abab9 Mon Sep 17 00:00:00 2001 From: Magnus Hauge Bakke Date: Mon, 12 Oct 2015 14:00:45 +0200 Subject: [PATCH] Add button for sending image --- css/themes/dark.css | 7 ++++--- css/themes/light.css | 5 +++-- directives/input.html | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/css/themes/dark.css b/css/themes/dark.css index 9e196f7..f219459 100644 --- a/css/themes/dark.css +++ b/css/themes/dark.css @@ -72,12 +72,13 @@ input[type=text], input[type=password], #sendMessage, .badge { box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset; } -input[type=text], input[type=password], #sendMessage, .badge, .btn-send { +input[type=text], input[type=password], #sendMessage, .badge, .btn-send, .btn-send-image { color: #ccc; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); } -.btn-send:hover, .btn-send:focus { +.btn-send:hover, .btn-send:focus, +.btn-send-image:hover, .btn-send-image:focus { background-color: #555; color: white; } @@ -271,7 +272,7 @@ input[type=text], input[type=password], #sendMessage, .badge, .btn-send { .cob-chat { } .cob-chat_time { - color: #999; + color: #999; } .cob-chat_time_delimiters { } diff --git a/css/themes/light.css b/css/themes/light.css index b292136..6a5c109 100644 --- a/css/themes/light.css +++ b/css/themes/light.css @@ -22,7 +22,8 @@ html { background-color: #222; } -.btn-send { +.btn-send, +.btn-send-image, { background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.3); color: #428BCA; } @@ -257,7 +258,7 @@ select.form-control, select option, input[type=text], input[type=password], #sen .cob-chat { } .cob-chat_time { - color: #999; + color: #999; } .cob-chat_time_delimiters { } diff --git a/directives/input.html b/directives/input.html index 9b23817..26656fd 100644 --- a/directives/input.html +++ b/directives/input.html @@ -3,6 +3,7 @@ +