Skip to content

Commit

Permalink
dashboard: add a subtle box-shadow to the log windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Dec 7, 2017
1 parent 3b787cd commit 70dc5cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libgrabsite/__init__.py
@@ -1 +1 @@
__version__ = '1.4.3'
__version__ = '1.4.4'
4 changes: 2 additions & 2 deletions libgrabsite/dashboard.html
Expand Up @@ -186,6 +186,7 @@
border: 1px solid #999;
margin: 0 0 1em 0;
border-radius: 3px;
box-shadow: 4px 4px 17px 0px #0000001c;
}

.log-window-hidden {
Expand All @@ -195,8 +196,7 @@
}

.log-window-stopped {
border: 1px solid #222;
box-shadow: 2px 2px 4px #888;
box-shadow: 4px 4px 17px 0px #00000052;
}

.log-window-expanded {
Expand Down

0 comments on commit 70dc5cb

Please sign in to comment.