From b12f2c868cb71d6b23158ef86f5b16977df941a9 Mon Sep 17 00:00:00 2001 From: garbash Date: Sun, 30 Nov 2014 20:05:05 +0200 Subject: box-shadow to search-bar --- res/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 7df97e0f..d6c4ee10 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -347,7 +347,11 @@ table { box-shadow: black; alpha: 0.3; distance: 1; - background: white; } + background: white; + border: 1px solid #919095; + -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); + box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); } .search-input { position: fixed; @@ -365,7 +369,7 @@ table { .task-alert { position: fixed; - top: 84px; + top: 88px; width: 100%; height: 48px; background-color: #D3F2F8; -- cgit v1.3.1