summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-16 17:27:20 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-03-20 19:09:03 +0100
commitce7775acd04a00db92604827df1ea503c551f588 (patch)
tree19bbf5b5aeb3140b5108c2d8f5f96388e65f0acd /apps
parent29c551c88ff42e4cd0699787f038175b01e56980 (diff)
downloadnextcloud-server-ce7775acd04a00db92604827df1ea503c551f588.tar.gz
nextcloud-server-ce7775acd04a00db92604827df1ea503c551f588.zip
Replace information icon with confirmation button in share input
The confirmation button right now is just an icon; its behaviour will be added in the following commits. Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/sharetabview.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss
index f3bbd952c2d..b4b64daff2b 100644
--- a/apps/files_sharing/css/sharetabview.scss
+++ b/apps/files_sharing/css/sharetabview.scss
@@ -13,15 +13,23 @@
top: 0px;
}
-.shareTabView .shareWithRemoteInfo,
+.shareTabView .shareWithConfirm,
.shareTabView .clipboardButton,
.shareTabView .linkPass .icon-loading-small {
position: absolute;
right: -7px;
- top: -4px;
+ top: -2px;
padding: 14px;
}
+.shareTabView .shareWithConfirm {
+ opacity: .5;
+}
+
+.shareTabView .shareWithField:focus ~ .shareWithConfirm {
+ opacity: 1;
+}
+
.shareTabView .linkMore {
position: absolute;
right: -7px;