XfceHeading {
  background-color: @os_chrome_bg_color;
  background-image: none;
  padding: 0;
  border-width: 0;
}

.xfce4-panel {
  background-color: @os_chrome_bg_color;
  background-image: none;
  color: @os_chrome_fg_color;
}

.xfce4-panel .button {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  border-width: 5px;
  color: @os_chrome_fg_color;
}

.xfce4-panel .button:active:hover,
.xfce4-panel .button:active {
  background-color: transparent;
  background-image: none;
  border-color: lighter (@selected_bg_color);
  border-width: 5px;
  color: @os_chrome_selected_fg_color;
}

.xfce4-panel .button:hover {
  background-color: transparent;
  background-image: none;
  border-color: @selected_bg_color;
  border-width: 5px;
  color: @os_chrome_selected_fg_color;
}

/* menu-styling, e.g. for indicators */
.xfce4-panel .menu,
.xfce4-panel .menu GtkLabel,
.xfce4-panel .menu GtkImage {

}

.xfce4-panel .menu *:hover {

}

.xfce4-panel .menu GtkLabel:hover,
.xfce4-panel .menu GtkImage:hover {

}
