diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 20:05:05 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 20:05:05 +0200 |
| commit | b12f2c868cb71d6b23158ef86f5b16977df941a9 (patch) | |
| tree | 64cbc0207e1696caa929218b1c79626d86f13453 /res/css/partials | |
| parent | b2bba3e883d0b16847ae7cc428f4bb62915bc141 (diff) | |
box-shadow to search-bar
Diffstat (limited to 'res/css/partials')
| -rw-r--r-- | res/css/partials/search-bar.scss | 4 | ||||
| -rw-r--r-- | res/css/partials/task-alert.scss | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/res/css/partials/search-bar.scss b/res/css/partials/search-bar.scss index c633fc09..5e8d95ba 100644 --- a/res/css/partials/search-bar.scss +++ b/res/css/partials/search-bar.scss @@ -7,6 +7,10 @@ alpha:0.3; distance:1; background: white; + border: 1px solid #919095;//$mid-grey + -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{ diff --git a/res/css/partials/task-alert.scss b/res/css/partials/task-alert.scss index d3cdc767..a1233ce2 100644 --- a/res/css/partials/task-alert.scss +++ b/res/css/partials/task-alert.scss @@ -1,6 +1,6 @@ .task-alert{ position:fixed; - top: $top-bar-height+$search-bar-height; + top: $top-bar-height+$search-bar-height+4px; width: 100%; height:$task-alert-height; background-color: #D3F2F8;//$light-cyan |
