.toolbar-action-icon {
  font-size: large;
  padding: 5px 0px 0px 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  height: 28px;
  width: 28px;
  transition: background 280ms ease-out, color 280ms ease-out;
  -webkit-transition: background 280ms ease-out, color 280ms ease-out;
  font-size: large;
}

i.toolbar-action-icon:hover {
  background: rgba(0, 0, 0, .2);
}

.custom-view-localized-ddl {
  background: #ffffff;
  border-style: solid;
  border-radius: 2px;
  border-width: thin;
  width: 25.5em;
}