Merge branch 'MDL-57831' of git://github.com/paulholden/moodle

This commit is contained in:
Sara Arjona 2021-04-22 18:13:04 +02:00
commit 80b1bb4751
6 changed files with 19 additions and 31 deletions

View file

@ -48,18 +48,18 @@
}
}
tr {
th {
border-left: 1px solid $border-color;
}
td {
&:not(:first-child) {
width: 150px;
text-align: center;
}
&:nth-child(even) {
background-color: #f7f7f7;
border: 1px solid $border-color;
}
}
th:nth-child(even) {
background-color: #f7f7f7;
}
}
.preference-row {
.hover-tooltip-container {

View file

@ -15095,13 +15095,13 @@ a.ygtvspacer:hover {
display: none; }
.preferences-container .preference-table thead th.unconfigured .config-warning {
display: inline-block; }
.preferences-container .preference-table tr th {
border-left: 1px solid #dee2e6; }
.preferences-container .preference-table tr td:not(:first-child) {
width: 150px;
text-align: center; }
.preferences-container .preference-table tr td:nth-child(even) {
background-color: #f7f7f7; }
.preferences-container .preference-table tr th:nth-child(even) {
background-color: #f7f7f7; }
border: 1px solid #dee2e6; }
.preferences-container .preference-table .preference-row .hover-tooltip-container {
display: inline-block; }
.preferences-container .preference-table .preference-row .preference-name {

View file

@ -15319,13 +15319,13 @@ a.ygtvspacer:hover {
display: none; }
.preferences-container .preference-table thead th.unconfigured .config-warning {
display: inline-block; }
.preferences-container .preference-table tr th {
border-left: 1px solid #dee2e6; }
.preferences-container .preference-table tr td:not(:first-child) {
width: 150px;
text-align: center; }
.preferences-container .preference-table tr td:nth-child(even) {
background-color: #f7f7f7; }
.preferences-container .preference-table tr th:nth-child(even) {
background-color: #f7f7f7; }
border: 1px solid #dee2e6; }
.preferences-container .preference-table .preference-row .hover-tooltip-container {
display: inline-block; }
.preferences-container .preference-table .preference-row .preference-name {