]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 d7c41c8410b64ec251d745c020372c407237d5cd..be4d593a7087de348217ef09b5e718c399a090c2 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 919a7b4b6d4b65f2a5007eb65e85135269476a9f..e1c26037518166cd096d667139b9165e9136e534 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;
 }