homepage_wev8.css
892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
html,body{
margin: 0;
background-color: #ffffff;
overflow:auto;
}
body{
font-size:16px;
}
.ui-shadow, .ui-shadow-inset{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
text-shadow: none;
}
legend, .ui-input-text input, .ui-input-search input{
text-shadow: none;
font-size: 12px !important;
}
.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a{
text-shadow: none;
}
.ui-corner-all{
-webkit-border-radius: 0;
border-radius: 0;
}
.ui-loader{
top:auto;bottom:200px;background:none;
}
.ui-input-search{
border: none;
border-radius: 2.25em;
background-color: #fff !important;
}
.ui-input-search input{
padding-top: 0.6em;
padding-bottom: 0.6em;
}