mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Make progress bars distinct site-wide
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user