Versionsnummer in Dokumentationen für 3.6.1 angepasst
[kivitendo-erp.git] / css / kivitendo / jquery-ui.custom.css
index d7c41c8..ba0c31d 100644 (file)
@@ -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;
 }
 
 .tabwidget > div {
   display: none;
+  border: 1px solid #999 !important;
 }
 
 .tabwidget .ui-widget-header {
-  background: #dddddd;
-  border: 1px #dddddd;
+  background: transparent;
+  border: 0px;
   color: #fe5f14;
 }
 
 }
 
 .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;
+}