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