Commit 66d4dd0ea18b973a0d3836a9474e8aa1355cc946

Authored by Виталий
1 parent c6206ab6

git

Showing 1 changed file with 23 additions and 3 deletions   Show diff stats
frontend/web/css/style.css
@@ -2536,6 +2536,7 @@ input[type=file]::-webkit-file-upload-button { @@ -2536,6 +2536,7 @@ input[type=file]::-webkit-file-upload-button {
2536 background-color: transparent; 2536 background-color: transparent;
2537 margin-bottom: 16px; 2537 margin-bottom: 16px;
2538 padding-left: 8px; 2538 padding-left: 8px;
  2539 + margin-top: 5px;
2539 } 2540 }
2540 2541
2541 .search-work-form select option:first-child{border-top: none} 2542 .search-work-form select option:first-child{border-top: none}
@@ -4662,7 +4663,7 @@ ul.download-list-files li:hover .download-link {transition: 0.2s; opacity: 1; -m @@ -4662,7 +4663,7 @@ ul.download-list-files li:hover .download-link {transition: 0.2s; opacity: 1; -m
4662 outline: none; 4663 outline: none;
4663 } 4664 }
4664 .custom-input-2.fix-input-2 {width: 100%} 4665 .custom-input-2.fix-input-2 {width: 100%}
4665 -.custom-input-2:focus, .selectize-input input:focus {border: 1px solid #dcdcdc;box-shadow: 1px 2px 2px 0px rgba(215, 215, 215, 0.75) inset; transition: 0.1s; outline: none} 4666 +.custom-input-2:focus, .selectize-input input:focus, .search-work-form select:focus {border: 1px solid #dcdcdc;box-shadow: 1px 2px 2px 0px rgba(215, 215, 215, 0.75) inset; transition: 0.1s; outline: none}
4666 .input-blocks select {margin-top: 5px} 4667 .input-blocks select {margin-top: 5px}
4667 .input-blocks label, .skills-title { 4668 .input-blocks label, .skills-title {
4668 font-size: 13px; 4669 font-size: 13px;
@@ -6761,6 +6762,25 @@ li.active-menu-admin .ico_num { @@ -6761,6 +6762,25 @@ li.active-menu-admin .ico_num {
6761 li.active-menu-admin:hover a .ico_num { 6762 li.active-menu-admin:hover a .ico_num {
6762 color: #62b8ef !important; 6763 color: #62b8ef !important;
6763 } 6764 }
6764 -#projectsearch-contractual { 6765 +/***form-rating***/
  6766 +.search-work-form .ui-widget {
  6767 + height: 1px;
  6768 + border: 0;
  6769 + background: #0072bc;
  6770 +}
  6771 +.search-work-form .ui-state-default {
  6772 + background: #0072bc;
  6773 + border-radius: 100%;
  6774 + outline: none;
  6775 + margin-top: -5px;
  6776 +}
  6777 +.search-work-form .ui-state-hover {
  6778 + background: #0072bc;
  6779 +}
  6780 +.search-work-form #w0-rating {
  6781 + font-family: inherit;
  6782 + font-size: 13px;
  6783 + color: inherit;
  6784 +}
  6785 +/*****************/
6765 6786
6766 -}  
6767 \ No newline at end of file 6787 \ No newline at end of file