web/satellite: fix browser progress-bar visibility
When a small value is displayed then the progress wasn't visible. Add a drop-shadow for a quick-fix and set the overflow property to the correct value. Currently both need to use !important hack since the old browser is being imported and the css properties conflict. Change-Id: I2a2d62f9b16a9ef26aaec91e82f5c05cc33dee23
This commit is contained in:
parent
88904301b2
commit
788d775f6a
@ -5791,8 +5791,9 @@ a.file-browser .badge-dark.focus {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
overflow: visible !important; /* hack to override double import */
|
||||
color: #fff;
|
||||
text-shadow: 0px 1px #000 !important; /* make #fff visible on gray background */
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
background-color: #007bff;
|
||||
|
Loading…
Reference in New Issue
Block a user