MDL-69114 theme_boost: improve the color contrast for .*-info classes
This commit is contained in:
@@ -20,7 +20,7 @@ $orange: #f0ad4e !default;
|
||||
$yellow: #ff7518 !default;
|
||||
$green: #398439 !default;
|
||||
$teal: #20c997 !default;
|
||||
$cyan: #5bc0de !default;
|
||||
$cyan: #008196 !default;
|
||||
|
||||
$primary: $blue !default;
|
||||
$success: $green !default;
|
||||
|
||||
@@ -2352,14 +2352,14 @@
|
||||
--yellow: #ff7518;
|
||||
--green: #398439;
|
||||
--teal: #20c997;
|
||||
--cyan: #5bc0de;
|
||||
--cyan: #008196;
|
||||
--white: #fff;
|
||||
--gray: #6c757d;
|
||||
--gray-dark: #343a40;
|
||||
--primary: #1177d1;
|
||||
--secondary: #ced4da;
|
||||
--success: #398439;
|
||||
--info: #5bc0de;
|
||||
--info: #008196;
|
||||
--warning: #f0ad4e;
|
||||
--danger: #d43f3a;
|
||||
--light: #f8f9fa;
|
||||
@@ -3496,16 +3496,16 @@ table#listdirectories td {
|
||||
.table-info,
|
||||
.table-info > th,
|
||||
.table-info > td {
|
||||
background-color: #d1edf6; }
|
||||
background-color: #b8dce2; }
|
||||
|
||||
.table-info th,
|
||||
.table-info td,
|
||||
.table-info thead th,
|
||||
.table-info tbody + tbody {
|
||||
border-color: #aadeee; }
|
||||
border-color: #7abdc8; }
|
||||
|
||||
.table-hover .table-info:hover, table.grading-report .table-info:hover, .forumheaderlist .table-info:hover, .generaltable .table-info:hover, table.flexible .table-info:hover, .category_subcategories .table-info:hover, table#modules .table-info:hover, table#permissions .table-info:hover {
|
||||
background-color: #bce5f2; }
|
||||
background-color: #a6d3db; }
|
||||
.table-hover .table-info:hover > td, table.grading-report .table-info:hover > td, .forumheaderlist .table-info:hover > td, .generaltable .table-info:hover > td, table.flexible .table-info:hover > td, .category_subcategories .table-info:hover > td, table#modules .table-info:hover > td, table#permissions .table-info:hover > td,
|
||||
.table-hover .table-info:hover > th,
|
||||
table.grading-report .table-info:hover > th,
|
||||
@@ -3515,7 +3515,7 @@ table#listdirectories td {
|
||||
.category_subcategories .table-info:hover > th,
|
||||
table#modules .table-info:hover > th,
|
||||
table#permissions .table-info:hover > th {
|
||||
background-color: #bce5f2; }
|
||||
background-color: #a6d3db; }
|
||||
|
||||
.table-warning, #overriderolestable .overriddenpermission,
|
||||
.table-warning > th,
|
||||
@@ -4205,27 +4205,27 @@ fieldset:disabled #page-grade-grading-manage .actions a.action,
|
||||
box-shadow: 0 0 0 0.2rem rgba(87, 150, 87, 0.5); }
|
||||
|
||||
.btn-info {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196; }
|
||||
.btn-info:hover {
|
||||
color: #fff;
|
||||
background-color: #3bb4d8;
|
||||
border-color: #31b0d5; }
|
||||
background-color: #006070;
|
||||
border-color: #005563; }
|
||||
.btn-info:focus, .btn-info.focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5); }
|
||||
.btn-info.disabled, .btn-info:disabled {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196; }
|
||||
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aaacf; }
|
||||
background-color: #005563;
|
||||
border-color: #004a56; }
|
||||
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-info.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5); }
|
||||
|
||||
.btn-warning {
|
||||
color: #212529;
|
||||
@@ -4383,25 +4383,25 @@ fieldset:disabled #page-grade-grading-manage .actions a.action,
|
||||
box-shadow: 0 0 0 0.2rem rgba(57, 132, 57, 0.5); }
|
||||
|
||||
.btn-outline-info {
|
||||
color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #008196;
|
||||
border-color: #008196; }
|
||||
.btn-outline-info:hover {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196; }
|
||||
.btn-outline-info:focus, .btn-outline-info.focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5); }
|
||||
.btn-outline-info.disabled, .btn-outline-info:disabled {
|
||||
color: #5bc0de;
|
||||
color: #008196;
|
||||
background-color: transparent; }
|
||||
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-outline-info.dropdown-toggle {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196; }
|
||||
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-outline-info.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5); }
|
||||
|
||||
.btn-outline-warning {
|
||||
color: #f0ad4e;
|
||||
@@ -5851,14 +5851,14 @@ p.arrow_button input[type="button"],
|
||||
box-shadow: 0 0 0 0.2rem rgba(57, 132, 57, 0.5); }
|
||||
|
||||
.badge-info {
|
||||
color: #212529;
|
||||
background-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196; }
|
||||
.badge-info[href]:hover, .badge-info[href]:focus {
|
||||
color: #212529;
|
||||
background-color: #31b0d5; }
|
||||
color: #fff;
|
||||
background-color: #005563; }
|
||||
.badge-info[href]:focus, .badge-info[href].focus {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5); }
|
||||
|
||||
.badge-warning {
|
||||
color: #212529;
|
||||
@@ -5966,13 +5966,13 @@ p.arrow_button input[type="button"],
|
||||
color: #0f210f; }
|
||||
|
||||
.alert-info, #page-admin-index .releasenoteslink, #adminsettings .form-overridden, .que .formulation, .assignfeedback_editpdf_widget .label {
|
||||
color: #2f6473;
|
||||
background-color: #def2f8;
|
||||
border-color: #d1edf6; }
|
||||
color: #00434e;
|
||||
background-color: #cce6ea;
|
||||
border-color: #b8dce2; }
|
||||
.alert-info hr, #page-admin-index .releasenoteslink hr, #adminsettings .form-overridden hr, .que .formulation hr, .assignfeedback_editpdf_widget .label hr {
|
||||
border-top-color: #bce5f2; }
|
||||
border-top-color: #a6d3db; }
|
||||
.alert-info .alert-link, #page-admin-index .releasenoteslink .alert-link, #adminsettings .form-overridden .alert-link, .que .formulation .alert-link, .assignfeedback_editpdf_widget .label .alert-link {
|
||||
color: #20454f; }
|
||||
color: #00171b; }
|
||||
|
||||
.alert-warning,
|
||||
#page-admin-index .adminwarning, .uninstalldeleteconfirmexternal,
|
||||
@@ -6186,15 +6186,15 @@ p.arrow_button input[type="button"],
|
||||
border-color: #1e451e; }
|
||||
|
||||
.list-group-item-info {
|
||||
color: #2f6473;
|
||||
background-color: #d1edf6; }
|
||||
color: #00434e;
|
||||
background-color: #b8dce2; }
|
||||
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
|
||||
color: #2f6473;
|
||||
background-color: #bce5f2; }
|
||||
color: #00434e;
|
||||
background-color: #a6d3db; }
|
||||
.list-group-item-info.list-group-item-action.active {
|
||||
color: #fff;
|
||||
background-color: #2f6473;
|
||||
border-color: #2f6473; }
|
||||
background-color: #00434e;
|
||||
border-color: #00434e; }
|
||||
|
||||
.list-group-item-warning {
|
||||
color: #7d5a29;
|
||||
@@ -6874,12 +6874,12 @@ button.bg-success:focus {
|
||||
background-color: #2a602a !important; }
|
||||
|
||||
.bg-info {
|
||||
background-color: #5bc0de !important; }
|
||||
background-color: #008196 !important; }
|
||||
|
||||
a.bg-info:hover, a.bg-info:focus,
|
||||
button.bg-info:hover,
|
||||
button.bg-info:focus {
|
||||
background-color: #31b0d5 !important; }
|
||||
background-color: #005563 !important; }
|
||||
|
||||
.bg-warning {
|
||||
background-color: #f0ad4e !important; }
|
||||
@@ -6960,7 +6960,7 @@ button.bg-dark:focus {
|
||||
border-color: #398439 !important; }
|
||||
|
||||
.border-info {
|
||||
border-color: #5bc0de !important; }
|
||||
border-color: #008196 !important; }
|
||||
|
||||
.border-warning {
|
||||
border-color: #f0ad4e !important; }
|
||||
@@ -9208,10 +9208,10 @@ a.notifysuccess:focus, a.connected:focus {
|
||||
color: #224f22 !important; }
|
||||
|
||||
.text-info, .highlight {
|
||||
color: #5bc0de !important; }
|
||||
color: #008196 !important; }
|
||||
|
||||
a.text-info:hover, a.highlight:hover, a.text-info:focus, a.highlight:focus {
|
||||
color: #28a1c5 !important; }
|
||||
color: #003f4a !important; }
|
||||
|
||||
.text-warning, .red,
|
||||
.notifyproblem, .completion-expired, span.flagged-tag,
|
||||
@@ -9414,9 +9414,9 @@ a.dimmed_text:visited,
|
||||
background-color: #2a602a; }
|
||||
|
||||
.tag-info, #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity200 .info.release {
|
||||
background-color: #5bc0de; }
|
||||
background-color: #008196; }
|
||||
.tag-info[href]:hover, #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity200 .info.release[href]:hover, .tag-info[href]:focus, #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity200 .info.release[href]:focus {
|
||||
background-color: #31b0d5; }
|
||||
background-color: #005563; }
|
||||
|
||||
.tag-warning, .statuswarning, #page-admin-report-backups-index .backup-warning, #page-admin-index .updateplugin .updatepluginconfirmexternal, #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity100 .info.release,
|
||||
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity150 .info.release {
|
||||
@@ -11497,7 +11497,7 @@ body.h5p-embed .h5pmessages {
|
||||
color: #0f210f; }
|
||||
|
||||
.alert-info a, #page-admin-index .releasenoteslink a, #adminsettings .form-overridden a, .que .formulation a, .assignfeedback_editpdf_widget .label a {
|
||||
color: #20454f; }
|
||||
color: #00171b; }
|
||||
|
||||
.alert-warning a, #page-admin-index .adminwarning a, .uninstalldeleteconfirmexternal a, .que .outcome a, .que .comment a {
|
||||
color: #573e1c; }
|
||||
@@ -11896,11 +11896,11 @@ body.h5p-embed .h5pmessages {
|
||||
width: 4em; }
|
||||
|
||||
#adminthemeselector .selectedtheme td.c0 {
|
||||
border: 1px solid #d1edf6;
|
||||
border: 1px solid #b8dce2;
|
||||
border-right-width: 0; }
|
||||
|
||||
#adminthemeselector .selectedtheme td.c1 {
|
||||
border: 1px solid #d1edf6;
|
||||
border: 1px solid #b8dce2;
|
||||
border-left-width: 0; }
|
||||
|
||||
.admin_colourpicker,
|
||||
@@ -11923,14 +11923,14 @@ body.h5p-embed .h5pmessages {
|
||||
|
||||
.admin_colourpicker .colourdialogue {
|
||||
float: left;
|
||||
border: 1px solid #d1edf6; }
|
||||
border: 1px solid #b8dce2; }
|
||||
|
||||
.admin_colourpicker .previewcolour {
|
||||
border: 1px solid #d1edf6;
|
||||
border: 1px solid #b8dce2;
|
||||
margin-left: 301px; }
|
||||
|
||||
.admin_colourpicker .currentcolour {
|
||||
border: 1px solid #d1edf6;
|
||||
border: 1px solid #b8dce2;
|
||||
margin-left: 301px;
|
||||
border-top-width: 0; }
|
||||
|
||||
@@ -11982,7 +11982,7 @@ body.h5p-embed .h5pmessages {
|
||||
|
||||
#plugins-check-page .pluginupdateinfo,
|
||||
#plugins-control-panel .pluginupdateinfo {
|
||||
background-color: #def2f8;
|
||||
background-color: #cce6ea;
|
||||
padding: 5px;
|
||||
margin: 10px 0; }
|
||||
#plugins-check-page .pluginupdateinfo.maturity50,
|
||||
@@ -12991,11 +12991,11 @@ span.editinstructions {
|
||||
margin-left: 30px;
|
||||
font-size: 0.8203125rem;
|
||||
padding: .1em .4em;
|
||||
background-color: #def2f8;
|
||||
color: #5bc0de;
|
||||
background-color: #cce6ea;
|
||||
color: #008196;
|
||||
text-decoration: none;
|
||||
z-index: 9999;
|
||||
border: 1px solid #d1edf6; }
|
||||
border: 1px solid #b8dce2; }
|
||||
|
||||
/* Course drag and drop upload styles */
|
||||
#dndupload-status {
|
||||
@@ -13004,10 +13004,10 @@ span.editinstructions {
|
||||
width: 40%;
|
||||
margin: 0 30%;
|
||||
padding: 6px;
|
||||
border: 1px solid #d1edf6;
|
||||
border: 1px solid #b8dce2;
|
||||
text-align: center;
|
||||
background: #def2f8;
|
||||
color: #5bc0de;
|
||||
background: #cce6ea;
|
||||
color: #008196;
|
||||
z-index: 1; }
|
||||
|
||||
.dndupload-preview {
|
||||
@@ -13322,30 +13322,30 @@ span.editinstructions {
|
||||
#course-category-listings .listing-pagination {
|
||||
text-align: center; }
|
||||
#course-category-listings .listing-pagination .yui3-button {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196;
|
||||
border: 0;
|
||||
margin: 0.4rem 0.2rem 0.45rem;
|
||||
font-size: 10.4px; }
|
||||
#course-category-listings .listing-pagination .yui3-button:hover {
|
||||
color: #fff;
|
||||
background-color: #3bb4d8;
|
||||
border-color: #31b0d5; }
|
||||
background-color: #006070;
|
||||
border-color: #005563; }
|
||||
#course-category-listings .listing-pagination .yui3-button:focus, #course-category-listings .listing-pagination .yui3-button.focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5); }
|
||||
#course-category-listings .listing-pagination .yui3-button.disabled, #course-category-listings .listing-pagination .yui3-button:disabled {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196; }
|
||||
#course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled):active, #course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled).active,
|
||||
.show > #course-category-listings .listing-pagination .yui3-button.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aaacf; }
|
||||
background-color: #005563;
|
||||
border-color: #004a56; }
|
||||
#course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled):active:focus, #course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled).active:focus,
|
||||
.show > #course-category-listings .listing-pagination .yui3-button.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5); }
|
||||
#course-category-listings .listing-pagination .yui3-button.active-page {
|
||||
color: #fff;
|
||||
background-color: #1177d1;
|
||||
@@ -18438,9 +18438,9 @@ span[data-flexitour="container"][x-placement="right"], span[data-flexitour="cont
|
||||
background-color: #2a602a; }
|
||||
|
||||
.label-info {
|
||||
background-color: #5bc0de; }
|
||||
background-color: #008196; }
|
||||
.label-info[href]:hover, .label-info[href]:focus {
|
||||
background-color: #31b0d5; }
|
||||
background-color: #005563; }
|
||||
|
||||
.label-warning {
|
||||
background-color: #f0ad4e; }
|
||||
|
||||
@@ -20,7 +20,7 @@ $orange: #f0ad4e !default;
|
||||
$yellow: #ff7518 !default;
|
||||
$green: #398439 !default;
|
||||
$teal: #20c997 !default;
|
||||
$cyan: #5bc0de !default;
|
||||
$cyan: #008196 !default;
|
||||
|
||||
$primary: $blue !default;
|
||||
$success: $green !default;
|
||||
|
||||
@@ -2352,14 +2352,14 @@
|
||||
--yellow: #ff7518;
|
||||
--green: #398439;
|
||||
--teal: #20c997;
|
||||
--cyan: #5bc0de;
|
||||
--cyan: #008196;
|
||||
--white: #fff;
|
||||
--gray: #6c757d;
|
||||
--gray-dark: #343a40;
|
||||
--primary: #1177d1;
|
||||
--secondary: #ced4da;
|
||||
--success: #398439;
|
||||
--info: #5bc0de;
|
||||
--info: #008196;
|
||||
--warning: #f0ad4e;
|
||||
--danger: #d43f3a;
|
||||
--light: #f8f9fa;
|
||||
@@ -3498,16 +3498,16 @@ table#listdirectories td {
|
||||
.table-info,
|
||||
.table-info > th,
|
||||
.table-info > td {
|
||||
background-color: #d1edf6; }
|
||||
background-color: #b8dce2; }
|
||||
|
||||
.table-info th,
|
||||
.table-info td,
|
||||
.table-info thead th,
|
||||
.table-info tbody + tbody {
|
||||
border-color: #aadeee; }
|
||||
border-color: #7abdc8; }
|
||||
|
||||
.table-hover .table-info:hover, table.grading-report .table-info:hover, .forumheaderlist .table-info:hover, .generaltable .table-info:hover, table.flexible .table-info:hover, .category_subcategories .table-info:hover, table#modules .table-info:hover, table#permissions .table-info:hover {
|
||||
background-color: #bce5f2; }
|
||||
background-color: #a6d3db; }
|
||||
.table-hover .table-info:hover > td, table.grading-report .table-info:hover > td, .forumheaderlist .table-info:hover > td, .generaltable .table-info:hover > td, table.flexible .table-info:hover > td, .category_subcategories .table-info:hover > td, table#modules .table-info:hover > td, table#permissions .table-info:hover > td,
|
||||
.table-hover .table-info:hover > th,
|
||||
table.grading-report .table-info:hover > th,
|
||||
@@ -3517,7 +3517,7 @@ table#listdirectories td {
|
||||
.category_subcategories .table-info:hover > th,
|
||||
table#modules .table-info:hover > th,
|
||||
table#permissions .table-info:hover > th {
|
||||
background-color: #bce5f2; }
|
||||
background-color: #a6d3db; }
|
||||
|
||||
.table-warning, #overriderolestable .overriddenpermission,
|
||||
.table-warning > th,
|
||||
@@ -4211,27 +4211,27 @@ fieldset:disabled #page-grade-grading-manage .actions a.action,
|
||||
box-shadow: 0 0 0 0.2rem rgba(87, 150, 87, 0.5); }
|
||||
|
||||
.btn-info {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196; }
|
||||
.btn-info:hover {
|
||||
color: #fff;
|
||||
background-color: #3bb4d8;
|
||||
border-color: #31b0d5; }
|
||||
background-color: #006070;
|
||||
border-color: #005563; }
|
||||
.btn-info:focus, .btn-info.focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5); }
|
||||
.btn-info.disabled, .btn-info:disabled {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196; }
|
||||
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aaacf; }
|
||||
background-color: #005563;
|
||||
border-color: #004a56; }
|
||||
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-info.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5); }
|
||||
|
||||
.btn-warning {
|
||||
color: #212529;
|
||||
@@ -4389,25 +4389,25 @@ fieldset:disabled #page-grade-grading-manage .actions a.action,
|
||||
box-shadow: 0 0 0 0.2rem rgba(57, 132, 57, 0.5); }
|
||||
|
||||
.btn-outline-info {
|
||||
color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #008196;
|
||||
border-color: #008196; }
|
||||
.btn-outline-info:hover {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196; }
|
||||
.btn-outline-info:focus, .btn-outline-info.focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5); }
|
||||
.btn-outline-info.disabled, .btn-outline-info:disabled {
|
||||
color: #5bc0de;
|
||||
color: #008196;
|
||||
background-color: transparent; }
|
||||
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-outline-info.dropdown-toggle {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196; }
|
||||
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-outline-info.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5); }
|
||||
|
||||
.btn-outline-warning {
|
||||
color: #f0ad4e;
|
||||
@@ -6028,14 +6028,14 @@ p.arrow_button input[type="button"],
|
||||
box-shadow: 0 0 0 0.2rem rgba(57, 132, 57, 0.5); }
|
||||
|
||||
.badge-info {
|
||||
color: #212529;
|
||||
background-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196; }
|
||||
.badge-info[href]:hover, .badge-info[href]:focus {
|
||||
color: #212529;
|
||||
background-color: #31b0d5; }
|
||||
color: #fff;
|
||||
background-color: #005563; }
|
||||
.badge-info[href]:focus, .badge-info[href].focus {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(0, 129, 150, 0.5); }
|
||||
|
||||
.badge-warning {
|
||||
color: #212529;
|
||||
@@ -6146,13 +6146,13 @@ p.arrow_button input[type="button"],
|
||||
color: #0f210f; }
|
||||
|
||||
.alert-info, #page-admin-index .releasenoteslink, #adminsettings .form-overridden, .que .formulation, .assignfeedback_editpdf_widget .label {
|
||||
color: #2f6473;
|
||||
background-color: #def2f8;
|
||||
border-color: #d1edf6; }
|
||||
color: #00434e;
|
||||
background-color: #cce6ea;
|
||||
border-color: #b8dce2; }
|
||||
.alert-info hr, #page-admin-index .releasenoteslink hr, #adminsettings .form-overridden hr, .que .formulation hr, .assignfeedback_editpdf_widget .label hr {
|
||||
border-top-color: #bce5f2; }
|
||||
border-top-color: #a6d3db; }
|
||||
.alert-info .alert-link, #page-admin-index .releasenoteslink .alert-link, #adminsettings .form-overridden .alert-link, .que .formulation .alert-link, .assignfeedback_editpdf_widget .label .alert-link {
|
||||
color: #20454f; }
|
||||
color: #00171b; }
|
||||
|
||||
.alert-warning,
|
||||
#page-admin-index .adminwarning, .uninstalldeleteconfirmexternal,
|
||||
@@ -6408,15 +6408,15 @@ p.arrow_button input[type="button"],
|
||||
border-color: #1e451e; }
|
||||
|
||||
.list-group-item-info {
|
||||
color: #2f6473;
|
||||
background-color: #d1edf6; }
|
||||
color: #00434e;
|
||||
background-color: #b8dce2; }
|
||||
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
|
||||
color: #2f6473;
|
||||
background-color: #bce5f2; }
|
||||
color: #00434e;
|
||||
background-color: #a6d3db; }
|
||||
.list-group-item-info.list-group-item-action.active {
|
||||
color: #fff;
|
||||
background-color: #2f6473;
|
||||
border-color: #2f6473; }
|
||||
background-color: #00434e;
|
||||
border-color: #00434e; }
|
||||
|
||||
.list-group-item-warning {
|
||||
color: #7d5a29;
|
||||
@@ -7106,12 +7106,12 @@ button.bg-success:focus {
|
||||
background-color: #2a602a !important; }
|
||||
|
||||
.bg-info {
|
||||
background-color: #5bc0de !important; }
|
||||
background-color: #008196 !important; }
|
||||
|
||||
a.bg-info:hover, a.bg-info:focus,
|
||||
button.bg-info:hover,
|
||||
button.bg-info:focus {
|
||||
background-color: #31b0d5 !important; }
|
||||
background-color: #005563 !important; }
|
||||
|
||||
.bg-warning {
|
||||
background-color: #f0ad4e !important; }
|
||||
@@ -7191,7 +7191,7 @@ button.bg-dark:focus {
|
||||
border-color: #398439 !important; }
|
||||
|
||||
.border-info {
|
||||
border-color: #5bc0de !important; }
|
||||
border-color: #008196 !important; }
|
||||
|
||||
.border-warning {
|
||||
border-color: #f0ad4e !important; }
|
||||
@@ -9439,10 +9439,10 @@ a.notifysuccess:focus, a.connected:focus {
|
||||
color: #224f22 !important; }
|
||||
|
||||
.text-info, .highlight {
|
||||
color: #5bc0de !important; }
|
||||
color: #008196 !important; }
|
||||
|
||||
a.text-info:hover, a.highlight:hover, a.text-info:focus, a.highlight:focus {
|
||||
color: #28a1c5 !important; }
|
||||
color: #003f4a !important; }
|
||||
|
||||
.text-warning, .red,
|
||||
.notifyproblem, .completion-expired, span.flagged-tag,
|
||||
@@ -9646,9 +9646,9 @@ a.dimmed_text:visited,
|
||||
background-color: #2a602a; }
|
||||
|
||||
.tag-info, #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity200 .info.release {
|
||||
background-color: #5bc0de; }
|
||||
background-color: #008196; }
|
||||
.tag-info[href]:hover, #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity200 .info.release[href]:hover, .tag-info[href]:focus, #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity200 .info.release[href]:focus {
|
||||
background-color: #31b0d5; }
|
||||
background-color: #005563; }
|
||||
|
||||
.tag-warning, .statuswarning, #page-admin-report-backups-index .backup-warning, #page-admin-index .updateplugin .updatepluginconfirmexternal, #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity100 .info.release,
|
||||
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity150 .info.release {
|
||||
@@ -11736,7 +11736,7 @@ body.h5p-embed .h5pmessages {
|
||||
color: #0f210f; }
|
||||
|
||||
.alert-info a, #page-admin-index .releasenoteslink a, #adminsettings .form-overridden a, .que .formulation a, .assignfeedback_editpdf_widget .label a {
|
||||
color: #20454f; }
|
||||
color: #00171b; }
|
||||
|
||||
.alert-warning a, #page-admin-index .adminwarning a, .uninstalldeleteconfirmexternal a, .que .outcome a, .que .comment a {
|
||||
color: #573e1c; }
|
||||
@@ -12135,11 +12135,11 @@ body.h5p-embed .h5pmessages {
|
||||
width: 4em; }
|
||||
|
||||
#adminthemeselector .selectedtheme td.c0 {
|
||||
border: 1px solid #d1edf6;
|
||||
border: 1px solid #b8dce2;
|
||||
border-right-width: 0; }
|
||||
|
||||
#adminthemeselector .selectedtheme td.c1 {
|
||||
border: 1px solid #d1edf6;
|
||||
border: 1px solid #b8dce2;
|
||||
border-left-width: 0; }
|
||||
|
||||
.admin_colourpicker,
|
||||
@@ -12162,14 +12162,14 @@ body.h5p-embed .h5pmessages {
|
||||
|
||||
.admin_colourpicker .colourdialogue {
|
||||
float: left;
|
||||
border: 1px solid #d1edf6; }
|
||||
border: 1px solid #b8dce2; }
|
||||
|
||||
.admin_colourpicker .previewcolour {
|
||||
border: 1px solid #d1edf6;
|
||||
border: 1px solid #b8dce2;
|
||||
margin-left: 301px; }
|
||||
|
||||
.admin_colourpicker .currentcolour {
|
||||
border: 1px solid #d1edf6;
|
||||
border: 1px solid #b8dce2;
|
||||
margin-left: 301px;
|
||||
border-top-width: 0; }
|
||||
|
||||
@@ -12221,7 +12221,7 @@ body.h5p-embed .h5pmessages {
|
||||
|
||||
#plugins-check-page .pluginupdateinfo,
|
||||
#plugins-control-panel .pluginupdateinfo {
|
||||
background-color: #def2f8;
|
||||
background-color: #cce6ea;
|
||||
padding: 5px;
|
||||
margin: 10px 0;
|
||||
border-radius: 5px; }
|
||||
@@ -13231,11 +13231,11 @@ span.editinstructions {
|
||||
margin-left: 30px;
|
||||
font-size: 0.8203125rem;
|
||||
padding: .1em .4em;
|
||||
background-color: #def2f8;
|
||||
color: #5bc0de;
|
||||
background-color: #cce6ea;
|
||||
color: #008196;
|
||||
text-decoration: none;
|
||||
z-index: 9999;
|
||||
border: 1px solid #d1edf6; }
|
||||
border: 1px solid #b8dce2; }
|
||||
|
||||
/* Course drag and drop upload styles */
|
||||
#dndupload-status {
|
||||
@@ -13244,10 +13244,10 @@ span.editinstructions {
|
||||
width: 40%;
|
||||
margin: 0 30%;
|
||||
padding: 6px;
|
||||
border: 1px solid #d1edf6;
|
||||
border: 1px solid #b8dce2;
|
||||
text-align: center;
|
||||
background: #def2f8;
|
||||
color: #5bc0de;
|
||||
background: #cce6ea;
|
||||
color: #008196;
|
||||
z-index: 1;
|
||||
border-radius: 8px; }
|
||||
|
||||
@@ -13564,30 +13564,30 @@ span.editinstructions {
|
||||
#course-category-listings .listing-pagination {
|
||||
text-align: center; }
|
||||
#course-category-listings .listing-pagination .yui3-button {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196;
|
||||
border: 0;
|
||||
margin: 0.4rem 0.2rem 0.45rem;
|
||||
font-size: 10.4px; }
|
||||
#course-category-listings .listing-pagination .yui3-button:hover {
|
||||
color: #fff;
|
||||
background-color: #3bb4d8;
|
||||
border-color: #31b0d5; }
|
||||
background-color: #006070;
|
||||
border-color: #005563; }
|
||||
#course-category-listings .listing-pagination .yui3-button:focus, #course-category-listings .listing-pagination .yui3-button.focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5); }
|
||||
#course-category-listings .listing-pagination .yui3-button.disabled, #course-category-listings .listing-pagination .yui3-button:disabled {
|
||||
color: #212529;
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de; }
|
||||
color: #fff;
|
||||
background-color: #008196;
|
||||
border-color: #008196; }
|
||||
#course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled):active, #course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled).active,
|
||||
.show > #course-category-listings .listing-pagination .yui3-button.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aaacf; }
|
||||
background-color: #005563;
|
||||
border-color: #004a56; }
|
||||
#course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled):active:focus, #course-category-listings .listing-pagination .yui3-button:not(:disabled):not(.disabled).active:focus,
|
||||
.show > #course-category-listings .listing-pagination .yui3-button.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); }
|
||||
box-shadow: 0 0 0 0.2rem rgba(38, 148, 166, 0.5); }
|
||||
#course-category-listings .listing-pagination .yui3-button.active-page {
|
||||
color: #fff;
|
||||
background-color: #1177d1;
|
||||
@@ -18643,9 +18643,9 @@ span[data-flexitour="container"][x-placement="right"], span[data-flexitour="cont
|
||||
background-color: #2a602a; }
|
||||
|
||||
.label-info {
|
||||
background-color: #5bc0de; }
|
||||
background-color: #008196; }
|
||||
.label-info[href]:hover, .label-info[href]:focus {
|
||||
background-color: #31b0d5; }
|
||||
background-color: #005563; }
|
||||
|
||||
.label-warning {
|
||||
background-color: #f0ad4e; }
|
||||
|
||||
Reference in New Issue
Block a user