diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/slackr/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 39da7bb6c..479a8ec06 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -13,6 +13,10 @@ background: none; } +.widget { +/* box-shadow: 4px 4px 3px 0 #444444; */ +} + .comment-edit-text-empty, .comment-edit-text-full { border: none; border-left: 1px solid #EEE; |