summaryrefslogtreecommitdiff
path: root/res/css/style.css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-30 20:05:05 +0200
committergarbash <dor.garbash@gmail.com>2014-11-30 20:05:05 +0200
commitb12f2c868cb71d6b23158ef86f5b16977df941a9 (patch)
tree64cbc0207e1696caa929218b1c79626d86f13453 /res/css/style.css
parentb2bba3e883d0b16847ae7cc428f4bb62915bc141 (diff)
box-shadow to search-bar
Diffstat (limited to 'res/css/style.css')
-rw-r--r--res/css/style.css8
1 files changed, 6 insertions, 2 deletions
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;