diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-09-14 12:48:01 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-09-16 07:23:28 +0200 |
commit | 8194d092e71b1c44a441dddc64b7e7533adbbfb9 (patch) | |
tree | d108baa62acb8a08e2b95fadd28ff8ebc82066b8 /core/css | |
parent | c2ff2ca9825af347d0247687322d3d12eb311185 (diff) | |
download | nextcloud-server-8194d092e71b1c44a441dddc64b7e7533adbbfb9.tar.gz nextcloud-server-8194d092e71b1c44a441dddc64b7e7533adbbfb9.zip |
Add expiration date handling in share tab
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/share.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/share.css b/core/css/share.css index bdf34e9a863..73bad5c500d 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -126,6 +126,14 @@ a.unshare { margin-right: 0; } +.shareTabView .error { + color: #e9322d; + border-color: #e9322d; + -webkit-box-shadow: 0 0 6px #f8b9b7; + -moz-box-shadow: 0 0 6px #f8b9b7; + box-shadow: 0 0 6px #f8b9b7; +} + #link #showPassword img { padding-left:5px; width:12px; |