X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fjquery-ui.custom.css;h=4f8a19d5c9dc728879b71926f9c56df703827b71;hb=592e11d9f9f0e1f6843d66f00b6d68fa274bb8e1;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..4f8a19d5c 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,7 +11,7 @@ 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-size: 1.1em; @@ -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,31 @@ } .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; +}