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

@@ -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; }