/**
* Writes a common 'editCss' button.
*
* @param string $task The task name of this button.
* @param string $text The text of this button.
*
* @return StandardButton
*
* @since 4.0.0
*/
public function editCss(string $task, string $text = 'JTOOLBAR_EDIT_CSS') : StandardButton
{
return $this->standardButton('editcss', $text)->task($task);
}