Since the toolbar buttons have been moved to custom elements, the border radius for the "Save" button has come back.
This is because the button has been wrapped in a custom element, therefore the following CSS doesn't apply:
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
Labels |
Added:
?
|
Title |
|
Category | ⇒ | Layout |
Status | New | ⇒ | Discussion |
Labels |
Added:
J4 Issue
|
Status | Discussion | ⇒ | Information Required |
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-11 07:02:30 |
Closed_By | ⇒ | C-Lodder |
I assume this is no longer applicable with the new backend template.