X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Flx-office-erp%2Fjquery-ui.custom.css;h=0d22e5084d8ef9c3b53b2c589a58d1791126c6ff;hb=b775c378552e6b5bf59f98046cdf4e577cd351df;hp=fbab5261d42f410c80c9f6429b97d25e570aa029;hpb=8b91924ca4301ce6ee2c3b0902c1fcafb1f7c17d;p=kivitendo-erp.git diff --git a/css/lx-office-erp/jquery-ui.custom.css b/css/lx-office-erp/jquery-ui.custom.css index fbab5261d..0d22e5084 100644 --- a/css/lx-office-erp/jquery-ui.custom.css +++ b/css/lx-office-erp/jquery-ui.custom.css @@ -15,7 +15,7 @@ border-radius: 0; border: 0; color: #000000; - font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; + font-family: sans-serif; overflow: hidden; } @@ -116,3 +116,7 @@ position: relative; text-align:left; } +/* show scrollbar vertical */ +.ui-tabs-panel { + overflow: scroll; +}