kivitendo/css/lx-office-erp/jquery-ui.custom.css @ d64013f4
a88e5449 | Moritz Bunkus | /* UI widgets in general */
|
||
.ui-widget-content {
|
||||
background-image: url("../../image/fade.png");
|
||||
background-repeat: repeat-x;
|
||||
background-color: #fff;
|
||||
}
|
||||
/* Tab widget */
|
||||
5f68c975 | Moritz Bunkus | .tabwidget {
|
||
background: none;
|
||||
position: relative;
|
||||
padding: .2em;
|
||||
zoom: 1;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
620fd323 | Moritz Bunkus | border: 0;
|
||
5f68c975 | Moritz Bunkus | color: #000000;
|
||
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
|
||||
bd08a875 | Sven Schöling | overflow: hidden;
|
||
5f68c975 | Moritz Bunkus | }
|
||
02144d2e | Moritz Bunkus | .tabwidget > ul {
|
||
5f68c975 | Moritz Bunkus | margin: 0;
|
||
padding: .2em .2em 0;
|
||||
outline: 0;
|
||||
line-height: 1.3;
|
||||
text-decoration: none;
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
list-style: none;
|
||||
display: block;
|
||||
background: url("../../image/fade.png");
|
||||
border: 0;
|
||||
color: #000000;
|
||||
margin: 0;
|
||||
}
|
||||
02144d2e | Moritz Bunkus | .tabwidget > ul::after {
|
||
5f68c975 | Moritz Bunkus | content: ".";
|
||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
02144d2e | Moritz Bunkus | .tabwidget > ul li {
|
||
5f68c975 | Moritz Bunkus | list-style: none;
|
||
float: left;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
margin: 0 .2em 1px 0;
|
||||
border-bottom: 0 !important;
|
||||
border-top-right-radius: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #cccccc;
|
||||
7ff0d2ab | Moritz Bunkus | background: #f6f6f6 url(../ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
|
||
5f68c975 | Moritz Bunkus | font-weight: bold;
|
||
color: #000000;
|
||||
}
|
||||
02144d2e | Moritz Bunkus | .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; }
|
||||
5f68c975 | Moritz Bunkus | |||
64ed7be3 | Moritz Bunkus | .tabwidget > div {
|
||
5f68c975 | Moritz Bunkus | display: none;
|
||
620fd323 | Moritz Bunkus | border: 1px solid black !important;
|
||
5f68c975 | Moritz Bunkus | }
|
||
.tabwidget .ui-widget-header {
|
||||
620fd323 | Moritz Bunkus | background: transparent;
|
||
5f68c975 | Moritz Bunkus | border: 0;
|
||
color: #000000;
|
||||
}
|
||||
.tabwidget .ui-state-active a, .tabwidget .ui-state-active a:link, .tabwidget .ui-state-active a:visited {
|
||||
color: #000000;
|
||||
}
|
||||
.tabwidget .ui-state-active, .tabwidget.ui-widget-content .ui-state-active, .tabwidget .ui-widget-header .ui-state-active {
|
||||
color: #000000;
|
||||
}
|
||||
.tabwidget .ui-state-default a, .tabwidget .ui-state-default a:link {
|
||||
color: #999999;
|
||||
}
|
||||
.tabwidget .ui-state-active a, .tabwidget .ui-state-active a:link {
|
||||
color: #000000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tabwidget .ui-state-hover a, .tabwidget .ui-state-hover a:hover {
|
||||
color: #000000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
acf55869 | Moritz Bunkus | |||
.ui-tabs .ui-tabs-nav li a { padding: .2em .7em; }
|
||||
a88e5449 | Moritz Bunkus | |||
/* Dialog */
|
||||
.ui-dialog {
|
||||
border: 1px solid black;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
background: rgb(236,233,216);
|
||||
border-color: black;
|
||||
border-style: dashed;
|
||||
border-width: thin;
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
text-align:left;
|
||||
}
|