mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make progress bars distinct site-wide
This commit is contained in:
parent
14a9d0838e
commit
f7e69cebfd
3 changed files with 3 additions and 5 deletions
|
@ -58,10 +58,6 @@
|
|||
width: 400px;
|
||||
margin-left: -200px;
|
||||
}
|
||||
.progress {
|
||||
background-color: white;
|
||||
border: 1px solid @toolbar-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
.loading-panel {
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
margin-bottom: @line-height-computed;
|
||||
background-color: @progress-bg;
|
||||
border-radius: @border-radius-base;
|
||||
border: 1px solid @progress-border-color;
|
||||
.box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
|
||||
}
|
||||
|
||||
|
|
|
@ -599,7 +599,8 @@
|
|||
//##
|
||||
|
||||
//** Background color of the whole progress component
|
||||
@progress-bg: #f5f5f5;
|
||||
@progress-bg: white;
|
||||
@progress-border-color: @gray-lighter;
|
||||
//** Progress bar text color
|
||||
@progress-bar-color: #fff;
|
||||
|
||||
|
|
Loading…
Reference in a new issue