X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/css/kivitendo/jquery-ui.custom.css diff --git a/css/kivitendo/jquery-ui.custom.css b/css/kivitendo/jquery-ui.custom.css index 4f8a19d5c..ba0c31d81 100644 --- a/css/kivitendo/jquery-ui.custom.css +++ b/css/kivitendo/jquery-ui.custom.css @@ -13,7 +13,7 @@ border-radius: 4px; border: 0; color: #333333; - font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; + font-family: sans-serif; font-size: 1.1em; overflow: hidden; } @@ -123,3 +123,7 @@ .jstree a { border-bottom: none; } +/* show scrollbar vertical */ +.ui-tabs-panel { + overflow: scroll; +}