diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-12-16 18:39:01 +0100 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2019-01-14 00:07:34 +0100 |
commit | 107fab9dfad01ac8d6532e1a3e3758d444a114b0 (patch) | |
tree | 3a4a014488a3deb01e0094475e5239cd454000f9 /core/css/styles.scss | |
parent | 71e26d12c0f82ebf4046a9265e2594b469be9e7b (diff) | |
download | nextcloud-server-107fab9dfad01ac8d6532e1a3e3758d444a114b0.tar.gz nextcloud-server-107fab9dfad01ac8d6532e1a3e3758d444a114b0.zip |
Add the "where is your data?" frontend
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r-- | core/css/styles.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 9ac41b3f023..0c048e666e8 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -60,11 +60,11 @@ a { * { cursor: pointer; } -} -a.external { - margin: 0 3px; - text-decoration: underline; + &.external { + margin: 0 3px; + text-decoration: underline; + } } input { |