Merge branch 'MDL-70978-311' of git://github.com/aanabit/moodle into MOODLE_311_STABLE

This commit is contained in:
Jun Pataleta 2021-03-18 09:55:53 +08:00
commit 32d345ef1a
3 changed files with 9 additions and 6 deletions

View file

@ -50,7 +50,7 @@
} }
.cb-unlisted .cb-thumbnail { .cb-unlisted .cb-thumbnail {
opacity: .3; opacity: .15;
} }
/* Display a centered eye slash on top of unlisted content icons. */ /* Display a centered eye slash on top of unlisted content icons. */
@ -63,7 +63,8 @@
font-family: FontAwesome; font-family: FontAwesome;
font-size: 26px; font-size: 26px;
text-align: center; text-align: center;
opacity: 0.8; opacity: 0.9;
text-shadow: 0 0 10px $body-bg;
} }
.cb-heading, .cb-heading,

View file

@ -13139,7 +13139,7 @@ table.calendartable caption {
margin-right: auto; margin-right: auto;
margin-bottom: 0.5rem; } margin-bottom: 0.5rem; }
.content-bank-container.view-grid .cb-unlisted .cb-thumbnail { .content-bank-container.view-grid .cb-unlisted .cb-thumbnail {
opacity: .3; } opacity: .15; }
.content-bank-container.view-grid .cb-unlisted::after { .content-bank-container.view-grid .cb-unlisted::after {
position: absolute; position: absolute;
top: 20px; top: 20px;
@ -13149,7 +13149,8 @@ table.calendartable caption {
font-family: FontAwesome; font-family: FontAwesome;
font-size: 26px; font-size: 26px;
text-align: center; text-align: center;
opacity: 0.8; } opacity: 0.9;
text-shadow: 0 0 10px #fff; }
.content-bank-container.view-grid .cb-heading, .content-bank-container.view-grid .cb-heading,
.content-bank-container.view-grid .cb-uses, .content-bank-container.view-grid .cb-uses,
.content-bank-container.view-grid .cb-date, .content-bank-container.view-grid .cb-date,

View file

@ -13353,7 +13353,7 @@ table.calendartable caption {
margin-right: auto; margin-right: auto;
margin-bottom: 0.5rem; } margin-bottom: 0.5rem; }
.content-bank-container.view-grid .cb-unlisted .cb-thumbnail { .content-bank-container.view-grid .cb-unlisted .cb-thumbnail {
opacity: .3; } opacity: .15; }
.content-bank-container.view-grid .cb-unlisted::after { .content-bank-container.view-grid .cb-unlisted::after {
position: absolute; position: absolute;
top: 20px; top: 20px;
@ -13363,7 +13363,8 @@ table.calendartable caption {
font-family: FontAwesome; font-family: FontAwesome;
font-size: 26px; font-size: 26px;
text-align: center; text-align: center;
opacity: 0.8; } opacity: 0.9;
text-shadow: 0 0 10px #fff; }
.content-bank-container.view-grid .cb-heading, .content-bank-container.view-grid .cb-heading,
.content-bank-container.view-grid .cb-uses, .content-bank-container.view-grid .cb-uses,
.content-bank-container.view-grid .cb-date, .content-bank-container.view-grid .cb-date,