
/**
 * menu.downloadCSV.css
 * menu.downloadCSV stylesheet
 *
 * WuWei is a free, open-source knowledge modelling tool.
 *
 * Licensed under the MIT License.
 * Copyright (c) 2025 SAMBUICHI, Nobuyuki
 * (Sambuichi Professional Engineers Office)
 **/
#downloadCSV header {
  background-image: linear-gradient(to bottom right,#efefef , #fcfdfe);
}

#downloadCSV header * {
  color: #808080;
}

#progressbar {
  width: 100%;
  background: transparent;
  height: 16px;
}
  
#progressbar .bar {
  height: 16px;
  background-color: indigo;
}

