X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff5279eda2b2e7fb378bfc65ea582b10a06ed604..8b5bed7fe5:/css/lx-office-erp/main.css?ds=sidebyside diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index a2a4ad02e..36fe035b1 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -611,3 +611,25 @@ div.layout-actionbar .layout-actionbar-default-action { .cke_button { padding: 0px; 6px !important; } + +/* selects with text filters */ +div.filtered_select input, div.filtered_select select { + display: block; +} + +div.filtered_select > input { + background-image: url(../../image/glass14x14.png); + background-repeat: no-repeat; + background-position: 2px 2px; + border-radius: 0px; + border: solid #a0a0a0 1px; + border-bottom: none; + padding: 0px; + padding-left: 20px; + margin: 0; + width: 500px; +} + +div.filtered_select select { + width: 522px; +}