Tabwidgets: Rand nur um Inhalt, nicht um Tabs
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 1 Mar 2013 16:37:46 +0000 (17:37 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 1 Mar 2013 16:37:46 +0000 (17:37 +0100)
css/kivitendo/jquery-ui.custom.css
css/lx-office-erp/jquery-ui.custom.css

index d7c41c8..be4d593 100644 (file)
@@ -5,7 +5,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;
 
 .tabwidget > div {
   display: none;
+  border: 1px solid #999 !important;
 }
 
 .tabwidget .ui-widget-header {
-  background: #dddddd;
-  border: 1px #dddddd;
+  background: transparent;
+  border: 0px;
   color: #fe5f14;
 }
 
index 919a7b4..e1c2603 100644 (file)
@@ -5,7 +5,7 @@
   zoom: 1;
   -webkit-border-radius: 0;
   border-radius: 0;
-  border: 1px solid #000000;
+  border: 0;
   color: #000000;
   font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
   font-size: 1.1em;
 
 .tabwidget > div {
   display: none;
+  border: 1px solid black !important;
 }
 
 .tabwidget .ui-widget-header {
-  background: url("../../image/fade.png");
+  background: transparent;
   border: 0;
   color: #000000;
 }