From 11ac6defed293598a9601c8d936ad47d5bf2c774 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 18 Feb 2016 17:32:15 +0000 Subject: [PATCH] tint searchbar --- src/skins/vector/css/vector-web/views/rooms/SearchBar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/skins/vector/css/vector-web/views/rooms/SearchBar.css b/src/skins/vector/css/vector-web/views/rooms/SearchBar.css index 54e9d526cf..37239a9558 100644 --- a/src/skins/vector/css/vector-web/views/rooms/SearchBar.css +++ b/src/skins/vector/css/vector-web/views/rooms/SearchBar.css @@ -75,8 +75,8 @@ limitations under the License. .mx_SearchBar_unselected { background-color: #fff; - color: #9fddc1; - border: #9fddc1 1px solid; + color: #76CFA6; + border: #76CFA6 1px solid; } .mx_SearchBar_cancel {