Merge branch 'MDL-69391-38' of git://github.com/junpataleta/moodle into MOODLE_38_STABLE
This commit is contained in:
@@ -501,5 +501,5 @@ table.calendartable caption {
|
||||
}
|
||||
|
||||
.cal_courses_flt {
|
||||
color: #868e96;
|
||||
color: $gray-600;
|
||||
}
|
||||
|
||||
@@ -44,6 +44,7 @@ $headings-font-weight: 300 !default;
|
||||
|
||||
// Navbar
|
||||
$navbar-dark-hover-color: rgba($white, 1) !default;
|
||||
$navbar-light-color: rgba($black, 0.6) !default;
|
||||
$navbar-light-hover-color: rgba($black, .9) !default;
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
@@ -5532,7 +5532,7 @@ p.arrow_button input[type="button"],
|
||||
color: rgba(0, 0, 0, 0.9); }
|
||||
|
||||
.navbar-light .navbar-nav .nav-link {
|
||||
color: rgba(0, 0, 0, 0.5); }
|
||||
color: rgba(0, 0, 0, 0.6); }
|
||||
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
|
||||
color: rgba(0, 0, 0, 0.9); }
|
||||
.navbar-light .navbar-nav .nav-link.disabled {
|
||||
@@ -5545,14 +5545,14 @@ p.arrow_button input[type="button"],
|
||||
color: rgba(0, 0, 0, 0.9); }
|
||||
|
||||
.navbar-light .navbar-toggler {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
|
||||
.navbar-light .navbar-toggler-icon {
|
||||
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
|
||||
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
|
||||
|
||||
.navbar-light .navbar-text {
|
||||
color: rgba(0, 0, 0, 0.5); }
|
||||
color: rgba(0, 0, 0, 0.6); }
|
||||
.navbar-light .navbar-text a {
|
||||
color: rgba(0, 0, 0, 0.9); }
|
||||
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
|
||||
@@ -12640,7 +12640,7 @@ table.calendartable caption {
|
||||
margin: 0; }
|
||||
|
||||
.cal_courses_flt {
|
||||
color: #868e96; }
|
||||
color: #6c757d; }
|
||||
|
||||
/* course.less */
|
||||
/* COURSE CONTENT */
|
||||
|
||||
@@ -44,6 +44,7 @@ $headings-font-weight: 300 !default;
|
||||
|
||||
// Navbar
|
||||
$navbar-dark-hover-color: rgba($white, 1) !default;
|
||||
$navbar-light-color: rgba($black, 0.6) !default;
|
||||
$navbar-light-hover-color: rgba($black, .9) !default;
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
@@ -5621,7 +5621,7 @@ p.arrow_button input[type="button"],
|
||||
color: rgba(0, 0, 0, 0.9); }
|
||||
|
||||
.navbar-light .navbar-nav .nav-link {
|
||||
color: rgba(0, 0, 0, 0.5); }
|
||||
color: rgba(0, 0, 0, 0.6); }
|
||||
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
|
||||
color: rgba(0, 0, 0, 0.9); }
|
||||
.navbar-light .navbar-nav .nav-link.disabled {
|
||||
@@ -5634,14 +5634,14 @@ p.arrow_button input[type="button"],
|
||||
color: rgba(0, 0, 0, 0.9); }
|
||||
|
||||
.navbar-light .navbar-toggler {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
|
||||
.navbar-light .navbar-toggler-icon {
|
||||
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
|
||||
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
|
||||
|
||||
.navbar-light .navbar-text {
|
||||
color: rgba(0, 0, 0, 0.5); }
|
||||
color: rgba(0, 0, 0, 0.6); }
|
||||
.navbar-light .navbar-text a {
|
||||
color: rgba(0, 0, 0, 0.9); }
|
||||
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
|
||||
@@ -12880,7 +12880,7 @@ table.calendartable caption {
|
||||
margin: 0; }
|
||||
|
||||
.cal_courses_flt {
|
||||
color: #868e96; }
|
||||
color: #6c757d; }
|
||||
|
||||
/* course.less */
|
||||
/* COURSE CONTENT */
|
||||
|
||||
Reference in New Issue
Block a user