X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fjquery-ui.custom.css;h=ba0c31d81224ed94d32d47873f5224ad89306679;hb=1d99e3e9537f75342a9f20f1e89a3e8cb4bb5444;hp=be1686b2b1e4125ed9e34ae8b99093e28930b8c4;hpb=a88e544966ffc9b0d5b2990709fdcb7c4713c1fd;p=kivitendo-erp.git diff --git a/css/kivitendo/jquery-ui.custom.css b/css/kivitendo/jquery-ui.custom.css index be1686b2b..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; } @@ -118,3 +118,12 @@ text-align: left; font-size:125%; } + +/* jstree */ +.jstree a { + border-bottom: none; +} +/* show scrollbar vertical */ +.ui-tabs-panel { + overflow: scroll; +}