mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
Merge branch 'MDL-68550-master' of https://github.com/rezaies/moodle
This commit is contained in:
commit
76c68e2146
10 changed files with 151 additions and 48 deletions
|
@ -12280,6 +12280,39 @@ body.dragging .dragging {
|
|||
.select-menu .dropdown-item[aria-selected="true"] {
|
||||
font-weight: bold; }
|
||||
|
||||
.initialbargroups ul {
|
||||
-webkit-margin-start: 0;
|
||||
/* stylelint-disable-line */
|
||||
margin-right: -1px; }
|
||||
|
||||
.initialbargroups .page-item:first-child .page-link {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0; }
|
||||
|
||||
.initialbargroups .pagination-lg:first-child .page-item:first-child .page-link {
|
||||
border-top-left-radius: 0.6rem;
|
||||
border-bottom-left-radius: 0.6rem; }
|
||||
|
||||
.initialbargroups .pagination-sm:first-child .page-item:first-child .page-link {
|
||||
border-top-left-radius: 0.2rem;
|
||||
border-bottom-left-radius: 0.2rem; }
|
||||
|
||||
.initialbargroups .page-item:last-child .page-link {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0; }
|
||||
|
||||
.initialbargroups .pagination-lg:last-child .page-item:last-child .page-link {
|
||||
border-top-right-radius: 0.6rem;
|
||||
border-bottom-right-radius: 0.6rem; }
|
||||
|
||||
.initialbargroups .pagination-sm:last-child .page-item:last-child .page-link {
|
||||
border-top-right-radius: 0.2rem;
|
||||
border-bottom-right-radius: 0.2rem; }
|
||||
|
||||
.icon {
|
||||
font-size: 16px;
|
||||
width: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue