From 9a2e28cef709b82dbc9cd3d9e2c62b0b5302cd7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 2 May 2016 16:25:58 +0200 Subject: [PATCH] select styling in lx-office-erp.css MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Irgendwer bei Firefox 46 scheint was geraucht zu haben. Das Stylesheet hatte alle anderen windowmanager decorations überschrieben, aber FF hat seit 32 select appearance ignoriert. Angeblich aus Sicherheitsgründen. Das haben sie glücklicherweise gerade rechzeitig gefixt, weil sie nun das unity7 Theme nochmal kaputter gemacht haben. Ansonsten wäre das unbenutzbar. --- css/lx-office-erp/main.css | 5 ++++- image/select-down.png | Bin 0 -> 138 bytes 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 image/select-down.png diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index f6b1f1627..a2c0e68b8 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -24,7 +24,10 @@ input, textarea, select { } select { - padding: 0px; + -moz-appearance: none; + appearance : none; + background: white url('../../image/select-down.png') no-repeat scroll right center; + padding: 0 14px 0 0; } input:focus, textarea:focus, select:focus { diff --git a/image/select-down.png b/image/select-down.png new file mode 100644 index 0000000000000000000000000000000000000000..33454f3a637467a8a60b453a46f59a57041e2aab GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1SBVD?P>#3fu1goAsXkmPH^O6Fyvqk{nq#^ zD1OF{<*_Z7E_D}kc}`dmHnnEWtuuA*)iuYS%$oVic~gFWhg|xzZ&~Mei3u_WaKGC( mi)#VDg~6BbNz<>+WYlj?@qAF!c~AgoID@CFpUXO@geCyd1~PpB literal 0 HcmV?d00001 -- 2.20.1