diff options
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 8 |
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; |
