forked from mattiasghodsian/wp_theme_settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwp_theme_settings.css
46 lines (40 loc) · 1015 Bytes
/
wp_theme_settings.css
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
43
44
45
46
.nav-rtabs .nav-rtab-holder:first-child{
display: block;
}
.nav-rtabs .nav-rtab-holder{
display: none;
}
.nav-rtabs .nav-rtab-holder input[type=text],
.nav-rtabs .nav-rtab-holder select,
.nav-rtabs .nav-rtab-holder input[type=number]{
display: inline-block;
min-width: 300px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.nav-rtabs .nav-rtab-holder input[type=number]::-webkit-inner-spin-button,
.nav-rtabs .nav-rtab-holder input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
.nav-rtab-wrapper > .nav-tab{
font-size: 15px;
}
.wp-rbadge{
background-size: 90px 90px;
}
.nav-rtab-wrapper > .nav-tab span{
padding-right: 5px;
width: 17px;
height: 17px;
font-size: 17px;
line-height: 25px;
}