Begin shaping codebase for loopback migration.
This commit is contained in:
61
server/views/resources/test.css
Normal file
61
server/views/resources/test.css
Normal file
@@ -0,0 +1,61 @@
|
||||
.themeCustom a.link:link, .themeCustom a.link:visited, .themeCustom a:link, .themeCustom a:visited {
|
||||
color: #0066cc;
|
||||
}
|
||||
|
||||
.themeCustom .sh_header_search .well {
|
||||
background: #dedede;
|
||||
}
|
||||
|
||||
.themeCustom .sh_header_search .header_wrapper {
|
||||
border-bottom-color: #cccccc;
|
||||
}
|
||||
|
||||
.themeCustom .column-left {
|
||||
background-color: #dedede;
|
||||
}
|
||||
|
||||
.themeCustom .column-left .filters .handle {
|
||||
background-color: #dedede;
|
||||
}
|
||||
|
||||
.themeCustom .column-left .filters .handle:hover {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
|
||||
.themeCustom .column-left .recent_searches, .themeCustom .column-left .search_tools, .themeCustom .column-left .search_links, .themeCustom .column-left .sort_jobs {
|
||||
border-top-color: #dedede;
|
||||
}
|
||||
|
||||
.themeCustom #search_title .text-highlight {
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.themeCustom .inline-filters {
|
||||
background: #dedede;
|
||||
}
|
||||
|
||||
.themeCustom input[type=radio]:checked + label > span, .themeCustom .sort_jobs input[type=radio]:checked + label > span, .themeCustom .social-network-logins input[type=radio]:checked + label > span {
|
||||
background-color: #444444;
|
||||
border-color: #444444;
|
||||
}
|
||||
|
||||
.themeCustom .filters .filter ul li a, .themeCustom #c_expired a, .themeCustom .result a, .themeCustom .expand_search a, .themeCustom .simplyhired-intl a, .themeCustom .filters .filter ul li a:visited, .themeCustom #c_expired a:visited, .themeCustom .result a:visited, .themeCustom .expand_search a:visited, .themeCustom .simplyhired-intl a:visited, .themeCustom .job h2 {
|
||||
color: #0066cc;}
|
||||
|
||||
.sh.theme-base .btn-sh2 {
|
||||
background-color: #999999;
|
||||
}
|
||||
|
||||
.sh.theme-base .sh_header_search .skin-search-promo .btn-large{
|
||||
background-color: #999999;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.sh .job .new {
|
||||
background-color: #999999;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.sh .job .partner-exclusive {
|
||||
background-color: #F15A22;
|
||||
}
|
Reference in New Issue
Block a user