/* ----------------DIGITAL_MENU_USER-----------------------------------------------------
/* define scrollbar */
#id_digitalMenu_User_SimpleGrid_GridCol_Category_Collapse_Children::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
#id_digitalMenu_User_SimpleGrid_GridCol_Category_Collapse_Children::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px grey;
  border-radius: 6px;
}

/* Handle */
#id_digitalMenu_User_SimpleGrid_GridCol_Category_Collapse_Children::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 6px;
}

/* Handle on hover */
#id_digitalMenu_User_SimpleGrid_GridCol_Category_Collapse_Children::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* ----------------------------------------------------------------------------------------------------------------   */
/* DIGITAL_MENU_EDITOR */

/* define scrollbar */
#id_digitalMenu_User_SimpleGrid_GridCol_Category_Link_Group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
#id_digitalMenu_User_SimpleGrid_GridCol_Category_Link_Group::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px grey;
  border-radius: 6px;
}

/* Handle */
#id_digitalMenu_User_SimpleGrid_GridCol_Category_Link_Group::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 6px;
}

/* Handle on hover */
#id_digitalMenu_User_SimpleGrid_GridCol_Category_Link_Group::-webkit-scrollbar-thumb:hover {
  background: #555;
}

