projects
/
motioneye-debian
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8f7af3
)
fixed extra options not allowing new lines on FireFox
author
Calin Crisan
<ccrisan@gmail.com>
Sun, 13 Nov 2016 16:22:38 +0000
(18:22 +0200)
committer
Calin Crisan
<ccrisan@gmail.com>
Sun, 13 Nov 2016 16:22:38 +0000
(18:22 +0200)
motioneye/static/css/ui.css
patch
|
blob
|
history
diff --git
a/motioneye/static/css/ui.css
b/motioneye/static/css/ui.css
index 74ac18edf162df704bddba963438a88bcf5e01b4..f1bbb29324172dc3879990c8ceb521fb3121d205 100644
(file)
--- a/
motioneye/static/css/ui.css
+++ b/
motioneye/static/css/ui.css
@@
-151,6
+151,10
@@
textarea.styled {
white-space: nowrap;
}
+textarea.styled {
+ white-space: pre;
+}
+
input[type=password].styled:FOCUS,
input[type=text].styled:FOCUS,
textarea.styled:FOCUS {