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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-07-24 00:27:19 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-07-24 00:27:19 +0300
commit65aa037e04f97c7ae99494dccf922145d624ae8e (patch)
treede107f9dddbf83d6e4e9d8b516c0777f8ea2bb41 /css
parent2e46c55c94a1b0b4f7eaec2c7995da8b0377d7ed (diff)
Remove outline of input field, fixes #268
Diffstat (limited to 'css')
-rw-r--r--css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 8dd7eba2..90e6e9e3 100644
--- a/css/style.css
+++ b/css/style.css
@@ -532,6 +532,7 @@
padding: 0 60px 0 32px;
margin: 0;
cursor: text;
+ outline: none;
}
#app-content div.task-list .loadmore {
font-size: 11px;
@@ -879,7 +880,7 @@
height: 17px;
}
#app-sidebar div.content-wrapper .body .section input[type="text"] {
- float: left;
+ float: left;
}
#app-sidebar div.content-wrapper .body .section .select2-search-field input {
border: 0 none;