Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / css / lx-office-erp / jquery-ui.custom.css
index cc66e7b..0d22e50 100644 (file)
@@ -15,8 +15,7 @@
   border-radius: 0;
   border: 0;
   color: #000000;
-  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
-  font-size: 1.1em;
+  font-family: sans-serif;
   overflow: hidden;
 }
 
   border-style: dashed;
   border-width: thin;
   color: black;
-  font-size: 10pt;
   font-weight: bolder;
   margin: 5px;
   padding: 5px;
   position: relative;
   text-align:left;
 }
+/* show scrollbar vertical */
+.ui-tabs-panel {
+  overflow: scroll;
+}