Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2018-12-16 20:39:01 +0300
committerMichael Weimann <mail@michael-weimann.eu>2019-01-14 02:07:34 +0300
commit107fab9dfad01ac8d6532e1a3e3758d444a114b0 (patch)
tree3a4a014488a3deb01e0094475e5239cd454000f9 /core/css/styles.scss
parent71e26d12c0f82ebf4046a9265e2594b469be9e7b (diff)
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.scss8
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 {