/* @group tabbar theme */
#tabbar a.enabled::before {
  background-image:
    -webkit-gradient(linear, left top, left bottom,
      from(rgba(127, 224, 45, 0)),
      color-stop(.43, rgba(127, 224, 45, 0)),
      to(rgba(127, 224, 45, 1))),
    -webkit-gradient(radial, 60 162, 150, 60 162, 149, 
      from(rgba(075, 162, 1, 0)), 
      to(rgba(075, 162, 1, 1))),
    -webkit-gradient(radial, 20 -43, 60, 20 -43, 40, 
      from(rgba(115, 212, 33, 1)), 
      to(rgba(220, 255, 190, 1)));
}
/* @end */
