This commit is contained in:
Jerry
2021-04-30 11:56:29 +03:00
parent 0d38b66dba
commit b0e559d7a6
5 changed files with 47 additions and 22 deletions

View File

@@ -670,24 +670,8 @@ blockquote {
-moz-osx-font-smoothing: grayscale; }
.icon-warning-custom {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 50%;
color: white;
background: red;
overflow: hidden;
line-height: 16px;
text-align: center;
padding-right: 1px; }
.icon-warning-custom:after {
content: "!";
font-size: 14px;
display: inline-block;
vertical-align: top;
position: relative;
top: -1px;
font-weight: bold; }
color: #e89f29;
font-size: 16px; }
.icon-upload:before {
content: "\e941"; }
@@ -1128,7 +1112,7 @@ header {
line-height: 20px;
text-transform: uppercase;
color: white;
background: red;
background: #e89f29;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -259,6 +259,11 @@ footer.v2 {
.form-group label {
color: #036; }
.show-hide-password .show-hide-icon {
color: #036; }
.show-hide-password .show-hide-icon.hide-line:after {
background: #036; }
/* Tabset. */
ul.tabset-tabs li {
position: relative;
@@ -805,6 +810,37 @@ body .cd-mob-chat-widget {
.wrapper.new-student-view .right-selection-block.search-result .rs-text .search-in-text {
color: #0c4e91; }
.tab-close-msg {
color: #13396D; }
/* My Storage. */
.ms-files-list .table tr td {
color: #475669; }
.ms-files-list .table tr th {
color: #0C4E91; }
.ms-files-list .table .rename-file, .ms-files-list .table .remove-file {
color: #475669; }
.ms-files-list .table .rename-file:hover, .ms-files-list .table .remove-file:hover {
color: #666; }
.ms-files-list .table .icon-video-camera {
color: #0C4E91; }
.file-input-cont label {
color: #0c4e91; }
.ms-progress-bar .progress-bar-cont .progress-percent {
background-image: linear-gradient(-45deg, rgba(19, 77, 150, 0.2) 25%, transparent 25%, transparent 50%, rgba(19, 77, 150, 0.2) 50%, rgba(19, 77, 150, 0.2) 75%, transparent 75%, transparent);
background-color: #e7f0fb; }
.drop-file-upload-form .dd-form-head {
color: #3090f0; }
.cke_dialog .files-list .fl-msg a {
color: #0c4e91; }
.dash-top-links .dash-link .dl-icon {
background: #fff;
border: 3px solid #fff;
@@ -840,6 +876,11 @@ body .cd-mob-chat-widget {
.pd-container .center-bottom .preview-link a.button .icon-view {
color: #0c4e91; }
.box .buttons .cart-confirm {
color: #134d96; }
.box .buttons .cart-confirm .icon-check {
color: #134d96; }
/* Widgets. */
.modal .modal-dialog .modal-head {
color: #3090f0; }

File diff suppressed because one or more lines are too long