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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-03-20 00:24:16 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-20 17:17:31 +0300
commit575b3f9ff8cb06e949a2acbb136a6e0d14731eab (patch)
treee8767df86a2243116ef7e9c3f027c805878d622a /core/css/styles.scss
parent1c8779dc6e34a89ea9181b3cb252101e457c1543 (diff)
Revert "Where is your data?"
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 688593bd9a6..e0659d1db61 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -60,11 +60,11 @@ a {
* {
cursor: pointer;
}
+}
- &.external {
- margin: 0 3px;
- text-decoration: underline;
- }
+a.external {
+ margin: 0 3px;
+ text-decoration: underline;
}
input {