Versionsnummer in Dokumentationen für 3.6.1 angepasst
[kivitendo-erp.git] / css / kivitendo / jquery-ui.custom.css
index e5e6f29..ba0c31d 100644 (file)
@@ -1,3 +1,9 @@
+/* UI widgets in general */
+.ui-widget-content {
+  background: white;
+}
+
+/* Tab widget */
 .tabwidget {
   background: white;
   position: relative;
   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 ul {
+.tabwidget ul {
   margin: 0;
   padding: .2em .2em 0;
   outline: 0;
   border: 1px #dddddd;
   color: #fe5f14;
   margin: 0;
-  padding: .2em .2em 0;
 }
 
-.tabwidget ul::after {
+.tabwidget ul::after {
   content: ".";
   display: block;
   height: 0;
@@ -37,7 +42,7 @@
   visibility: hidden;
 }
 
-.tabwidget ul li {
+.tabwidget ul li {
   list-style: none;
   float: left;
   position: relative;
   padding: 0;
   white-space: nowrap;
   border: 1px solid #cccccc;
-  background: #f6f6f6 url(ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
+  background: #f6f6f6 url(../ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
   font-weight: bold;
   color: #1c94c4;
 }
 
-.tabwidget ul li a { float: left; padding: .5em 1em; text-decoration: none; }
-.tabwidget ul li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
-.tabwidget ul li.ui-tabs-selected a, .tabwidget.ui-tabs-nav li.ui-state-disabled a, .tabwidget.ui-tabs-nav li.ui-state-processing a { cursor: text; }
-.tabwidget ul li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
+.tabwidget ul li a { float: left; padding: .5em 1em; text-decoration: none; }
+.tabwidget ul li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
+.tabwidget ul li.ui-tabs-selected a, .tabwidget.ui-tabs-nav li.ui-state-disabled a, .tabwidget.ui-tabs-nav li.ui-state-processing a { cursor: text; }
+.tabwidget ul li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
 
 .tabwidget > div {
   display: none;
+  border: 1px solid #999 !important;
 }
 
 .tabwidget .ui-widget-header {
-  background: #dddddd;
-  border: 1px #dddddd;
+  background: transparent;
+  border: 0px;
   color: #fe5f14;
 }
 
 .tabwidget .ui-state-hover a, .tabwidget .ui-state-hover a:hover {
   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;
+}