From 0ae4648f6448a9799a569038b71f2723ddf26bec Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 8 Nov 2016 11:39:19 +0100 Subject: [PATCH] =?utf8?q?kivitendo-CSS:=20Styling=20Checkbox/Radiobutton?= =?utf8?q?=20doch=20=C3=BCber=20Browser-Toolkit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/kivitendo/main.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index eabddfa54..26446b173 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -25,9 +25,6 @@ select { -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; - -moz-appearance: none; - -webkit-appearance: none; - -o-appearance: none; background-color: white; border: 1px; border-color: darkgray lightgray lightgray; @@ -37,6 +34,14 @@ select { padding: 1px; } +input[type="text"], input[type="password"] +textarea, +select { + -moz-appearance: none; + -webkit-appearance: none; + -o-appearance: none; +} + select { appearance : none; background: white url('../../image/select-down.png') no-repeat scroll right center; -- 2.20.1