aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/inputs.css
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-27 09:47:36 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-27 09:47:36 +0200
commit20602ff36a091b928cd525eb131756e005836c22 (patch)
treecfdbdc90c29d3677d3a0bd168bef9ccc88f2842a /core/css/inputs.css
parent977ad50640dc46da1b4a3115041fc9e6b9f1c625 (diff)
parent05e6dd9c1ae36d8816ef379cf7831e7296339703 (diff)
downloadnextcloud-server-20602ff36a091b928cd525eb131756e005836c22.tar.gz
nextcloud-server-20602ff36a091b928cd525eb131756e005836c22.zip
Merge pull request #21417 from J0WI/css-fixes
css fallbacks and code style fixes
Diffstat (limited to 'core/css/inputs.css')
-rw-r--r--core/css/inputs.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/inputs.css b/core/css/inputs.css
index f02a606decd..edec870dfbc 100644
--- a/core/css/inputs.css
+++ b/core/css/inputs.css
@@ -57,7 +57,8 @@ input[type="email"],
input[type="tel"],
input[type="url"],
input[type="time"] {
- -webkit-appearance:textfield; -moz-appearance:textfield;
+ -webkit-appearance:textfield;
+ -moz-appearance:textfield;
box-sizing:content-box;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,