@@ -4534,22 +4534,6 @@ img#persona_signin {
4534
4534
color: #fff;
4535
4535
background-color: #0070a8;
4536
4536
}
4537
- .moodle-actionmenu[data-enhanced].show .menu a:first-child {
4538
- -webkit-border-top-right-radius: 4px;
4539
- -moz-border-radius-topright: 4px;
4540
- border-top-right-radius: 4px;
4541
- -webkit-border-top-left-radius: 4px;
4542
- -moz-border-radius-topleft: 4px;
4543
- border-top-left-radius: 4px;
4544
- }
4545
- .moodle-actionmenu[data-enhanced].show .menu a:last-child {
4546
- -webkit-border-bottom-right-radius: 4px;
4547
- -moz-border-radius-bottomright: 4px;
4548
- border-bottom-right-radius: 4px;
4549
- -webkit-border-bottom-left-radius: 4px;
4550
- -moz-border-radius-bottomleft: 4px;
4551
- border-bottom-left-radius: 4px;
4552
- }
4553
4537
.moodle-actionmenu[data-enhanced].show .menu a.hidden {
4554
4538
display: none;
4555
4539
}
@@ -4564,6 +4548,22 @@ img#persona_signin {
4564
4548
.moodle-actionmenu[data-enhanced].show .menu > li {
4565
4549
display: block;
4566
4550
}
4551
+ .moodle-actionmenu[data-enhanced].show .menu > li:first-child a {
4552
+ -webkit-border-top-right-radius: 4px;
4553
+ -moz-border-radius-topright: 4px;
4554
+ border-top-right-radius: 4px;
4555
+ -webkit-border-top-left-radius: 4px;
4556
+ -moz-border-radius-topleft: 4px;
4557
+ border-top-left-radius: 4px;
4558
+ }
4559
+ .moodle-actionmenu[data-enhanced].show .menu > li:last-child a {
4560
+ -webkit-border-bottom-right-radius: 4px;
4561
+ -moz-border-radius-bottomright: 4px;
4562
+ border-bottom-right-radius: 4px;
4563
+ -webkit-border-bottom-left-radius: 4px;
4564
+ -moz-border-radius-bottomleft: 4px;
4565
+ border-bottom-left-radius: 4px;
4566
+ }
4567
4567
.moodle-actionmenu[data-enhanced].show .menu.align-tl-bl {
4568
4568
top: 100%;
4569
4569
left: 0;
0 commit comments