diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-07-29 16:31:45 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-07-29 16:31:45 +0200 |
commit | 033eacefd1e5e77d071f89f6cbd8c346fae0c696 (patch) | |
tree | 6d76c344512f85ac80f3127b339ddc455fb54aea /core | |
parent | 332492548fbbff1d1d06286a5d5880cf4beee507 (diff) | |
download | nextcloud-server-033eacefd1e5e77d071f89f6cbd8c346fae0c696.tar.gz nextcloud-server-033eacefd1e5e77d071f89f6cbd8c346fae0c696.zip |
use inline confirm button style for password-protected links, ref #15176
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index e019b874f61..db81f850303 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -278,6 +278,14 @@ input[type="submit"].enabled { border: 1px solid #5e5; } +.input-button-inline { + position: absolute !important; + right: 0; + background-color: transparent !important; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; + opacity: .3; +} + /* CONTENT ------------------------------------------------------------------ */ |