Skip to content

Commit

Permalink
#81 Disabled progress indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
pappist committed Aug 29, 2016
1 parent e619e25 commit 92df4d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,10 @@
margin-right: 0px;
}

.v-loading-indicator,
.v-loading-indicator-delay,
.v-loading-indicator-wait {
background: none;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -12959,4 +12959,8 @@ div.v-layout.v-horizontal.v-widget {

.iqdtheme .v-radiobutton-dashmodelabel {
margin-right: 0px;
}

.iqdtheme .v-loading-indicator, .iqdtheme .v-loading-indicator-delay, .iqdtheme .v-loading-indicator-wait {
background: none;
}

0 comments on commit 92df4d6

Please sign in to comment.