forked from herberthamaral/wp-moip
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmoip_style.css
More file actions
42 lines (34 loc) · 834 Bytes
/
moip_style.css
File metadata and controls
42 lines (34 loc) · 834 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
41
42
.shopping_cart{
font-size:12px;
}
.shopping_cart h2{
font-size:14px;
}
.wp_cart_checkout_button:hover{
opacity:0.7;
}
.wp_cart_button:hover{
filter:opacity(alpha=70); /* para o IE */
-moz-opacity:0.7; /* para o FireFox */
opacity:0.7; /* para o outros Navegadores */
}
.wp_cart_button_add:hover{
filter:opacity(alpha=50); /* para o IE */
-moz-opacity:0.5; /* para o FireFox */
opacity:0.5; /* para o outros Navegadores */
border:1px solid #e8eaf1;
background-color:#e8eaf1;
}
.wp_cart_input {
border:3px solid #e8eaf1;
}
.wp_cart_campo {
border:3px solid #e8eaf1;
background-color:#e8eaf1;
}
.msg_alent{
border:3px solid #e8eaf1;
background-color:#e8eaf1;
font-weight: bold;
color: #CD0000;
}