X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fmain.css;h=36fe035b1839caf15bf21be7122878eb4a4c7c1b;hb=1dcd3e106387fb0bbf945e4ac6832508a84df18a;hp=8cf9a67a880bef9aa4b13df38e18c704e46a12a8;hpb=51f762dbcfb3d995cfbdc19a789c88db161204e5;p=kivitendo-erp.git diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 8cf9a67a8..36fe035b1 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -525,6 +525,15 @@ a.red { max-width: 16px; max-height: 16px; } +#update_from_master { + cursor: pointer; + display: block; + max-width: 16px; + max-height: 16px; +} +#update_from_master:hover { + background: darkgrey; +} /* Bank transactions */ #bank_transactions_proposals .invoice_number_highlight a, @@ -602,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; +}