X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fjquery-ui.custom.css;h=ba0c31d81224ed94d32d47873f5224ad89306679;hb=e0900c89f30e6a0ebe9c9152cabbe4410e5b3c31;hp=d7c41c8410b64ec251d745c020372c407237d5cd;hpb=02144d2e0c0eaf622bd7478d7f7a9383f179c748;p=kivitendo-erp.git diff --git a/css/kivitendo/jquery-ui.custom.css b/css/kivitendo/jquery-ui.custom.css index d7c41c841..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; @@ -5,9 +11,9 @@ zoom: 1; -webkit-border-radius: 4px; border-radius: 4px; - border: 1px solid #dddddd; + border: 0; color: #333333; - font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; + font-family: sans-serif; font-size: 1.1em; overflow: hidden; } @@ -59,11 +65,12 @@ .tabwidget > div { display: none; + border: 1px solid #999 !important; } .tabwidget .ui-widget-header { - background: #dddddd; - border: 1px #dddddd; + background: transparent; + border: 0px; color: #fe5f14; } @@ -88,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; +}