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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2015-08-28 19:26:48 +0300
committerTom Needham <needham.thomas@gmail.com>2015-08-28 19:26:48 +0300
commit24f0443ec937bd73cd28eac567604e27ddbcaae5 (patch)
tree67b39f7878ae7b38121f2bb244945805957fecb1 /css
parente969e4eed4ba753839192aa24ee6a64e80956901 (diff)
Remove border radius in mobile mode
Diffstat (limited to 'css')
-rw-r--r--css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 5ab901f..92d84ce 100644
--- a/css/style.css
+++ b/css/style.css
@@ -58,6 +58,7 @@
left: 0;
border: none;
margin-top: 45px;
+ border-radius: 0px;
}
}
@@ -119,6 +120,8 @@
#editor_controls small.lastsaved, div.editor_separator.lastsaved_separator {
display: none;
}
+
+
}
#editor_overlay{