Commit 44e3ae75 authored by Vladimir Roudakov's avatar Vladimir Roudakov Committed by Vladimir Roudakov
Browse files

Issue #3257643 by VladimirAus: Style progress bar

parent 5c17e629
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -11510,6 +11510,14 @@ table {
  caption-side: unset;
}

.progress {
  display: block;
  height: unset;
  overflow: unset;
  font-size: unset;
  background-color: unset;
}

.region-title__action a.button {
  color: #fff;
  background-color: #003CC5;
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+8 −0
Original line number Diff line number Diff line
@@ -11882,6 +11882,14 @@ table {
  caption-side: unset;
}

.progress {
  display: block;
  height: unset;
  overflow: unset;
  font-size: unset;
  background-color: unset;
}

.region-title__action a.button {
  color: #fff;
  background-color: #003CC5;
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
@import './drupal/layout';
@import './drupal/local_tasks';
@import './drupal/table';
@import './drupal/progress';
@import './drupal/regions';
@import './drupal/theme';
@import './drupal/views';
Loading