X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fjquery-ui.custom.css;h=ba0c31d81224ed94d32d47873f5224ad89306679;hb=5474d397bbc42ffaea0b51ebb4bb9a4c7afaa881;hp=be4d593a7087de348217ef09b5e718c399a090c2;hpb=56f7991d4910ae12c7d16aab025a2ab242ca5eeb;p=kivitendo-erp.git diff --git a/css/kivitendo/jquery-ui.custom.css b/css/kivitendo/jquery-ui.custom.css index be4d593a7..ba0c31d81 100644 --- a/css/kivitendo/jquery-ui.custom.css +++ b/css/kivitendo/jquery-ui.custom.css @@ -1,3 +1,9 @@ +/* UI widgets in general */ +.ui-widget-content { + background: white; +} + +/* Tab widget */ .tabwidget { background: white; position: relative; @@ -7,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; } @@ -89,3 +95,35 @@ } .ui-tabs .ui-tabs-nav li a { padding: .2em .7em; } + +/* Dialog */ +.ui-dialog { + border: 1px solid black; +} + +.ui-dialog .ui-dialog-titlebar { + -khtml-border-radius:0.4em; /* Konqueror */ + -moz-border-radius:0.4em; /* Firefox */ + -webkit-border-radius:0.4em; /* Safari, Chrome */ + background: #006400; + behavior:url(border-radius.htc); + border-radius:0.4em; /* CSS3 */ + border-style: none; + border-width: thin; + color: #FFFFFF; + font-weight: bolder; + margin: 5px; + padding: 0.5em; + position: relative; + text-align: left; + font-size:125%; +} + +/* jstree */ +.jstree a { + border-bottom: none; +} +/* show scrollbar vertical */ +.ui-tabs-panel { + overflow: scroll; +}