mirror of
https://github.com/humhub/humhub.git
synced 2025-02-19 23:54:54 +01:00
* Update base.less * Update button.less * Update login.less * Update tooltip.less * Update richtext.less * Update progress.less * Update mentioning.less * Update loader.less * Remove old prefixes * Update datepicker.less * Update comment.less * Remove old-prefixes * Remove old prefixes * Remove old prefixes * Remove old prefixes * Remove old prefixes * Update modal.less * Remove old prefixes
24 lines
405 B
Plaintext
24 lines
405 B
Plaintext
//
|
|
// Progressbar
|
|
// --------------------------------------------------
|
|
.progress {
|
|
height: 10px;
|
|
margin-bottom: 15px;
|
|
box-shadow: none;
|
|
background: @background-color-page;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.progress-bar-info {
|
|
background-color: @info;
|
|
box-shadow: none;
|
|
}
|
|
|
|
//
|
|
// Pjax page loader bar since 1.2
|
|
//
|
|
#nprogress .bar {
|
|
height: 2px;
|
|
background: lighten(@info, 8%);
|
|
}
|