Subversion-Projekte lars-tiefland.zeldi.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
/* jquery UI Anpassungen */
2
 
3
.ui-widget,
4
.ui-widget *,
5
 {
6
    font-family:montserrat-regular!important;
7
}
8
 
9
 
10
.ui-dialog {
11
    border:1px solid #ccc!important;
12
    background-color:#ebf2f3!important;
13
 
14
}
15
.ui-widget-content {
16
    color:#262626!important;
17
    background:none!important;
18
    background-color:#ebf2f3!important;
19
}
20
.ui-widget-header {
21
    color:#262626!important;
22
    background:none!important;
23
    background-color:#ebf2f3!important;
24
}
25
.ui-dialog-titlebar-close {
26
    border:none!important;
27
    background:none!important;
28
    background-color:transparent!important;
29
    color:#262626!important;
30
 
31
}
32
.ui-dialog .ui-dialog-buttonpane {
33
    border:none!important;
34
}
35
.ui-state-default,
36
.ui-widget-content .ui-state-default,
37
.ui-widget-header .ui-state-default {
38
    transition:all 200ms ease;
39
    background-image:none!important;
40
}
41
 
42
.ui-dialog-buttonset .ui-button {
43
    border:none!important;
44
    background:none!important;
45
    background-color:#2FBABD!important;
46
    border-radius:5px;
47
    color:#fff!important;
48
    transition:all 200ms ease;
49
}
50
.ui-dialog-buttonset .ui-state-hover {
51
    background-color:#9CD9DA!important;
52
}
53
.ui-widget-overlay {
54
    background:none!important;
55
    background-color:#fff!important;
56
    opacity:.5;
57
}
58
 
59
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
60
    background-color:#EA5901!important;
61
    color:#fff!important;
62
}
63
.ui-state-default a:link,
64
.ui-state-default a:active,
65
.ui-state-default a:visited {
66
    color:#666;
67
}
68
.ui-state-default:hover,
69
.ui-state-default:focus,
70
.ui-state-default a:hover,
71
.ui-state-default a:focus {
72
    color:#fff;
73
}
74
 
75
.ui-state-default a,
76
.ui-state-default a span {
77
    color:#666;
78
}
79
li.ui-state-default:hover a span {
80
    color:#fff;
81
}
82
 
83
.ui-state-default:hover,
84
.ui-state-default:focus {
85
    background-color:#6ab3dc!important;
86
}
87
.ui-state-active a,
88
.ui-state-active a span {
89
    color:#fff!important;
90
}
91
#reiter .ui-tabs-nav {
92
    background-color:transparent!important;
93
}
94
.inner_basket .ui-widget,
95
.inner_basket .ui-widget-content,
96
.inner_basket .ui-widget-header,
97
#reiter .ui-widget-content {
98
    background-color:#fff!important;
99
}
100
.inner_basket
101
{
102
    background-color:#fff!important;
103
}