-
Notifications
You must be signed in to change notification settings - Fork 0
/
color.css
96 lines (94 loc) · 2.99 KB
/
color.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.text-green,
.pageNav2 a:hover,
.langList a:hover,
.wishList a:hover,
.tabSetList a:hover,
.langList .show>a,
.langListII a:hover,
.breadCrumbs .active,
.copyRightHolder p a,
.breadCrumbs a:hover,
.tabSetList li .active,
.langListII li.show>a,
.nav-tabs .nav-link:hover,
.featureCol .title a:hover,
.socialNetworkList a:hover,
.itemCol .headingIV a:hover,
.widget .archiveList a:hover,
.introBlock .slick-next:hover,
.introBlock .slick-prev:hover,
.widget .categoryList a:hover,
.copyRightHolder.v-II p a:hover,
.newsPostColumn .postBy a:hover,
.widget .recentPostList a:hover,
.newsBlogColumn .postBy a:hover,
.navbar-light .navbar-nav a:hover,
.newsPostColumn .headingV a:hover,
.cartHolder .cartTable .fas:hover,
.newsBlogColumn .headingV a:hover,
.heroBlockHolder .slick-next:hover,
.heroBlockHolder .slick-prev:hover,
#header .headerHolderCol .tel:hover,
.footerHolder .footerNavList a:hover,
.bannerBlockHolder .slick-next:hover,
.bannerBlockHolder .slick-prev:hover,
.cartHolder .cartTable .title a:hover,
.navbar-light .navbar-nav .active>a,
.footerHolder .footerContactList a:hover,
.productTextHolder .socialNetwork a:hover,
.footerHolder .followSocailNetwork a:hover,
.productTextHolder .jcf-number .jcf-btn-dec,
.productTextHolder .jcf-number .jcf-btn-inc,
.bannerBlockHolder .slick-dots button:hover,
.introBlock .slick-dots .slick-active button,
.widget .recentListHolder .headingVII a:hover,
.productTextHolder .productInfoDetail a:hover,
.langList .dropdown-menu .dropdown-item:hover,
.commentsBlock .commentArea .commentDate .link,
.langList .dropdown-menu .dropdown-item a:hover,
.langListII .dropdown-menu .dropdown-item:hover {
color: #5ba515;
}
.ui-widget-header,
.pagination a:hover,
.newsBlogColumn .time,
.pagination .active a,
.introBlock .title:before,
.widget .tagNavList a:hover,
.discoverSecHolder .btn:hover,
.heroBlockHolder .title:before,
.pageNav1 .navbar-toggle:hover,
.pageNav2 .navbar-toggle:hover,
.discoverSecHolder .title:before,
.pageNav1 .dropdown-menu a:hover,
.pageNav2 .dropdown-menu a:hover,
.bannerBlockHolder .title:before,
.newsPostColumn .imgHolder .time,
.footerHolder .tagNavList a:hover,
.show-head .viewFilterLinks a:hover,
.dealSlider .slick-dots button:hover,
.featureCol .postHoverLinskList a:hover,
.testimonailSlider .slick-dots button:hover,
.show-head .dropdown .dropdown-menu a:hover,
.dealSlider .slick-dots .slick-active button,
.testimonailSlider .slick-dots .slick-active button,
.cartHolder .cartTable .jcf-number .jcf-btn-inc:hover,
.cartHolder .cartTable .jcf-number .jcf-btn-dec:hover,
.ui-state-default,
.ui-widget-content .ui-state-default,
.productTextHolder .sizeList [type="checkbox"]:checked+.fake-input {
background: #5ba515;
}
.tabSetList a:after,
.pagination a:hover,
.pagination .active a,
.pageNav2 a:after:hover,
.discoverSecHolder .btn,
.pageNav2 .active a:after,
.tabSetList li .active:after,
.pageNav1 .navbar-toggle:hover,
.footerHolder .tagNavList a:hover,
.show-head .viewFilterLinks a:hover,
.dealSlider .slick-dots button:before {
border-color: #5ba515;
}