1 /* ------------------------------------------------------------- */
2 /* JQUERY-UI OVERRIDES (jquery-ui_overrides.less) */
3 /* ------------------------------------------------------------- */
6 // ----------------------------------------------------------------------------
10 // ----------------------------------------------------------------------------
12 // Overrides of jQuery UI LESS or CSS stuff
15 // - UI WIDGETS IN GENERAL
17 // - DIV-Container with Tabs & Panels
18 // - LIST WITH TABS (UL)
21 // - STATES (Active, Default, Hover)
22 // - UI-TABS-NAV (Class)
23 // - UI-TABS-COLLAPSIBLE
24 // - DIV (UI-TABS-PANEL)
25 // - UI-TABS-PANEL (CLASS)
27 // ----------------------------------------------------------------------------
32 // --------------------------------------
33 // UI WIDGETS IN GENERAL
34 // --------------------------------------
41 // --------------------------------------
43 // --------------------------------------
44 // Container with Tabs & Panels (DIV)
51 padding: 0 !important;
54 color: @tabs-default-color;
55 //background: @tabs-bg;
56 background: transparent;
60 // -----------------------
61 // LIST WITH TABS (UL)
62 // -----------------------
68 padding: 0.2em 0.2em 0 0;
71 font-size: @font-size-base; // hps
74 text-decoration: none;
76 // -----------------------
78 // -----------------------
85 margin: 1px 0.2em 0 0;
89 border-bottom: 0 !important;
90 border-top-right-radius: @tabs-border-radius;
91 border-top-left-radius: @tabs-border-radius;
92 border: 1px solid #cccccc;
94 background-color: @tabs-default-bg ;
95 color: @tabs-default-color;
96 font-size: @font-size-smaller ;
103 a { cursor: pointer; }
106 // -----------------------
108 // -----------------------
111 padding: 0.2em 0.7em;
112 text-decoration: none;
116 // -----------------------
117 // STATES (Active, Default, Hover)
118 // -----------------------
119 // Outline: 0 ; in anchor to avoid dotted frame after click
123 background: @tabs-default-bg;
124 color: @tabs-default-color;
125 border: 1px @tabs-border-color solid;
130 color: @tabs-default-color;
136 color: @tabs-default-hover-color;
137 background-color: @tabs-default-hover-bg;
143 color: @tabs-active-color;
144 background-color: @tabs-active-bg;
149 color: @tabs-active-color;
154 color: @tabs-active-hover-color;
158 } // /&.ui-state-active
160 &.ui-state-disabled a {
164 &.ui-state-processing a { cursor: text; }
165 &.ui-state-loading a { outline: 0 ; }
172 //background: transparent;
179 // -----------------------
180 // UI-TABS-NAV (Class)
181 // -----------------------
189 margin: 0 0.4em 0.6em 0;
190 padding: 0.4em 0.2em 0 0.7em;
192 background-color: @tabs-bg;
193 border-bottom: 1px @tabs-border-color solid !important;
196 margin: 1px 0.2em 0 0;
198 a { padding: 0.2em 0.7em; }
201 border-bottom: 1px @tabs-active-bg solid !important ;
212 // -----------------------
213 // UI-TABS-COLLAPSIBLE
214 // -----------------------
215 &.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
223 // -----------------------
224 // DIV (UI-Tabs-Panel)
225 // -----------------------
226 // Single Panel, selected via Tabs
227 // Some of the Panels do not have a class PENDENT: loesen!!!
229 //--------------------------
230 // UI-Tabs-Panel (DIV WITHOUT CLASS)
231 // --------------------------
234 //border-top: 1px solid #999 !important;
235 //border-left: 1px solid #999 !important;
236 //border-right: 1px solid #999 !important;
237 padding-top: 3.5em !important;
244 //--------------------------
245 // UI-Tabs-Panel (DIV WITH CLASS)
246 // --------------------------
250 //background-color: @tabs-panel-bg;
251 //background-color: transparent;
254 // further tabwidget within a tabwidget (documents tab etc.)
262 //background-color: @tabs-bg;
263 background-color: transparent;
267 background-color: @tabs-bg ;
268 background-color: transparent ;
271 padding-top: 0 !important ;
276 &.ui-widget-content { border: 0 ;}
279 } // /div (.ui-tabs-panel)
286 // --------------------------------------
288 // --------------------------------------
291 // border: 1px solid #333333;
293 // border-radius: @controlpanel-radius;
295 // .ui-dialog-titlebar {
296 // button.ui-dialog-titlebar-close {
297 // background: #bbb !important;
300 // .ui-widget-header {
301 // button.ui-dialog-titlebar-close {
305 // margin: 5px 0 0 0;
314 // --------------------------------------
316 // --------------------------------------
325 // padding-top: 0.4em !important;
326 // padding-bottom: 0.4em !important;
328 // background-color: #C9C9C9;
339 // -------------------
341 // Select Date in Popover
342 // PENDENT: Ausrichtung vertikal in Zelle & wo eingesetzt
344 //margin: -0.3em 0 0 0 !important;
345 //padding: 0 !important;
350 // --------------------------------------
352 // --------------------------------------
354 // Forward / Backward Arrows
355 //.ui-widget-header {
357 // background-image: url(ui-lightne../../images/ui-icons_222222_256x240.png);
361 // background-image: url(ui-lightne../../images/ui-icons_ef8c08_256x240.png);
362 // background: #ffffff;
365 //// select.ui-datepicker-month,
366 //// select.ui-datepicker-year {
375 //img.ui-datepicker-trigger{
376 // vertical-align: middle;
377 // margin-left: 0.2em ;
381 .ui-datepicker-calendar {
384 background-color: @gray-standard;
385 border: 1px @gray-standard solid
394 background-color: #000000;
398 border: 1px solid @base-dark;
399 background-color: @base-dark;
400 color: @base-verylight;
405 } // /.ui-datepicker-calendar
408 //.ui-widget-content .ui-state-hover,
409 //.ui-widget-header .ui-state-hover,
411 //.ui-widget-content .ui-state-focus,
412 //.ui-widget-header .ui-state-focus {
413 // border: 1px solid #000000;
414 // background: #ffffff;
423 // background-image: url(ui-lightne../../images/ui-icons_777777_256x240.png) !important;